hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Mon, 05 Oct 2015 04:26:26 -0700
changeset 26683 634666c48b7d
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
update: introduce a 'UpdateAbort' exception The 'postincoming' function used by 'hg pull --update' and 'hg unbundle' is catching 'Abort' exceptions to intercept failed update. This feel a bit too wide to me, so I'm introducing a more precise exception to specify update destination issues.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder