Mercurial
Mercurial
>
hg
/ comparison
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/test-help
changeset 331
55f63f3b6a54
child 336
aa6cbde09f72
equal
deleted
inserted
replaced
330:27d08c0c2a7e
331:55f63f3b6a54
1
#!/bin/bash
2
3
set -x
4
5
hg help
6
hg add -h
7
hg help diff
8
hg help foo
9