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

hgtk: default value for rev is a list

Changeset 1a712605a6b9

Parent b4a33f06cad8

by Simon Heimberg

Changes to one file · Browse files at 1a712605a6b9 Showing diff from parent b4a33f06cad8 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
581
582
583
584
 
585
586
587
 
581
582
583
 
584
585
586
587
@@ -581,7 +581,7 @@
  "^shelve|unshelve": (shelve, [], _('hgtk shelve')),   "^synch|pull|push|incoming|outgoing|email": (synch, [], _('hgtk synch')),   "^status|st": (status, - [('r', 'rev', '', _('revisions to compare'))], + [('r', 'rev', [], _('revisions to compare'))],   _('hgtk status [FILE]...')),   "^userconfig": (userconfig, [], _('hgtk userconfig')),   "^repoconfig": (repoconfig, [], _('hgtk repoconfig')),