# HG changeset patch
# User Giampaolo Fadel <gp.fa...@gmail.com>
# Date 1244532550 -7200
# Node ID f6cd2fcf0a50bc82d28bfa9b7a5ec068dd8cd662
# Parent  f464a38ec059524beb243721bc775e98bc951781
bugreport: remove gettext wrapper for debug information

This info are for developers of THG and not for the final user.

diff --git a/hggtk/bugreport.py b/hggtk/bugreport.py
--- a/hggtk/bugreport.py
+++ b/hggtk/bugreport.py
@@ -48,12 +48,12 @@
         text += _('** Please report this bug to'
                 ' tortoisehg-disc...@lists.sourceforge.net or'
                 ' http://bitbucket.org/tortoisehg/stable/issues\n')
-        text += _('** Mercurial version (%s).  TortoiseHg version (%s)\n') % (
+        text += '** Mercurial version (%s).  TortoiseHg version (%s)\n' % (
                 hglib.hgversion, version.version())
-        text += _('** Command: %s\n') % (self.opts['cmd'])
-        text += _('** CWD: %s\n') % os.getcwd()
+        text += '** Command: %s\n' % (self.opts['cmd'])
+        text += '** CWD: %s\n' % os.getcwd()
         extlist = [x[0] for x in extensions.extensions()]
-        text += _('** Extensions loaded: %s\n') % ', '.join(extlist)
+        text += '** Extensions loaded: %s\n' % ', '.join(extlist)
         text += self.opts['error']
         text += '\n}}}\n'
         textview.get_buffer().set_text(text)

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to