Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

hgtk: add more aliases for mixed dialogs

* allow datamine to be launched via 'hgtk annotate' or blame
* allow synch to be launched via push, pull, incoming, outgoing, or email
* allow recovery to be launched via rollback or verify

Changeset d09bf95cd58a

Parent 405fce1bd3d3

by Steve Borho

Changes to one file · Browse files at d09bf95cd58a Showing diff from parent 405fce1bd3d3 Diff from another changeset...

Change 1 of 1 Show Entire File contrib/​hgtk Stacked
 
454
455
456
457
 
458
459
460
461
462
 
 
463
464
465
 
454
455
456
 
457
458
459
460
 
 
461
462
463
464
465
@@ -454,12 +454,12 @@
  "^about": (about, [], _('hgtk about')),   "^clone": (clone, [], _('hgtk clone SOURCE [DEST]')),   "^commit|ci": (commit, [], _('hgtk commit [FILE]...')), - "^datamine": (datamine, [], _('hgtk datamine')), + "^datamine|annotate|blame": (datamine, [], _('hgtk datamine')),   "^init": (hginit, [], _('hgtk init [DEST]')),   "^log|history": (log, [], _('hgtk log [FILE]')),   "^merge": (merge, [], _('hgtk merge')), - "^recovery": (recovery, [], _('hgtk recovery')), - "^synch": (synch, [], _('hgtk synch')), + "^recovery|rollback|verify": (recovery, [], _('hgtk recovery')), + "^synch|pull|push|incoming|outgoing|email": (synch, [], _('hgtk synch')),   "^status|st": (status, [], _('hgtk status [FILE]...')),   "^userconfig": (userconfig, [], _('hgtk userconfig')),   "^repoconfig": (repoconfig, [], _('hgtk repoconfig')),