Mercurial
Mercurial
>
hg
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
mercurial/__init__.py
author
Pierre-Yves David <pierre-yves.david@fb.com>
Fri, 15 Aug 2014 16:31:06 -0700
changeset 22226
827bce9e24fb
parent 0
9117c6561b0b
child 27220
4374d819ccd5
permissions
-rw-r--r--
pushbookmark: stop unrolling ancestors Now that ancestors has the same boolean property as a list, we can stop unrolling the set of ancestors. This should provide a significant speedup to this step as ancestor objects are smart and lazy.