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

run: replace "hgtk" of some help messages to "thg"

Changeset 9e7d1cd143dd

Parent 0cfb7fc90b42

by Yuya Nishihara

Changes to one file · Browse files at 9e7d1cd143dd Showing diff from parent 0cfb7fc90b42 Diff from another changeset...

 
625
626
627
628
 
629
630
631
 
641
642
643
644
 
645
646
647
 
650
651
652
653
654
655
 
 
 
656
657
658
 
625
626
627
 
628
629
630
631
 
641
642
643
 
644
645
646
647
 
650
651
652
 
 
 
653
654
655
656
657
658
@@ -625,7 +625,7 @@
   table = {   "about": (about, [], _('thg about')), - "add": (add, [], _('hgtk add [FILE]...')), + "add": (add, [], _('thg add [FILE]...')),   "^clone":   (clone,   [('U', 'noupdate', None, @@ -641,7 +641,7 @@
  _('use uncompressed transfer (fast over LAN)')),],   _('thg clone [OPTION]... SOURCE [DEST]')),   "bug": (bug, [], _('thg bug [MESSAGE]')), - "^grep|search": (grep, [], _('hgtk grep')), + "^grep|search": (grep, [], _('thg grep')),   "^email":   (email,   [('r', 'rev', [], _('a revision to send')),], @@ -650,9 +650,9 @@
  (log,   [('l', 'limit', '', _('limit number of changes displayed'))],   _('thg log [OPTIONS] [FILE]')), - "remove|rm": (revert, [], _('hgtk remove [FILE]...')), - "revert": (revert, [], _('hgtk revert [FILE]...')), - "forget": (forget, [], _('hgtk forget [FILE]...')), + "remove|rm": (revert, [], _('thg remove [FILE]...')), + "revert": (revert, [], _('thg revert [FILE]...')), + "forget": (forget, [], _('thg forget [FILE]...')),   "test": (test, [], _('thg test')),   "help": (help_, [], _('thg help [COMMAND]')),   "^update|checkout|co":