##// END OF EJS Templates
updated help text and added manpage section for hg paths...
updated help text and added manpage section for hg paths Index: hg/doc/hg.1.txt ===================================================================

File last commit:

r814:0902ffec merge default
r924:ab681ea2 default
Show More
test-pull.out
31 lines | 695 B | text/plain | TextLexer
Thomas Arendsen Hein
Updated output of tests.
r801 + hg init
+ hg addremove
Bryan O'Sullivan
Update tests to match new addremove chattiness.
r767 adding foo
Thomas Arendsen Hein
Updated output of tests.
r801 + hg commit -m 1
+ hg verify
mpm@selenic.com
Add some more tests...
r336 checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
Thomas Arendsen Hein
Updated output of tests.
r801 + hg clone http://localhost:20059/ copy
mpm@selenic.com
Add some more tests...
r336 requesting all 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
Thomas Arendsen Hein
Updated output of tests.
r801 + hg verify
mpm@selenic.com
Add some more tests...
r336 checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
Thomas Arendsen Hein
Updated output of tests.
r801 + hg co
mpm@selenic.com
Add some more tests...
r336 foo
Thomas Arendsen Hein
Updated output of tests.
r801 + hg manifest
mpm@selenic.com
Add some more tests...
r336 2ed2a3912a0b24502043eae84ee4b279c18b90dd 644 foo
Thomas Arendsen Hein
Updated output of tests.
r801 + hg pull
mpm@selenic.com
Fix empty pull bug that appeared this morning...
r522 pulling from http://localhost:20059/
searching for changes
no changes found
Matt Mackall
Update tests
r642 killed!