comparison tests/test-hook.out @ 10492:0e64d814d7d0 stable

run commit and update hooks after command completion (issue1827) Previously, the working dir state hadn't been written when these hooks were invoked, so external commands couldn't see all changes.
author Sune Foldager <cryo@cyanite.org>
date Wed, 17 Feb 2010 15:43:21 +0100
parents 9e7b2c49d25d
children f0bfe42c7b1f
comparison
equal deleted inserted replaced
10491:d7e582cab6b6 10492:0e64d814d7d0
169 ImportError: No module named somebogusmodule 169 ImportError: No module named somebogusmodule
170 exception from second failed import attempt: 170 exception from second failed import attempt:
171 Traceback (most recent call last): 171 Traceback (most recent call last):
172 ImportError: No module named hgext_importfail 172 ImportError: No module named hgext_importfail
173 Traceback (most recent call last): 173 Traceback (most recent call last):
174 # commit and update hooks should run after command completion (issue 1827)
175 8da618c33484 tip
176 29b62aeb769f
177 1 files updated, 0 files merged, 0 files removed, 0 files unresolved