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 indents of command table

Added 'workbench' as yet another alias.

Changeset fd9756408f56

Parent 6a6737ddd4b6

by Yuki KODAMA

Changes to one file · Browse files at fd9756408f56 Showing diff from parent 6a6737ddd4b6 Diff from another changeset...

 
600
601
602
603
604
605
 
 
 
 
606
607
608
 
600
601
602
 
 
 
603
604
605
606
607
608
609
@@ -600,9 +600,10 @@
  _('thg clone [OPTION]... SOURCE [DEST]')),   "bug": (bug, [], _('thg bug [MESSAGE]')),   "email": (email, [], _('thg email [REVS]')), - "^log|history|explorer": (log, - [('l', 'limit', '', _('limit number of changes displayed'))], - _('thg log [OPTIONS] [FILE]')), + "^log|history|explorer|workbench": + (log, + [('l', 'limit', '', _('limit number of changes displayed'))], + _('thg log [OPTIONS] [FILE]')),   "test": (test, [], _('thg test')),   "help": (help_, [], _('thg help [COMMAND]')),   "^update|checkout|co":