Mercurial > hg
view tests/test-push-validation @ 11223:0d09f2244805
rename: make --after work if source is already in R state
I routinely want to use `hg addrem` and then fix up missed renames
manually using `hg mv -A`. This patch allows me to record such
renames from a source in state R to a target in state A.
author | Peter Arrenbrecht <peter.arrenbrecht@gmail.com> |
---|---|
date | Wed, 26 May 2010 16:16:47 +0200 |
parents | b26c4a89a143 |
children |
line wrap: on
line source
#!/bin/sh hg init test cd test cat > .hg/hgrc <<EOF [server] validate=1 EOF echo alpha > alpha echo beta > beta hg addr hg ci -m 1 cd .. hg clone test test-clone cd test-clone cp .hg/store/data/beta.i tmp echo blah >> beta hg ci -m '2 (corrupt)' mv tmp .hg/store/data/beta.i hg push 2>&1 | "$TESTDIR/filtertmp.py"