##// END OF EJS Templates
test-obsolete-checkheads: fix on windows
Patrick Mezard -
r17564:6d0efc80 default
parent child Browse files
Show More
@@ -41,7 +41,7 b' setup'
41
41
42 $ mkcommit old
42 $ mkcommit old
43 $ hg push
43 $ hg push
44 pushing to $TESTTMP/remote
44 pushing to $TESTTMP/remote (glob)
45 searching for changes
45 searching for changes
46 adding changesets
46 adding changesets
47 adding manifests
47 adding manifests
@@ -64,7 +64,7 b' old exists remotely as draft. It is obso'
64 Push should not warn about creating new head
64 Push should not warn about creating new head
65
65
66 $ hg push
66 $ hg push
67 pushing to $TESTTMP/remote
67 pushing to $TESTTMP/remote (glob)
68 searching for changes
68 searching for changes
69 adding changesets
69 adding changesets
70 adding manifests
70 adding manifests
@@ -80,7 +80,7 b' setup'
80 $ cp -r ../backup1 ../remote
80 $ cp -r ../backup1 ../remote
81 $ hg -R ../remote phase --public c70b08862e08
81 $ hg -R ../remote phase --public c70b08862e08
82 $ hg pull -v
82 $ hg pull -v
83 pulling from $TESTTMP/remote
83 pulling from $TESTTMP/remote (glob)
84 searching for changes
84 searching for changes
85 no changes found
85 no changes found
86 $ hg glog --hidden
86 $ hg glog --hidden
@@ -94,7 +94,7 b' setup'
94 Abort: old will still be an head because it's public.
94 Abort: old will still be an head because it's public.
95
95
96 $ hg push
96 $ hg push
97 pushing to $TESTTMP/remote
97 pushing to $TESTTMP/remote (glob)
98 searching for changes
98 searching for changes
99 abort: push creates new remote head 71e3228bffe1!
99 abort: push creates new remote head 71e3228bffe1!
100 (did you forget to merge? use push -f to force)
100 (did you forget to merge? use push -f to force)
@@ -154,7 +154,7 b' old exists remotely as draft. It is obso'
154 Push should abort on new head
154 Push should abort on new head
155
155
156 $ hg push -r 'desc("other")'
156 $ hg push -r 'desc("other")'
157 pushing to $TESTTMP/remote
157 pushing to $TESTTMP/remote (glob)
158 searching for changes
158 searching for changes
159 abort: push creates new remote head d7d41ccbd4de!
159 abort: push creates new remote head d7d41ccbd4de!
160 (did you forget to merge? use push -f to force)
160 (did you forget to merge? use push -f to force)
@@ -181,7 +181,7 b' setup. (The obsolete marker is known loc'
181 $ mkcommit new
181 $ mkcommit new
182 created new head
182 created new head
183 $ hg push -f
183 $ hg push -f
184 pushing to $TESTTMP/remote
184 pushing to $TESTTMP/remote (glob)
185 searching for changes
185 searching for changes
186 adding changesets
186 adding changesets
187 adding manifests
187 adding manifests
@@ -216,7 +216,7 b' Push should not warn about adding new he'
216 one anyway.
216 one anyway.
217
217
218 $ hg push
218 $ hg push
219 pushing to $TESTTMP/remote
219 pushing to $TESTTMP/remote (glob)
220 searching for changes
220 searching for changes
221 adding changesets
221 adding changesets
222 adding manifests
222 adding manifests
@@ -264,7 +264,7 b' It should not complain about "unsynced r'
264 handled yet.
264 handled yet.
265
265
266 $ hg push --traceback
266 $ hg push --traceback
267 pushing to $TESTTMP/remote
267 pushing to $TESTTMP/remote (glob)
268 searching for changes
268 searching for changes
269 adding changesets
269 adding changesets
270 adding manifests
270 adding manifests
General Comments 0
You need to be logged in to leave comments. Login now