Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

bugreport: include Python version

Changeset 393d91867a80

Parent 74a71d916a5f

by Steve Borho

Changes to one file · Browse files at 393d91867a80 Showing diff from parent 74a71d916a5f Diff from another changeset...

 
55
56
57
 
58
59
60
 
55
56
57
58
59
60
61
@@ -55,6 +55,7 @@
  text += '** CWD: %s\n' % os.getcwd()   extlist = [x[0] for x in extensions.extensions()]   text += '** Extensions loaded: %s\n' % ', '.join(extlist) + text += '** Python version: %s\n' % sys.version.replace('\n', '')   if os.name == 'nt':   text += self.getarch()   text += opts.get('error', 'N/A')