Mercurial > hg
comparison mercurial/lsprofcalltree.py @ 11515:cc982ff2dcf8 stable
commands: only warn when reopening the workdir's branch
When commiting, a check is made to see if one of the parents is a
closed head. However this did not check that the branch of the commit
is the same as the closed head, so one could get a warning message on
the sequence
hg commit --close-branch
hg branch new-branch
hg commit
or when merging in a closed head.
author | Robert Bauck Hamar <r.b.hamar@usit.uio.no> |
---|---|
date | Wed, 07 Jul 2010 14:11:59 +0200 |
parents | beae42f3d93b |
children | 071af8d385a9 |
comparison
equal
deleted
inserted
replaced
11513:0c944b7af564 | 11515:cc982ff2dcf8 |
---|