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
.
tests/missing-comment.hg
author
Manuel Jacob <me@manueljacob.de>
Tue, 16 Jun 2020 14:03:00 +0200
branch
stable
changeset 44969
d545b895234a
parent 17064
168cc52ad7c2
permissions
-rw-r--r--
py3: use `%d` for int in % formatting On Python 3, `%s` is an alias to `%b`, which requires that the object implements `__bytes__()`, which is not the case for `int`.
(binary:application/octet-stream)