tests/test-largefiles-misc.t
changeset 25753 fe03f522dda9
parent 25474 8c14f87bd0ae
child 26421 4b0fc75f9403
--- a/tests/test-largefiles-misc.t	Wed Jul 08 17:01:09 2015 +0900
+++ b/tests/test-largefiles-misc.t	Wed Jul 08 17:01:09 2015 +0900
@@ -1008,10 +1008,6 @@
   > EOF
   $ hg clone -q enabled-but-no-largefiles no-largefiles
 
-(test rebasing implied by pull: precommit while rebasing unexpectedly
-shows "normal3" as "?", because lfdirstate isn't yet written out at
-that time)
-
   $ echo normal2 > enabled-but-no-largefiles/normal2
   $ hg -R enabled-but-no-largefiles add enabled-but-no-largefiles/normal2
   $ hg -R enabled-but-no-largefiles commit -m '#1@enabled-but-no-largefiles'
@@ -1026,7 +1022,7 @@
 
   $ hg -R no-largefiles -q pull --rebase
   Invoking status precommit hook
-  M normal3
+  A normal3
 
 (test reverting)