X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/afddd62b52567fc1834e658b968f5a62334ea63c..9ab06b9858bbb0196867506724a8d74c8f39e113:/stgit/commands/push.py diff --git a/stgit/commands/push.py b/stgit/commands/push.py index 84a93bd..d5e02e0 100644 --- a/stgit/commands/push.py +++ b/stgit/commands/push.py @@ -30,8 +30,8 @@ the stack. The 'push' operation allows patch reordering by commuting them with the three-way merge algorithm. If there are conflicts while pushing a patch, those conflicts are written to the work tree, and the command halts. Conflicts raised during the push operation have to be -fixed and the 'resolved' command run (alternatively, you may undo the -conflicting push with 'stg undo'). +fixed and the 'git add --update' command run (alternatively, you may +undo the conflicting push with 'stg undo'). The command also notifies when the patch becomes empty (fully merged upstream) or is modified (three-way merged) by the 'push' operation."""