test-mq-qrename: test added patch renaming

This commit is contained in:
Patrick Mezard 2008-06-06 18:23:33 +02:00
parent e8e489c8fa
commit 574f71dd66
2 changed files with 12 additions and 0 deletions

View File

@ -22,4 +22,15 @@ ls .hg/patches/bar
hg qrename bar/renamed baz
hg qseries
ls .hg/patches/baz
cd ..
echo % test patch being renamed before committed
hg init b
cd b
hg qinit -c
hg qnew x
hg qrename y
hg qcommit -m rename
cd ..

View File

@ -5,3 +5,4 @@ bar/renamed
renamed
baz
.hg/patches/baz
% test patch being renamed before committed