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/utils/__init__.py
author
Boris Feld <boris.feld@octobus.net>
Thu, 20 Dec 2018 09:59:16 +0100
changeset 41079
88d813cd9acd
parent 36607
c6061cadb400
permissions
-rw-r--r--
revlog: fix pure python slicing test when chain contains nullrev The revlog mock used in the test was not behaving the same as its C counterpart.