Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.2, 0.8.3, and 0.9

stable hgtk: fix help command

Fixes #455

Changeset f6ffe31b2bd0

Parent ee4ba636ac44

by Steve Borho

Changes to one file · Browse files at f6ffe31b2bd0 Showing diff from parent ee4ba636ac44 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
420
421
422
423
 
424
425
426
 
420
421
422
 
423
424
425
426
@@ -420,7 +420,7 @@
  gtkrun(run(ui, *pats, **opts))    ### help management, adapted from mercurial.commands.help_() -def help_(ui, name=None, with_version=False): +def help_(ui, name=None, with_version=False, alias=None):   """show help for a command, extension, or list of commands     With no arguments, print a list of commands and short help.