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
David Soria Parra <dsp@php.net>
Sun, 07 Dec 2008 19:31:38 +0100
changeset 7488
e80a734ba1fc
parent 5867
b6d8972ce339
child 9693
c40a1ee20aa5
permissions
-rwxr-xr-x
Backed out changeset
4c3e0ad58c5b
In discussion with mpm and tonfa we decided that we need a more generic solution and not a bookmark specific.
#!/bin/sh
hg init
echo a > a
hg ci -Am0
touch .hg/store/journal
echo foo > a
hg ci -Am0
hg recover