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

stable icons: move revert.svg to scalable/actions/hg-revert.svg

Changeset 017f03f61b00

Parent a9d4fda0489e

by Steve Borho

Changes to 3 files · Browse files at 017f03f61b00 Showing diff from parent a9d4fda0489e Diff from another changeset...

Show Entire File icons/​scalable/​actions/​hg-revert.svg Stacked
renamed from icons/svg/revert.svg
(No changes)
 
214
215
216
217
 
218
219
220
 
214
215
216
 
217
218
219
220
@@ -214,7 +214,7 @@
  _('View file as it appeared at this revision'), self.editfile),   ('ledit', _('Edit Local'), 'edit-file', 'Shift+Ctrl+E',   _('Edit current file in working copy'), self.editlocal), - ('revert', _('Revert to Revision'), 'revert', 'Alt+Ctrl+T', + ('revert', _('Revert to Revision'), 'hg-revert', 'Alt+Ctrl+T',   _('Revert file(s) to contents at this revision'),   self.revertfile),   ]:
 
860
861
862
863
 
864
865
866
 
860
861
862
 
863
864
865
866
@@ -860,7 +860,7 @@
  (None, isctx, _('Browse at rev...'), None, self.manifestRevision),   (None, fixed, _('Tag...'), 'hg-tag', self.tagToRevision),   (None, fixed, _('Bookmark...'), 'bookmark', self.bookmarkRevision), - (None, fixed, _('Backout...'), 'revert', self.backoutToRevision), + (None, fixed, _('Backout...'), 'hg-revert', self.backoutToRevision),   (None, isrev, _('Export patch'), None, self.exportRevisions),   (None, isrev, _('Email patch...'), 'mail-forward', self.emailRevision),   (None, isrev, _('Archive...'), 'hg-archive', self.archiveRevision),