version control - hg abort: cannot refresh immutable revision -


i'm using hg mq extension installed (i not have rebase extension best of knowledge)

after making few changes , doing few qdiffs, qrefs faced error, not sure how or why occured, i'd able qref again , rid of error or atleast extract work given repo.


outputs:

hg qref

abort: cannot refresh immutable revision (see "hg phases" details) 

-

hg qseries

0 bug-822459-fix 

-

hg status

m templates/testemptytest.js m templates/testmodaldialog.js m templates/testpreferencesdialog.js m templates/testsharedmodules.js 

and whole lot of other untracked files ( files ? infront of them)

hg phase -fd qbase:qtip helps. see https://www.mercurial-scm.org/wiki/phases

i have in ~/.hgrc:

[phases] publish = false 

Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -