# HG changeset patch
# User Wagner Bruna <wbr...@softwareexpress.com.br>
# Date 1254513617 10800
# Node ID bd6c5a380d984d07bcb607edd62ee2bcd1ffeac2
# Parent  020838e360424db9f545063b88cb8d09a0e19805
history: enable 'copy hash' for bundle preview

diff --git a/tortoisehg/hgtk/history.py b/tortoisehg/hgtk/history.py
--- a/tortoisehg/hgtk/history.py
+++ b/tortoisehg/hgtk/history.py
@@ -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))

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to