On Fri, Feb 03, 2017 at 04:02:43PM -0800, Senthil Kumaran <sent...@uthcode.com> 
wrote:
> On Wed, Feb 1, 2017 at 4:51 PM, Brett Cannon <br...@python.org> wrote:
> > That's a question for Senthil, but I would be a little worried about editing
> > the history as the match should be probably s/issue #(\d+)/bpo-\1/ and it
> > shows how easy it is to miss edge cases.
> 
> It's easy to make the changes in the commit messages. It could be done
> at the conversion level by patching hg-git[1] that we plan to use.
> We will have to come a decision on if it is desirable to do it and the
> format that is preferable.
> 
> [1]: https://github.com/schacon/hg-git

   Or post-process the converted repo using

git filter-branch --msg-filter '...'

Oleg.
-- 
     Oleg Broytman            http://phdru.name/            p...@phdru.name
           Programmers don't die, they just GOSUB without RETURN.
_______________________________________________
core-workflow mailing list
core-workflow@python.org
https://mail.python.org/mailman/listinfo/core-workflow
This list is governed by the PSF Code of Conduct: 
https://www.python.org/psf/codeofconduct

Reply via email to