Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.2, 1.9.3, and 2.0

run: 'thg --help' should list all commands, not show help for workbench

Changeset 6e5d2dc1c2cf

Parent 3650ae03a7ef

by Steve Borho

Changes to one file · Browse files at 6e5d2dc1c2cf Showing diff from parent 3650ae03a7ef Diff from another changeset...

 
183
184
185
 
 
 
186
187
188
 
183
184
185
186
187
188
189
190
191
@@ -183,6 +183,9 @@
    if args:   alias, args = args[0], args[1:] + elif options['help']: + help_(ui, None) + sys.exit()   else:   alias, args = 'workbench', []   aliases, i = cmdutil.findcmd(alias, table, ui.config("ui", "strict"))