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-diff-copy-depth
changeset 6489
204a2ca249b6
parent 6424
d8f44384c3ee
equal
deleted
inserted
replaced
6488:119dff2cd592
6489:204a2ca249b6
1
#!/bin/bash
1
#!/bin/sh
2
2
3
for i in aaa zzz; do
3
for i in aaa zzz; do
4
hg init t
4
hg init t
5
cd t
5
cd t
6
6