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

nautilus: idstr with hgcmd

helps when debugging

Changeset 45c96ce9125e

Parent 65cfb62e81f6

by Simon Heimberg

Changes to 2 files · Browse files at 45c96ce9125e Showing diff from parent 65cfb62e81f6 Diff from another changeset...

 
208
209
210
211
 
212
213
214
 
208
209
210
 
211
212
213
214
@@ -208,7 +208,7 @@
  else: #bg   passcwd = self.cwd   for menu_info in menus: - idstr = 'HgNautilus::%02d' % self.pos + idstr = 'HgNautilus::%02d%s' % (self.pos, menu_info.hgcmd)   self.pos += 1   if menu_info.isSep():   # can not insert a separator till now
 
57
58
59
 
 
60
61
62
 
57
58
59
60
61
62
63
64
@@ -57,6 +57,8 @@
   class TortoiseMenuSep(object):   + hgcmd = '----' +   def isSubmenu(self):   return False