view tests/test-issue436 @ 11646:91af149b5cd7 stable

bash/zsh completion: use HGPLAIN when invoking hg (issue2297)
author Brodie Rao <brodie@bitheap.org>
date Wed, 21 Jul 2010 17:06:00 -0400
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