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-clone
changeset 836
1fe3b14c7044
parent 814
0902ffece4b4
parent 834
78a9f95766dc
child 839
9c918287d10b
equal
deleted
inserted
replaced
827:a61728b58dc0
836:1fe3b14c7044
1
#!/bin/bash
1
#!/bin/sh
2
2
3
mkdir a
3
mkdir a
4
cd a
4
cd a
5
hg init
5
hg init
6
echo a > a
6
echo a > a