[PATCH 0 of 2] graphlog: Enable revesets and log options via revsets with meaningful graph

Klaus Koch klaus-koch at gmx.net
Wed Dec 15 08:12:38 CST 2010


This series fixes a minor problem with ‘hg log –G’ and multiple FILE, and enables revsets for glog and log –G.

Revsets could produce graphs with gaps in-between revs.  In such cases the grandparent among the changesets is searched for each changeset where the parent is not among the revset. 

The runtime of the algorithm to find the next grandparent is ca. O(n) to the number of nodes between the changeset and its grandparents in the revset’s changesets.

-- 
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail


More information about the Mercurial-devel mailing list