[core-workflow] Choosing a prefix/label for issue numbers
Brett Cannon
brett at python.org
Wed Feb 1 19:51:46 EST 2017
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.
On Wed, 1 Feb 2017 at 15:56 Alexander Belopolsky <
alexander.belopolsky at gmail.com> wrote:
>
> On Wed, Feb 1, 2017 at 6:14 PM, Brett Cannon <brett at python.org> wrote:
>
> For old issues that won't be a possibility,
>
>
> How hard would it be to s/#(\d+)/bpo-\1/ the commit messages during hg to
> git conversion? I did something like that in the past when I converted an
> svn-based project to git.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/core-workflow/attachments/20170202/b77eb96e/attachment.html>
More information about the core-workflow
mailing list