<> <> = debugshell extension = After enabling the extension, {{{"hg debugshell"}}} or {{{"hg dbsh"}}} will drop user into an interactive python shell along with the mercurial module, a repo object and its changelog & manifest. The extension is available in the main repo: contrib/debugshell.py {{{ $ hg debugshell loaded repo : /path/to/repo using source: /path/to/mercurial/source >>> repo >>> cl >>> mf >>> mercurial >>> }}} [[http://selenic.com/repo/hg/raw-file/tip/contrib/debugshell.py|Download]] ---- CategoryBundledExtension