Mercurial > public > mercurial-scm > hg-stable
log mercurial/hook.py @ 33827:dedab036215d
age | author | description |
---|---|---|
Sat, 17 Jun 2017 15:29:26 +0530 | Pulkit Goyal | py3: convert keys of kwargs back to bytes using pycompat.byteskwargs() |
Fri, 02 Jun 2017 10:35:21 +0530 | Pulkit Goyal | py3: convert exception to bytes to pass into ui.warn() |
Thu, 01 Jun 2017 01:41:34 +0530 | Pulkit Goyal | py3: ensure that we don't concat bytes and str and the end result is bytes |
Fri, 31 Mar 2017 11:53:56 +0200 | Pierre-Yves David | hook: add hook name information to external hook |
Fri, 31 Mar 2017 11:08:11 +0200 | Pierre-Yves David | hook: provide hook type information to external hook |
Fri, 31 Mar 2017 11:06:42 +0200 | Pierre-Yves David | hook: use 'htype' in 'hook' |
Fri, 31 Mar 2017 11:03:23 +0200 | Pierre-Yves David | hook: use 'htype' in 'runhooks' |