Mercurial > public > mercurial-scm > hg
log mercurial/hook.py @ 36884:ece242db5000
age | author | description |
---|---|---|
Sat, 10 Mar 2018 22:02:58 -0500 | Matt Harbison | hook: ensure stderr is flushed when an exception is raised, for test stability |
Sun, 11 Feb 2018 16:02:32 -0800 | Gregory Szorc | py3: use system strings when calling __import__ |
Sun, 10 Dec 2017 04:46:50 +0530 | Pulkit Goyal | py3: handle keyword arguments correctly in hook.py |
Sun, 08 Oct 2017 13:08:31 +0200 | Boris Feld | hook: add a 'hashook' function to test for hook existence |
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 |