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

hgtk: make diff an alias of status

Changeset aecd9efe073e

Parent 0bc643af1506

by TK Soh

Changes to one file · Browse files at aecd9efe073e Showing diff from parent 0bc643af1506 Diff from another changeset...

Change 1 of 2 Show Entire File hggtk/​hgtk.py Stacked
 
379
380
381
382
 
383
384
385
 
631
632
633
634
 
635
636
637
 
379
380
381
 
382
383
384
385
 
631
632
633
 
634
635
636
637
@@ -379,7 +379,7 @@
  gtkrun(run(ui, *pats, **opts))    def status(ui, *pats, **opts): - """file status viewer""" + """file status & diff viewer"""   portable_fork(ui)   from hggtk.status import run   gtkrun(run(ui, *pats, **opts)) @@ -631,7 +631,7 @@
  "^recovery|rollback|verify": (recovery, [], _('hgtk recovery')),   "^shelve|unshelve": (shelve, [], _('hgtk shelve')),   "^synch|pull|push|incoming|outgoing|email": (synch, [], _('hgtk synch')), - "^status|st": (status, + "^status|st|diff": (status,   [('r', 'rev', [], _('revisions to compare'))],   _('hgtk status [FILE]...')),   "^userconfig": (userconfig, [], _('hgtk userconfig')),