tests/test-mq-qsave
author Christian Ebert <blacktrash@gmx.net>
Tue, 16 Mar 2010 22:29:16 +0100
changeset 10714 9c0a1887bd4b
parent 2990 61fcd9fac434
permissions -rwxr-xr-x
keyword: do not bother about detecting extension path in demo Detecting and showing the path to a keyword extension in a non-standard place only made sense while keyword.py was not shipped with Mercurial. The test output has changed because we do not have a spurious space at eol anymore.

#!/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