##// END OF EJS Templates
add test for 540d1059c802
Alexis S. L. Carvalho -
r4042:f6f65a8d default
parent child Browse files
Show More
@@ -59,3 +59,22 b' hg incoming bundle://../full.hg'
59 hg -R bundle://../full.hg outgoing ../partial2
59 hg -R bundle://../full.hg outgoing ../partial2
60 hg -R bundle://../does-not-exist.hg outgoing ../partial2
60 hg -R bundle://../does-not-exist.hg outgoing ../partial2
61 cd ..
61 cd ..
62
63 # test for 540d1059c802
64 hg init orig
65 cd orig
66 echo foo > foo
67 hg add foo
68 hg ci -m 'add foo' -d '0 0'
69
70 hg clone . ../copy
71 hg tag -d '0 0' foo
72
73 cd ../copy
74 echo >> foo
75 hg ci -m 'change foo' -d '0 0'
76 hg bundle ../bundle.hg ../orig
77
78 cd ../orig
79 hg incoming ../bundle.hg
80 cd ..
@@ -209,3 +209,13 b' date: Mon Jan 12 13:46:40 1970 +0'
209 summary: 0.3m
209 summary: 0.3m
210
210
211 abort: No such file or directory: ../does-not-exist.hg
211 abort: No such file or directory: ../does-not-exist.hg
212 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
213 searching for changes
214 searching for changes
215 changeset: 2:ed1b79f46b9a
216 tag: tip
217 parent: 0:bbd179dfa0a7
218 user: test
219 date: Thu Jan 01 00:00:00 1970 +0000
220 summary: change foo
221
General Comments 0
You need to be logged in to leave comments. Login now