Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1, 1.1.1, and 1.1.2

thgpbranch: Use tips for patch dependency graph

The patch dependency graph showed in the thgpbranch widget should not
be extracted from .hg/pgraph. The intension is to show the present state
of the repository. Thus the correct source is repo tips, similar to
pgraph --tips

Changeset c7a36a455451

Parent 169556322d1e

by Peer Sommerlund

Changes to one file · Browse files at c7a36a455451 Showing diff from parent 169556322d1e Diff from another changeset...

 
227
228
229
230
 
231
232
233
 
227
228
229
 
230
231
232
233
@@ -227,7 +227,7 @@
    # compute model data   self.model.clear() - opts = {} + opts = {'tips': True}   mgr = self.pbranch.patchmanager(self.repo.ui, self.repo, opts)   graph = mgr.graphforopts(opts)   if not self.get_property('show-internal-branches'):