tests/test-issue436
author Bryan O'Sullivan <bos@serpentine.com>
Wed, 10 Oct 2007 15:30:00 -0700
changeset 5435 d0c67b52ac01
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
convert: make contents of "extra" dict available from sources, for sinks. This breaks hash preservation for hg->hg conversion, as each converted change gets a convert_revision item added to its extra dict. Ugh.

#!/bin/sh

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