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

visdiff: show revision range in title

Changeset 1a3dc260c4db

Parent 6bb34e63021a

by Steve Borho

Changes to one file · Browse files at 1a3dc260c4db Showing diff from parent 6bb34e63021a Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​visdiff.py Stacked
 
165
166
167
168
 
169
170
171
 
165
166
167
 
168
169
170
171
@@ -165,7 +165,7 @@
  node1 = repo[node2].parents()[0].node()   else:   if revs: - title = _('revision(s) ') + str(revs[0]) + title = _('revision(s) ') + ' to '.join(revs)   else:   title = _('working changes')   node1, node2 = cmdutil.revpair(repo, revs)