found 704913 git/1:1.8.2.1-1 tags 704913 + upstream clone 704913 -1 retitle -1 git-remote-bzr ignores bzr "author" field quit
Hi, Daniel Kahn Gillmor wrote: > i did two checkouts: > > git clone bzr::http://bzr.savannah.gnu.org/r/grub/trunk/grub grub.git > bzr branch http://bzr.savannah.gnu.org/r/grub/trunk/grub grub.bzr > > They produced very different source trees: git-remote-bzr does the following: for f in modified_final: print "M %s :%u %s" % f for f in removed: print "D %s" % (f) print That would produce the wrong behavior if a file is both modified and removed. This might be fixed by commit bc51f7c Author: Christophe Simonis <christo...@kn.gl> Date: Fri Apr 5 21:49:18 2013 -0600 remote-bzr: remove files before modifications which is not part of a release yet. Will investigate more. [...] > revno: 4810 > author: Andrey Borzenkov <arvidj...@gmail.com> > committer: Vladimir 'phcoder' Serbinenko <phco...@gmail.com> > branch nick: grub > timestamp: Sat 2013-04-06 20:49:02 +0200 [...] > commit 17b15326c633a9e2fb179ab0867f2d34fe213aa6 > Author: Vladimir 'phcoder' Serbinenko <phco...@gmail.com> > Date: Sat Apr 6 20:49:02 2013 +0200 [...] > I also note from above that git-bzr seems to have failed to pick up > the "author" metadata from bzr, and conflated "committer" with author. Cloning to track that separately. Many thanks, Jonathan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org