Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

history: add tag/bookmark menu seperator

Addresses #498

Changeset 144fad792117

Parent 4989f65d1c61

by Emmanuel Rosa

Changes to one file · Browse files at 144fad792117 Showing diff from parent 4989f65d1c61 Diff from another changeset...

 
722
723
724
 
 
725
726
727
 
722
723
724
725
726
727
728
729
@@ -722,6 +722,8 @@
  if 'bookmarks' in self.exs:   m.append(create_menu(_('Add/Remove B_ookmark...'),   self.add_bookmark)) + m.append_sep() +   cmenu_backout = create_menu(_('Backout Revision...'), self.backout_rev)   m.append(cmenu_backout)   m.append(create_menu(_('_Revert'), self.revert))