view tests/test-mq-qsave @ 8937:ea798e03a32e

commands: add "--" to command line flag in branches docstring
author Martin Geisler <mg@lazybytes.net>
date Wed, 24 Jun 2009 18:40:13 +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