X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/afddd62b52567fc1834e658b968f5a62334ea63c..9ab06b9858bbb0196867506724a8d74c8f39e113:/stgit/commands/common.py diff --git a/stgit/commands/common.py b/stgit/commands/common.py index 1bc162f..bc8266e 100644 --- a/stgit/commands/common.py +++ b/stgit/commands/common.py @@ -120,7 +120,7 @@ def check_head_top_equal(crt_series): def check_conflicts(): if git.get_conflicts(): raise CmdException('Unsolved conflicts. Please fix the conflicts' - ' then use "resolve " or revert the' + ' then use "git add --update " or revert the' ' changes with "status --reset".') def print_crt_patch(crt_series, branch = None):