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

run: add missing ']' for help text of update

Changeset 2311874ed1d3

Parent 33c29425b873

by Adrian Buehlmann

Changes to one file · Browse files at 2311874ed1d3 Showing diff from parent 33c29425b873 Diff from another changeset...

 
546
547
548
549
 
550
551
552
 
546
547
548
 
549
550
551
552
@@ -546,7 +546,7 @@
  (update,   [('C', 'clean', None, _('discard uncommitted changes (no backup)')),   ('r', 'rev', '', _('revision to update')),], - _('thg update [-C] [[-r] REV')), + _('thg update [-C] [[-r] REV]')),  }    if os.name == 'nt':