tests/test-hook.out
changeset 9851 9e7b2c49d25d
parent 9611 a3d73b3e1f8a
child 10492 0e64d814d7d0
equal deleted inserted replaced
9850:004bf1d6e6af 9851:9e7b2c49d25d
   161 committed changeset 1:52998019f6252a2b893452765fcb0a47351a5708
   161 committed changeset 1:52998019f6252a2b893452765fcb0a47351a5708
   162 hooks.commit.auto=<function autohook>
   162 hooks.commit.auto=<function autohook>
   163 # test python hook configured with python:[file]:[hook] syntax
   163 # test python hook configured with python:[file]:[hook] syntax
   164 hook works
   164 hook works
   165 nothing changed
   165 nothing changed
       
   166 # make sure --traceback works on hook import failure
       
   167 exception from first failed import attempt:
       
   168 Traceback (most recent call last):
       
   169 ImportError: No module named somebogusmodule
       
   170 exception from second failed import attempt:
       
   171 Traceback (most recent call last):
       
   172 ImportError: No module named hgext_importfail
       
   173 Traceback (most recent call last):