New low-level filtering

v voldermort at hotmail.com
Wed Jan 30 03:02:01 CST 2013


Matt Mackall wrote
> Mercurial has always had a fast, numbered index of all changes. It can
> find any change instantly, by hash or by number. There is no existing
> notion of an "unreachable changeset" in Mercurial. So hiding change 1000
> from Mercurial is thus not trivial: code expects that there's a
> changeset between 999 and 1001.

Where is this random-access to changesets (without a pointer from another
changeset) actually useful? (Read the code would be an acceptable answer, if
someone can point to code that needs this ...)



--
View this message in context: http://mercurial.808500.n3.nabble.com/New-low-level-filtering-tp3997736p3997802.html
Sent from the Development mailing list archive at Nabble.com.


More information about the Mercurial-devel mailing list