Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

hginit: remove references to dead variable

Changeset 849e147d073b

Parent ea9642ee8196

by Steve Borho

Changes to one file · Browse files at 849e147d073b Showing diff from parent ea9642ee8196 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hginit.py Stacked
 
21
22
23
24
 
25
26
27
 
21
22
23
 
24
25
26
27
@@ -21,7 +21,7 @@
  shlib.set_tortoise_keys(self)     # set dialog title and icon - self.cwd = cwd and cwd or os.getcwd() + self.cwd = os.getcwd()   title = 'hg init - %s' % toutf(self.cwd)   self.set_title(title)