Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

status: missed a couple of enumerations

Changeset 4f959730ddc2

Parent 9f6cf4c5d42c

by Steve Borho

Changes to one file · Browse files at 4f959730ddc2 Showing diff from parent 9f6cf4c5d42c Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
1258
1259
1260
1261
1262
 
 
1263
1264
1265
 
1258
1259
1260
 
 
1261
1262
1263
1264
1265
@@ -1258,8 +1258,8 @@
  return False     def _get_file_context_menu(self, rowdata): - st = rowdata[1] - ms = rowdata[4] + st = rowdata[FM_STATUS] + ms = rowdata[FM_MERGE_STATUS]   if ms:   menu = self._menus['M' + ms]   else: