mercurial/__init__.py
author Laurent Charignon <lcharignon@fb.com>
Thu, 21 May 2015 14:34:24 -0700
changeset 25259 5b05f10c5024
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
revert: fix edition of newly added file during --interactive Before this patch: editing hunks of newly added file when performing a revert --interactive had no effect: the edits were discarded. After this patch, the edits are taken into account.