# HG changeset patch # User Yuki KODAMA <endflow....@gmail.com> # Date 1255264244 -32400 # Node ID 80291b025f9cc23c00063db58567c489f23804a4 # Parent 621f4205043cfc7da9ce121c69bba4ba511e5586 history: add '...' to the strip menu
diff --git a/tortoisehg/hgtk/history.py b/tortoisehg/hgtk/history.py --- a/tortoisehg/hgtk/history.py +++ b/tortoisehg/hgtk/history.py @@ -669,7 +669,7 @@ # need mq extension for strip command if 'mq' in self.exs: cmenu_qimport = create_menu(_('qimport'), self.qimport_rev) - cmenu_strip = create_menu(_('Strip Revision'), self.strip_rev) + cmenu_strip = create_menu(_('Strip Revision...'), self.strip_rev) try: ctx = self.repo[self.currevid]
thg-kuy_rev4529.patch
Description: Binary data
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) 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 - 12, 2009. Register now! http://p.sf.net/sfu/devconference
_______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop