tests/test-hook.t
branchstable
changeset 24881 51844b8b5017
parent 24827 2f2de8a7f97f
child 25218 00d905a12bb6
--- a/tests/test-hook.t	Thu Apr 30 03:39:39 2015 +0900
+++ b/tests/test-hook.t	Wed Apr 29 15:52:31 2015 -0400
@@ -613,7 +613,9 @@
 
 Issue1827: Hooks Update & Commit not completely post operation
 
-commit and update hooks should run after command completion
+commit and update hooks should run after command completion.  The largefiles
+use demonstrates a recursive wlock, showing the hook doesn't run until the
+final release (and dirstate flush).
 
   $ echo '[hooks]' > .hg/hgrc
   $ echo 'commit = hg id' >> .hg/hgrc
@@ -621,7 +623,7 @@
   $ echo bb > a
   $ hg ci -ma
   223eafe2750c tip
-  $ hg up 0
+  $ hg up 0 --config extensions.largefiles=
   cb9a9f314b8b
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved