Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

history: enable 'copy hash' for bundle preview

Changeset bd6c5a380d98

Parent 020838e36042

by Wagner Bruna

Changes to one file · Browse files at bd6c5a380d98 Showing diff from parent 020838e36042 Diff from another changeset...

 
569
570
571
 
572
573
574
 
576
577
578
579
580
581
582
 
569
570
571
572
573
574
575
 
577
578
579
 
580
581
582
@@ -569,6 +569,7 @@
  m.append(create_menu(_('visualize change'), self.vdiff_change))   m.append(create_menu(_('di_splay change'), self.show_status))   m.append(create_menu(_('diff to local'), self.vdiff_local)) + m.append(create_menu(_('_copy hash'), self.copy_hash))   if self.bfile:   m.show_all()   return m @@ -576,7 +577,6 @@
  m.append(create_menu(_('_update'), self.checkout))   cmenu_merge = create_menu(_('_merge with'), self.domerge)   m.append(cmenu_merge) - m.append(create_menu(_('_copy hash'), self.copy_hash))   m.append(create_menu(_('_export patch'), self.export_patch))   m.append(create_menu(_('e_mail patch'), self.email_patch))   m.append(create_menu(_('_bundle rev:tip'), self.bundle_rev_to_tip))