tests/test-issue436
author Christian Ebert <blacktrash@gmx.net>
Tue, 30 Jun 2009 11:30:03 +0200
changeset 8996 23e941d7f507
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
keyword: make repo.commit use a custom commitctx wrapper This avoids forcing the dirstate of overwritten files to normal during a commit. Thanks to Dan Villiom Podlaski Christiansen for the idea of a "double wrapper", so other extensions can still wrap repo.commitctx safely.

#!/bin/sh

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