view tests/test-issue436 @ 10359:ec02cf8d1628

mq: add --mq option to some commands This causes them to operate on the queue repository as qcommit does, and is nicer than hg -R $(hg root)
author Brendan Cully <brendan@kublai.com>
date Tue, 23 Dec 2008 09:46:40 -0800
parents f9567a7fa3b3
children
line wrap: on
line source

#!/bin/sh

hg init a
cd a
hg -v log -v
hg -v log -v x
true