tests/test-largefiles.t
changeset 18300 745bc16ccef2
parent 18299 a7a88a458a4c
child 18341 ed23d6100dd3
--- a/tests/test-largefiles.t	Fri Jan 11 16:30:29 2013 +0100
+++ b/tests/test-largefiles.t	Fri Jan 11 16:30:29 2013 +0100
@@ -1220,9 +1220,16 @@
   $ hg status
   M large
 
+- make sure update of merge with removed largefiles fails as expected
+  $ hg rm sub2/large6
+  $ hg up -r.
+  abort: outstanding uncommitted merges
+  [255]
+
 - revert should be able to revert files introduced in a pending merge
   $ hg revert --all -r .
   removing .hglf/large
+  undeleting .hglf/sub2/large6
 
 Test that a normal file and a largefile with the same name and path cannot
 coexist.