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

contextmenu: fix traceback from cmenu on desktop

Changeset 8faf3715e777

Parent 595884d8a262

by Steve Borho

Changes to one file · Browse files at 8faf3715e777 Showing diff from parent 595884d8a262 Diff from another changeset...

 
167
168
169
 
 
 
170
171
172
 
167
168
169
170
171
172
173
174
175
@@ -167,6 +167,9 @@
  self.fnames = []   else:   cwd = os.path.dirname(f) + else: + print 'No cwd found' + cwd = ''     self.menuitems = {}   if self.folder and self.fnames: