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

status: safety check in partial tag logic

Changeset 67928cf7e673

Parent b11c51990c3a

by Steve Borho

Changes to one file · Browse files at 67928cf7e673 Showing diff from parent b11c51990c3a Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
858
859
860
861
 
862
863
864
 
858
859
860
 
861
862
863
864
@@ -858,7 +858,7 @@
  tag = ' ** Partial **'   if partial and not markup.endswith(tag):   row[DM_CHUNK_TEXT] = markup + tag - elif markup.endswith(tag): + elif not partial and markup.endswith(tag):   row[DM_CHUNK_TEXT] = markup[0:-len(tag)]     def _show_diff_hunks(self, files):