##// END OF EJS Templates
mdiff: carriage return (\r) is also ignorable whitespace
mdiff: carriage return (\r) is also ignorable whitespace

File last commit:

r12156:4c94b6d0 default
r12751:8eb758ea default
Show More
test-basic.t
40 lines | 630 B | text/troff | Tads3Lexer
Matt Mackall
tests: unify test-basic
r11742 Create a repository:
$ mkdir t
$ cd t
$ hg init
Make a changeset:
$ echo a > a
$ hg add a
Martin Geisler
tests: remove unneeded -d flags...
r12156 $ hg commit -m test
Matt Mackall
tests: unify test-basic
r11742
This command is ancient:
$ hg history
Martin Geisler
tests: remove unneeded -d flags...
r12156 changeset: 0:acb14030fe0a
Matt Mackall
tests: unify test-basic
r11742 tag: tip
user: test
Martin Geisler
tests: remove unneeded -d flags...
r12156 date: Thu Jan 01 00:00:00 1970 +0000
Matt Mackall
tests: unify test-basic
r11742 summary: test
Poke around at hashes:
$ hg manifest --debug
b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3 644 a
$ hg cat a
a
Verify should succeed:
$ hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
At the end...