mercurial/__init__.py
author Christian Ebert <blacktrash@gmx.net>
Tue, 30 Jun 2009 11:30:03 +0200
changeset 8996 23e941d7f507
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
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.