Show More
@@ -715,7 +715,7 b' def update(repo, node, branchmerge, forc' | |||
|
715 | 715 | hint=_("use 'hg status' to list changes")) |
|
716 | 716 | for s in sorted(wc.substate): |
|
717 | 717 | if wc.sub(s).dirty(): |
|
718 |
raise util.Abort(_(" |
|
|
718 | raise util.Abort(_("uncommitted changes in " | |
|
719 | 719 | "subrepository '%s'") % s) |
|
720 | 720 | |
|
721 | 721 | elif not overwrite: |
General Comments 0
You need to be logged in to leave comments.
Login now