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/cffi/__init__.py
author
Boris Feld <boris.feld@octobus.net>
Tue, 11 Jul 2017 01:17:36 +0200
changeset 33456
ae052d04b89e
parent 30346
9cc438bf7d9a
permissions
-rw-r--r--
phases: rework phase movement code in 'cg.apply' to use 'registernew' We rework the code to call 'registernew' before any other phase advancement. This make 'changegroup.apply' register correct phase movement for the added and bundled nodes.