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>
Wed, 05 Nov 2014 17:25:00 +0000
branch
stable
changeset 23199
c35ffa4249ca
parent 0
9117c6561b0b
child 27220
4374d819ccd5
permissions
-rw-r--r--
bookmarks: fix formatting of exchange message (
issue4439
) The message formatting was crashing when doing explicit pulling `hg pull -B X`. This changeset fix it and improved the test coverage.