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

status: repo['.'] is euivalent to repo[None].parents()[0], so use this

Changeset a2d48eb8e9df

Parent 5c6c7ead318f

by Simon Heimberg

Changes to one file · Browse files at a2d48eb8e9df Showing diff from parent 5c6c7ead318f Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
535
536
537
538
 
539
540
541
 
535
536
537
 
538
539
540
541
@@ -535,7 +535,7 @@
    if self.mqmode and self.mode != 'status':   # when a patch is applied, show diffs to parent of top patch - qtip = repo[None].parents()[0] + qtip = repo['.']   n1 = qtip.parents()[0].node()   n2 = None   else: