comparison mercurial/__init__.py @ 11353:f2b25e8ea6c1

merge: when current branch has 1 or > 2 heads, actually abort. Currently merge just prints abort-like messages to stderr and then exits with a misleading status 0 (cleverly disguised as "False"). With this change it raises Abort, just like every other fatal error.
author Greg Ward <greg-hg@gerg.ca>
date Mon, 14 Jun 2010 16:06:52 -0400
parents 9117c6561b0b
children 4374d819ccd5
comparison
equal deleted inserted replaced
11352:b19067ee4507 11353:f2b25e8ea6c1