Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable TortoiseHgOverlayServer: write version to logfile

Changeset 1bbc20accd98

Parent 32bdfd356213

by Adrian Buehlmann

Changes to one file · Browse files at 1bbc20accd98 Showing diff from parent 32bdfd356213 Diff from another changeset...

 
44
45
46
47
 
48
49
50
 
65
66
67
 
68
69
70
 
44
45
46
 
47
48
49
50
 
65
66
67
68
69
70
71
@@ -44,7 +44,7 @@
 demandimport.enable()  from mercurial import ui, error  from tortoisehg.util.i18n import agettext as _ -from tortoisehg.util import thread2, paths, shlib +from tortoisehg.util import thread2, paths, shlib, version    APP_TITLE = _('TortoiseHg Overlay Icon Server')   @@ -65,6 +65,7 @@
  except:   pass   self.file = open(name, 'wb') + self.msg('%s, Version %s' % (APP_TITLE, version.version()))   self.msg('Logging to file started')     def msg(self, msg):