The cancellation editor has been discarding the wrapped editor's
commit118c4a3b17578379ac0439bb16f40bd5631d828b
authorepg <epg@612f8ebc-c883-4be0-9ee0-a4e9ef946e3a>
Thu, 3 Apr 2008 22:44:57 +0000 (3 22:44 +0000)
committerepg <epg@612f8ebc-c883-4be0-9ee0-a4e9ef946e3a>
Thu, 3 Apr 2008 22:44:57 +0000 (3 22:44 +0000)
tree553a9f02feb987f318c86ac1a8b8a38b8bb25589
parent9cbc2299b4d16f40fc5236928e6861d523a9b90c
The cancellation editor has been discarding the wrapped editor's
abort_edit callback, and all cancellation-wrapped editors have
been using the default editor's no-op abort_edit.

* subversion/include/svn_delta.h
  (svn_delta_editor_t): Add comment about updating cancellation and
    default editors when adding new callbacks.

* subversion/libsvn_delta/cancel.c
  (abort_edit): Add new wrapper.
  (svn_delta_get_cancellation_editor): Set abort_edit.

git-svn-id: http://svn.collab.net/repos/svn/trunk@30246 612f8ebc-c883-4be0-9ee0-a4e9ef946e3a
subversion/include/svn_delta.h
subversion/libsvn_delta/cancel.c