tests/test-mq-qsave
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Fri, 04 Apr 2008 22:36:40 +0200
changeset 6470 ac0bcd951c2c
parent 2990 61fcd9fac434
permissions -rwxr-xr-x
python 2.6 compatibility: compatibility wrappers for hash functions

#!/bin/sh

echo "[extensions]" >> $HGRCPATH
echo "mq=" >> $HGRCPATH

hg init a
cd a

echo 'base' > base
hg ci -Ambase -d '1 0'

hg qnew -mmqbase mqbase

hg qsave
hg qrestore 2