##// END OF EJS Templates
mq: pop/refresh: avoid losing revisions not managed by mq...
mq: pop/refresh: avoid losing revisions not managed by mq We already disallow committing on top of an mq revision exactly to avoid losing this new revision during a qpop/qrefresh, so this can be seen as an additional safety check. If this is not enough to fix issue844, it should at least prevent it from happening.

File last commit:

r5764:8a5d8fb5 default
r5980:dcda0c90 default
Show More
test-rebuildstate.out
17 lines | 207 B | text/plain | TextLexer
/ tests / test-rebuildstate.out
Alexis S. L. Carvalho
dirstate: fix rebuild; add a test...
r5065 adding bar
adding foo
% state dump
Alexis S. L. Carvalho
merge with crew-stable
r5123 a 0 -1 baz
Alexis S. L. Carvalho
dirstate: fix rebuild; add a test...
r5065 n 644 0 foo
r 0 0 bar
% status
A baz
R bar
C foo
% state dump
n 666 -1 bar
n 666 -1 foo
% status
! bar
? baz
C foo