##// 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-unrelated-pull.out
27 lines | 564 B | text/plain | TextLexer
/ tests / test-unrelated-pull.out
Thomas Arendsen Hein
Updated output of tests.
r801 + hg init
+ hg add a
+ hg commit -m a -u a -d 0 0
+ hg init
+ hg add b
+ hg commit -m b -u b -d 0 0
+ hg pull ../a
mpm@selenic.com
Actually warn on pulling from an unrelated repository...
r579 pulling from ../a
searching for changes
warning: pulling from an unrelated repository!
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
Actually warn on pulling from an unrelated repository...
r579 (run 'hg update' to get a working copy)
Thomas Arendsen Hein
Updated output of tests.
r801 + hg heads
mpm@selenic.com
Fix tests for short changeset hashes and hidden manifest hashes
r784 changeset: 1:9a79c33a9db3
mpm@selenic.com
Actually warn on pulling from an unrelated repository...
r579 tag: tip
user: a
date: Thu Jan 1 00:00:00 1970
summary: a
mpm@selenic.com
Fix tests for short changeset hashes and hidden manifest hashes
r784 changeset: 0:01f8062b2de5
mpm@selenic.com
Actually warn on pulling from an unrelated repository...
r579 user: b
date: Thu Jan 1 00:00:00 1970
summary: b