##// END OF EJS Templates
tests: fix test-update-branches to remove non-conflicting file...
Martin von Zweigbergk -
r31174:842489d1 default
parent child Browse files
Show More
@@ -288,11 +288,8 b' Locally added file is allowed'
288
288
289 Locally removed file is allowed
289 Locally removed file is allowed
290 $ hg up -qC 3
290 $ hg up -qC 3
291 $ hg rm a
291 $ hg rm foo
292 $ hg up -q 4
292 $ hg up -q 4
293 abort: uncommitted changes
294 (commit or update --merge to allow merge)
295 [255]
296
293
297 File conflict is not allowed
294 File conflict is not allowed
298 $ hg up -qC 3
295 $ hg up -qC 3
General Comments 0
You need to be logged in to leave comments. Login now