X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/d96796efbad18a2b877002a9bd4fc667d856259f..051090dd538aa6c025a22ae896e2af1713e1522f:/stgit/commands/common.py diff --git a/stgit/commands/common.py b/stgit/commands/common.py index 2a80e8c..2672dcf 100644 --- a/stgit/commands/common.py +++ b/stgit/commands/common.py @@ -114,7 +114,7 @@ def check_head_top_equal(crt_series): if not crt_series.head_top_equal(): raise CmdException( """HEAD and top are not the same. This can happen if you - modify a branch with git. The "assimilate" command can + modify a branch with git. The "repair" command can fix this situation.""") def check_conflicts():