view tests/test-install @ 11467:6b836d5c8c9e stable

revset: make negate work for sort specs
author Matt Mackall <mpm@selenic.com>
date Wed, 30 Jun 2010 17:44:36 -0500
parents 36c388a1aa51
children
line wrap: on
line source

#!/bin/sh

echo '% hg debuginstall'
hg debuginstall

echo '% hg debuginstall with no username'
HGUSER= hg debuginstall

# Happy End
true