view tests/test-mq-qsave @ 9105:6188f2cc4a37

notify: fix indentation in module docstring
author Martin Geisler <mg@lazybytes.net>
date Thu, 09 Jul 2009 22:43:24 +0200
parents 61fcd9fac434
children
line wrap: on
line source

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