Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable repowidget: bookmarks are now a core feature

Changeset 88c1f62633ed

Parent 892e4a4ea5c7

by Steve Borho

Changes to one file · Browse files at 88c1f62633ed Showing diff from parent 892e4a4ea5c7 Diff from another changeset...

 
852
853
854
855
856
 
857
858
859
 
852
853
854
 
 
855
856
857
858
@@ -852,8 +852,7 @@
  (None, fixed, _('Merge with...'), 'merge', self.mergeWithRevision),   (None, isctx, _('Browse at rev...'), None, self.manifestRevision),   (None, fixed, _('Tag...'), 'tag', self.tagToRevision), - ('bookmarks', fixed, _('Bookmark...'), 'bookmark', - self.bookmarkRevision), + (None, fixed, _('Bookmark...'), 'bookmark', self.bookmarkRevision),   (None, fixed, _('Backout...'), None, self.backoutToRevision),   (None, isrev, _('Export patch'), None, self.exportRevisions),   (None, isrev, _('Email patch...'), None, self.emailRevision),