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 regex of 'email' command

Changeset b3a9a1261eee

Parent fd9756408f56

by Yuki KODAMA

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

 
599
600
601
602
 
603
604
605
 
599
600
601
 
602
603
604
605
@@ -599,7 +599,7 @@
  _('use uncompressed transfer (fast over LAN)')),],   _('thg clone [OPTION]... SOURCE [DEST]')),   "bug": (bug, [], _('thg bug [MESSAGE]')), - "email": (email, [], _('thg email [REVS]')), + "^email": (email, [], _('thg email [REVS]')),   "^log|history|explorer|workbench":   (log,   [('l', 'limit', '', _('limit number of changes displayed'))],