<div dir="ltr"><div>Hi,<br><br><br></div>I tried to review #2053. Unfortunately, the patch had a wrong name and a wrong topfile (the author was convinced they were working on 2503). I noticed the wrong patch name, but missed the wrong topfile. So, I'm trying to unmerge that revision (40589) from trunk using  "svn merge -c -40589 .". That part works, but a pre-commit hook is preventing me from committing, because it insists that I'm not deleting a topfile, even though it looks to me like I am:<br>

<div><div><br><br>trunk ❯ svn status                                                                                                                                                                                        ⏎<br>

A  +    twisted/test/test_import.py<br>D       twisted/topfiles/2503.removal<br>trunk ❯ svn commit -m "Unmerge remove-test-import-2053<br><br>Reopens: #2053<br><br>This branch accidentally had the wrong topfile.<br>
"<br>
Adding         twisted/test/test_import.py<br>Deleting       twisted/topfiles/2503.removal<br>svn: E165001: Commit failed (details follow):<br>svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output:<br>

Must remove a <ticket>.{feature,bugfix,doc,removal,misc} file for re-opened tickets.  For further details, refer to <a href="http://twistedmatrix.com/trac/wiki/ReviewProcess#Newsfiles">http://twistedmatrix.com/trac/wiki/ReviewProcess#Newsfiles</a><br>

<br><br></div><div>thanks in advance<br>lvh<br></div></div></div>