Added signature for changeset
11efa41037e2
Added tag 1.2 for changeset
11efa41037e2
merge: better error messages to lead users to hg update --clean to abandon merges.
Fixes
issue1533.
dispatch: extract command execution block into method
This pulls the pre-command hook/command/post-command hook workflow out of
the method it is in and puts it into its own method so that it potentially
could be exposed for extensions to wrap.