Correctly handle refs/patches on series rename
authorYann Dirson <ydirson@altern.org>
Sun, 16 Apr 2006 10:52:37 +0000 (12:52 +0200)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 2 May 2006 20:28:26 +0000 (21:28 +0100)
When renaming a series, the refs/patches dir was not moved, and by
chance a new one was created by the repository-upgrade code, but that
left the old one behind as cruft (which the safety checks added in a
former patch now detects).

Also adds a regression test to assert that nothing by the old name
is left behind.

Signed-off-by: Yann Dirson <ydirson@altern.org>

No differences found