I accidentally used the same bug number twice when merging two bugs. It would be nice if this would lead to an error. At the moment, you get this: | > merge 587896 587896 | Bug#587896: libdevmapper1.02: init.d script prevents sysv-init from migrating to dependency-based boot | Warning: Unknown package 'libdevmapper1.02' | Merged 587896.
reassign 589104 retitle 589104 merging a bug with itself should be treated as a null-op thanks Heh. That's one mistaken input I didn't think about when I wrote that code. I think I'll treat it as a null operation, and indicate that we've refused to merge a bug with itself (much like we do if you try to retitle to the same title, or found the same version which are found.) Don Armstrong