author | Augie Fackler <raf@durin42.com> |
Fri, 11 May 2012 04:33:33 -0500 | |
changeset 16666 | b9bef21cd214 |
parent 16603 | ddd4996740c7 |
child 16667 | bdb7ae65c27c |
--- a/mercurial/extensions.py Tue May 08 12:05:45 2012 -0500 +++ b/mercurial/extensions.py Fri May 11 04:33:33 2012 -0500 @@ -301,7 +301,7 @@ def disabledcmd(ui, cmd, strict=False): '''import disabled extensions until cmd is found. - returns (cmdname, extname, doc)''' + returns (cmdname, extname, module)''' paths = _disabledpaths(strip_init=True) if not paths: