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

hgtk: support file specs in status command

Changeset 3bf92407d25d

Parent 75386a0f6df0

by TK Soh

Changes to one file · Browse files at 3bf92407d25d Showing diff from parent 75386a0f6df0 Diff from another changeset...

Change 1 of 2 Show Entire File contrib/​hgtk Stacked
 
237
238
239
 
240
241
242
 
451
452
453
454
 
455
456
457
 
237
238
239
240
241
242
243
 
452
453
454
 
455
456
457
458
@@ -237,6 +237,7 @@
  """     from hggtk.status import run + opts['files'] = [os.path.abspath(x) for x in pats]   run(**opts)    def synch(ui, **opts): @@ -451,7 +452,7 @@
  "^merge": (merge, [], _('hgtk merge')),   "^recovery": (recovery, [], _('hgtk recovery')),   "^synch": (synch, [], _('hgtk synch')), - "^status": (status, [], _('hgtk status')), + "^status": (status, [], _('hgtk status [FILE]...')),   "^userconfig": (userconfig, [], _('hgtk userconfig')),   "^repoconfig": (repoconfig, [], _('hgtk repoconfig')),   "^serve": (serve, [], _('hgtk serve')),