Differences between revisions 1 and 2
Revision 1 as of 2010-07-18 23:06:23
Size: 467
Comment:
Revision 2 as of 2010-07-18 23:09:54
Size: 494
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:

----
CategoryExtension

debugshell

Drop user into an interactive python shell along with the mercurial module, a repo object and its changelog and manifest.

$ hg debugshell
loaded repo : /path/to/repo
using source: /path/to/mercurial/source
>>> repo
<mercurial.localrepo.localrepository object at 0x0>
>>> cl
<mercurial.changelog.changelog object at 0x0>
>>> mnfst
<mercurial.manifest.manifest object at 0x0>
>>> mercurial
<proxied module 'mercurial'>
>>> 


CategoryExtension

debugshellExtension (last edited 2017-03-26 20:35:15 by PulkitGoyal)