tests/test-hook.t
changeset 33212 fe0667cc521e
parent 33051 15a79ac823e8
child 33261 be49f3fdcd10
equal deleted inserted replaced
33211:f48422ab81aa 33212:fe0667cc521e
   728   $ echo 'update = hg id' >> .hg/hgrc
   728   $ echo 'update = hg id' >> .hg/hgrc
   729   $ echo bb > a
   729   $ echo bb > a
   730   $ hg ci -ma
   730   $ hg ci -ma
   731   223eafe2750c tip
   731   223eafe2750c tip
   732   $ hg up 0 --config extensions.largefiles=
   732   $ hg up 0 --config extensions.largefiles=
       
   733   The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
   733   cb9a9f314b8b
   734   cb9a9f314b8b
   734   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   735   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   735 
   736 
   736 make sure --verbose (and --quiet/--debug etc.) are propagated to the local ui
   737 make sure --verbose (and --quiet/--debug etc.) are propagated to the local ui
   737 that is passed to pre/post hooks
   738 that is passed to pre/post hooks