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

hgtk: add 'st' as alias to status command

Changeset 269e585bc7d8

Parent 0bd3aa3236e3

by TK Soh

Changes to one file · Browse files at 269e585bc7d8 Showing diff from parent 0bd3aa3236e3 Diff from another changeset...

Change 1 of 1 Show Entire File contrib/​hgtk Stacked
 
460
461
462
463
 
464
465
466
 
460
461
462
 
463
464
465
466
@@ -460,7 +460,7 @@
  "^merge": (merge, [], _('hgtk merge')),   "^recovery": (recovery, [], _('hgtk recovery')),   "^synch": (synch, [], _('hgtk synch')), - "^status": (status, [], _('hgtk status [FILE]...')), + "^status|st": (status, [], _('hgtk status [FILE]...')),   "^userconfig": (userconfig, [], _('hgtk userconfig')),   "^repoconfig": (repoconfig, [], _('hgtk repoconfig')),   "^serve": (serve, [], _('hgtk serve')),