##// END OF EJS Templates
Remove "export FOO=bar" bashism.
Remove "export FOO=bar" bashism.

File last commit:

r793:445970cc merge default
r797:95c258ee default
Show More
test-simple-update.out
39 lines | 778 B | text/plain | TextLexer
/ tests / test-simple-update.out
mpm@selenic.com
Add a simple testing framework...
r331 + mkdir test
+ cd test
+ echo foo
+ hg init
+ hg addremove
Bryan O'Sullivan
Update tests to match new addremove chattiness.
r767 adding foo
mpm@selenic.com
Update tests to use commit -m and default -u...
r749 + hg commit -m 1
mpm@selenic.com
Add a simple testing framework...
r331 + hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
mpm@selenic.com
[PATCH] add clone command...
r485 + hg clone . ../branch
+ cd ../branch
mpm@selenic.com
Add a simple testing framework...
r331 + hg co
+ echo bar
mpm@selenic.com
Update tests to use commit -m and default -u...
r749 + hg commit -m 2
mpm@selenic.com
Add a simple testing framework...
r331 + cd ../test
+ hg pull ../branch
mpm@selenic.com
[PATCH] Unintuive use...
r404 pulling from ../branch
mpm@selenic.com
Add a simple testing framework...
r331 searching for changes
adding changesets
adding manifests
mpm@selenic.com
Fix up test results...
r775 adding file changes
added 1 changesets with 1 changes to 1 files
mpm@selenic.com
[PATCH] Unintuive use...
r404 (run 'hg update' to get a working copy)
mpm@selenic.com
Add a simple testing framework...
r331 + hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 2 changesets, 2 total revisions
+ hg co
+ cat foo
foo
bar
+ hg manifest
6f4310b00b9a147241b071a60c28a650827fb03d 644 foo