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/test-journal-exists
author
Cédric Duval <cedricduval@free.fr>
Sun, 21 Jun 2009 16:32:00 +0200
changeset 8871
20a25042fadc
parent 5867
b6d8972ce339
child 9693
c40a1ee20aa5
permissions
-rwxr-xr-x
extensions: move extensions listing functions from mercurial.help Includes some small fix-ups to comments in enabled() and disabled().
#!/bin/sh
hg init
echo a > a
hg ci -Am0
touch .hg/store/journal
echo foo > a
hg ci -Am0
hg recover