Mercurial
Mercurial
>
hg
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
mercurial/__init__.py
author
Matt Mackall <mpm@selenic.com>
Mon, 26 Nov 2012 16:14:22 -0600
branch
stable
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.