tests/test-issue436
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
Wed, 12 Nov 2008 14:07:47 +0100
changeset 7353 982b55ec80be
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
patchbomb: make `hg email` reusable for other patch sources Adds two internal options, patches and patchnames, which allow other extensions to email a given set of patches. The pbranch extension needs this to send its patches which are diffs between topic branches.

#!/bin/sh

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