Show More
@@ -392,7 +392,7 b' def update(repo, node, branchmerge, forc' | |||
|
392 | 392 | else: |
|
393 | 393 | overwrite = True |
|
394 | 394 | if branchmerge and not forcemerge: |
|
395 | if wc.modified() or wc.added() or wc.removed(): | |
|
395 | if wc.files(): | |
|
396 | 396 | raise util.Abort(_("outstanding uncommitted changes")) |
|
397 | 397 | |
|
398 | 398 | ### calculate phase |
General Comments 0
You need to be logged in to leave comments.
Login now