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/testlib/common.sh
author
Matt Harbison <matt_harbison@yahoo.com>
Wed, 10 Jul 2024 17:55:14 -0400
changeset 51675
bc94cbb49b30
parent 46764
685383486d0a
permissions
-rw-r--r--
typing: add some trivial type hints to `mercurial/match.py` These were new methods since hg
3dbc7b1ecaba
, but surprisingly pytype couldn't figure them out.
mkcommit() {
name="$1"
shift
echo "$name" > "$name"
hg add "$name"
hg ci -m "$name" "$@"
}