If try to amend a commit that is already pushed out, you will get:
% hg commit --amend abort: cannot amend public changesets
Solution:
% hg phase --draft --force . % hg commit --amend
s/blog/pba/
If try to amend a commit that is already pushed out, you will get:
% hg commit --amend abort: cannot amend public changesets
Solution:
% hg phase --draft --force . % hg commit --amend
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.