view tests/test-empty @ 5534:61c230f81068

mq: avoid qnew committing everything on invalid paths (issue 803) If paths are supplied but resolve to nothing, localrepo.commit() is called with an empty set and commits the whole dirstate. Avoid this by passing the match function to commit.
author Patrick Mezard <pmezard@gmail.com>
date Tue, 20 Nov 2007 14:31:58 +0100
parents 2b77ea66fe70
children 7e5f3480c45b
line wrap: on
line source

#!/bin/sh

hg init
hg log
hg grep wah
hg manifest
hg verify