branch | stable |
changeset 19987 | ba6486076429 |
parent 19951 | d51c4d85ec23 |
child 20278 | 20ef533ffb01 |
--- a/mercurial/merge.py Fri Nov 01 17:08:06 2013 -0700 +++ b/mercurial/merge.py Wed Nov 06 10:20:18 2013 -0800 @@ -384,7 +384,7 @@ return actions def actionkey(a): - return a[1] == "r" and -1 or 0, a + return a[1] in "rf" and -1 or 0, a def getremove(repo, mctx, overwrite, args): """apply usually-non-interactive updates to the working directory