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

hgtk: about command should ignore file arguments

the context menu will give 'about' as an option even
when files are selected, so hgtk must still launch the
dialog when it is given a file list. It just ignores
the list of files.

Changeset 97a779d20dc9

Parent a36424c2782e

by Steve Borho

Changes to one file · Browse files at 97a779d20dc9 Showing diff from parent a36424c2782e Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
174
175
176
177
 
178
179
180
 
174
175
176
 
177
178
179
180
@@ -174,7 +174,7 @@
  raise   raise ParseError(cmd, _("invalid arguments"))   -def about(ui, **opts): +def about(ui, *pats, **opts):   """about TortoiseHg"""   from hggtk.about import run   run(**opts)