phases: rewrite "immutable changeset" to "public changeset"
The phrase "cannot edit immutable changeset" is kind of tautological. Of course unchangeable things can't be changed. We instead mention "public" and provide a hint so that we can point to the actual problem. Even in cases where some operation other than edition cannot be performed, "public" gives the root cause that results in the "immutable" effect. There is a precedent for saying "public" instead of "immutable", for example, in `hg commit --amend`.
Showing
- hgext/histedit.py 1 addition, 1 deletionhgext/histedit.py
- hgext/mq.py 2 additions, 2 deletionshgext/mq.py
- hgext/rebase.py 2 additions, 2 deletionshgext/rebase.py
- mercurial/obsolete.py 1 addition, 1 deletionmercurial/obsolete.py
- tests/test-histedit-obsolete.t 1 addition, 1 deletiontests/test-histedit-obsolete.t
- tests/test-mq-safety.t 3 additions, 3 deletionstests/test-mq-safety.t
- tests/test-rebase-interruptions.t 1 addition, 1 deletiontests/test-rebase-interruptions.t
- tests/test-rebase-scenario-global.t 1 addition, 1 deletiontests/test-rebase-scenario-global.t
Loading
Please register or sign in to comment