Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

run: fix command table

Changeset 77a46cb76a50

Parent 0e6b5bb10d60

by Yuki KODAMA

Changes to one file · Browse files at 77a46cb76a50 Showing diff from parent 0e6b5bb10d60 Diff from another changeset...

 
678
679
680
681
 
682
683
684
 
678
679
680
 
681
682
683
684
@@ -678,7 +678,7 @@
  (log,   [('l', 'limit', '', _('limit number of changes displayed'))],   _('thg log [OPTIONS] [FILE]')), - "remove|rm": (revert, [], _('thg remove [FILE]...')), + "remove|rm": (remove, [], _('thg remove [FILE]...')),   "revert": (revert, [], _('thg revert [FILE]...')),   "forget": (forget, [], _('thg forget [FILE]...')),   "^status": (status,