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

history: diff to local should include local changes

The difference between 'diff -r NUM:.' and 'diff -r NUM' is that
the latter include working copy changes.

Fixes #260

Changeset a9c7de3581b4

Parent 4c640a732f38

by Steve Borho

Changes to one file · Browse files at a9c7de3581b4 Showing diff from parent 4c640a732f38 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​history.py Stacked
 
560
561
562
563
 
564
565
566
 
560
561
562
 
563
564
565
566
@@ -560,7 +560,7 @@
    def vdiff_local(self, menuitem, pats=[]):   rev = self.currow[treemodel.REVID] - opts = {'rev' : ["%s:." % rev]} + opts = {'rev' : ["%s" % rev]}   self._do_diff(pats, opts, modal=True)     def diff_revs(self, menuitem):