mercurial/__init__.py
author Matt Mackall <mpm@selenic.com>
Mon, 26 Nov 2012 16:14:22 -0600
branchstable
changeset 17963 6180dcb29ec5
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
hooks: delay I/O redirection until we actually run a hook (issue3711) We were attempting to redirect I/O even if no hook was actually getting called. This defers redirection until we've found something to do.