Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

hgtk: version is a nonrepo command

Changeset 05e660e1c36c

Parent d6c34f5f0a6c

by Steve Borho

Changes to one file · Browse files at 05e660e1c36c Showing diff from parent d6c34f5f0a6c Diff from another changeset...

Change 1 of 1 Show Entire File contrib/​hgtk Stacked
 
34
35
36
37
 
38
39
40
 
34
35
36
 
37
38
39
40
@@ -34,7 +34,7 @@
  from mercurial.cmdutil import UnknownCommand, AmbiguousCommand   from mercurial.dispatch import ParseError   -nonrepo_commands = 'userconfig clone init about help' +nonrepo_commands = 'userconfig clone init about help version'    def dispatch(args):   "run the command specified in args"