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

hgtk: bug fix in table options

added empty default to status option to prevent
status dialog from crashing.

Changeset 1445e887b24d

Parent 421941618b5c

by Trey Roessig

Changes to one file · Browse files at 1445e887b24d Showing diff from parent 421941618b5c 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 campare'))], + [('r', 'rev', '', _('revisions to compare'))],   _('hgtk status [FILE]...')),   "^userconfig": (userconfig, [], _('hgtk userconfig')),   "^repoconfig": (repoconfig, [], _('hgtk repoconfig')),