Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 4818:616a5adbf402
extensions: untangle some recursive dependencies
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 05 Jul 2007 15:37:23 -0500 |
parents | 7db38bfb307e |
children | 035489f60842 |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Jul 03 00:13:52 2007 +0900 +++ b/mercurial/commands.py Thu Jul 05 15:37:23 2007 -0500 @@ -3109,6 +3109,8 @@ "version": (version_, [], _('hg version')), } +extensions.commandtable = table + norepo = ("clone init version help debugancestor debugcomplete debugdata" " debugindex debugindexdot debugdate debuginstall") optionalrepo = ("paths serve showconfig")