Mercurial
Mercurial
>
hg
/ annotate
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-empty
author
Matt Mackall <mpm@selenic.com>
Mon, 08 Oct 2007 18:47:06 -0500
changeset 5421
9b5d626be8ba
parent 1338
2b77ea66fe70
child 6944
7e5f3480c45b
permissions
-rwxr-xr-x
osutil: cleanups - use tabs - eliminate old-style function pointer calls - eliminate weird scoping - eliminate assignment-in-iff - use !foo rather than foo == NULL
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
1338
2b77ea66fe70
Add empty repo test
mpm@selenic.com
parents:
diff
changeset
1
#!/bin/sh
2b77ea66fe70
Add empty repo test
mpm@selenic.com
parents:
diff
changeset
2
2b77ea66fe70
Add empty repo test
mpm@selenic.com
parents:
diff
changeset
3
hg init
2b77ea66fe70
Add empty repo test
mpm@selenic.com
parents:
diff
changeset
4
hg log
2b77ea66fe70
Add empty repo test
mpm@selenic.com
parents:
diff
changeset
5
hg grep wah
2b77ea66fe70
Add empty repo test
mpm@selenic.com
parents:
diff
changeset
6
hg manifest
2b77ea66fe70
Add empty repo test
mpm@selenic.com
parents:
diff
changeset
7
hg verify