Mercurial
Mercurial
>
hg
/ annotate
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
Manuel Jacob <me@manueljacob.de>
Mon, 15 Jun 2020 03:34:23 +0200
branch
stable
changeset 44965
8439351d3208
parent 36607
c6061cadb400
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`.
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines: