http://bugs.grommit.com/show_bug.cgi?id=416
------- Comment #1 from richlowe at richlowe.net 2008-01-25 16:10 PDT ------- I'm writing this as I'm thinking, sorry if this turns out to be confusing. If you follow the method outline in comment #0, without the intervening commits, mercurial will see this as a rename from 'b' to 'rename2', and the removal of 'a' (in diff -g and export -g's view). The AL catches this, and follows suit. If you follow the method in comment #0 (to include the commits), we hit this bug. hg diff -g, in this case, sees a rename 'a' -> 'rename2', and the removal of 'b'. I think it makes the most sense for us to agree with mercurial, if possible. -- Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.