##// END OF EJS Templates
Get addremove to use new walk code....
Get addremove to use new walk code. It is now more verbose than it used to be. If given file names, it prints nothing, as before. But if given patterns or nothing, it prints the names of the files it is operating on, to remove that air of mystery. It also now operates at or below the current directory.

File last commit:

r749:7e4843b7 default
r766:b444a7e0 default
Show More
test-simple-update.out
38 lines | 781 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
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
adding file revisions
modified 1 files, added 1 changesets and 1 new revisions
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