<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 19, 2017 at 11:11 AM, Matthew Turk <span dir="ltr"><<a href="mailto:matthewturk@gmail.com" target="_blank">matthewturk@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I'm okay with renaming it, but honestly I would kind of like to get rid of our first PR being "test" and our second being "grid visitors".  I *think*, but am not *sure*, that this might mess up a bunch of things with getting issue number redirection.</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br></div></div></div></blockquote><div><br></div><div>Fair enough, let's just blow away yt-test and regenerate it once my PR is merged.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 19, 2017 at 11:08 AM, Nathan Goldbaum <span dir="ltr"><<a href="mailto:nathan12343@gmail.com" target="_blank">nathan12343@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span>On Wed, Apr 19, 2017 at 7:40 AM, Kacper Kowalik <span dir="ltr"><<a href="mailto:xarthisius.kk@gmail.com" target="_blank">xarthisius.kk@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="m_-1394514637648837332m_2420576010995004297gmail-HOEnZb"><div class="m_-1394514637648837332m_2420576010995004297gmail-h5">
<br>
</div></div>I don't know how to do that :) What we are mapping to git branches are<br>
hg bookmarks, and you can't have bookmark matching named branch:<br>
<br>
$ hg bookmark yt-2.x<br>
abort: a bookmark cannot have the name of an existing branch<br>
<br>
Cheers,<br>
Kacper<br>
<div class="m_-1394514637648837332m_2420576010995004297gmail-HOEnZb"><div class="m_-1394514637648837332m_2420576010995004297gmail-h5"><br>
<br></div></div></blockquote><div><br></div></span><div>I created a pull request that should fix this issue:</div><div><br></div><div><a href="https://github.com/yt-project/fido-prhandler/pull/1" target="_blank">https://github.com/yt-project/<wbr>fido-prhandler/pull/1</a><br></div><div><br></div><div>In addition this pull request sets the mirror target to the final repo location, in expectation of getting approval in this thread.</div><div><div class="m_-1394514637648837332h5"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="m_-1394514637648837332m_2420576010995004297gmail-HOEnZb"><div class="m_-1394514637648837332m_2420576010995004297gmail-h5">
><br>
>>><br>
>>>> Cheers,<br>
>>>> Kacper<br>
>>>><br>
>>>>> Our mirror bot uses hg-git, and the converted repo hg-git produces<br>
>> isn't<br>
>>>>> necessarily perfect. In particular, two issues have come up:<br>
>>>>><br>
>>>>> * Since git is more selective than mercurial about e-mail and username<br>
>>>>> formatting, there are a number of commits associated with dummy e-mail<br>
>>>>> addresses like none@none<br>
>>>>><br>
>>>>> * Since we do most of our development on a branch named "yt" (not<br>
>>>> "default"<br>
>>>>> as is typical of mercurial repos) almost every commit in our history<br>
>> has<br>
>>>> a<br>
>>>>> comment in the git commit message recording that it hapenned on the<br>
>> "yt"<br>
>>>> or<br>
>>>>> "stable" branch. This makes it possible to round-trip from hg to git<br>
>> and<br>
>>>>> back to hg, but it's also some extra noise in every single commit<br>
>>>> message.<br>
>>>>><br>
>>>>> We could in principle ameliorate these issues by using something<br>
>> besides<br>
>>>>> hg-git to do the conversion or by modifying hg-git to avoid these<br>
>> issues.<br>
>>>>> The former options will lose the nice property of being able to<br>
>>>> round-trip<br>
>>>>> and for others to independently export work from their forks. The<br>
>> latter<br>
>>>>> option will require us to modify hg-git and waiting for upstream hg-git<br>
>>>> to<br>
>>>>> review our changes, which might take a while, or telling everyone to<br>
>> use<br>
>>>> a<br>
>>>>> hacked version of hg-git.<br>
>>>>><br>
>>>>> Personally, I don't think either of those options are worth the hassle<br>
>>>> for<br>
>>>>> what to me are minor annoyances. I think I've also ameliorated the<br>
>>>>> username/e-mail ambiguity in the converted history by adding a .mailmap<br>
>>>>> file to the repo:<br>
>>>>><br>
>>>>> <a href="https://bitbucket.org/yt_analysis/yt/pull-requests/2582" rel="noreferrer" target="_blank">https://bitbucket.org/yt_analy<wbr>sis/yt/pull-requests/2582</a><br>
>>>>><br>
>>>>> In addition, the mirroring process we have now seems to work well, so<br>
>>>> just<br>
>>>>> renaming the yt-test repo and calling the conversion final avoids a<br>
>> bunch<br>
>>>>> more work which will block further progress on the conversion.<br>
>>>>><br>
>>>>> What do you all think? It would be great to get people's +/-1 on<br>
>> renaming<br>
>>>>> yt-test to yt on <a href="http://github.com/yt-project" rel="noreferrer" target="_blank">github.com/yt-project</a>.<br>
>>>>><br>
>>>>> Once we have a final repo name we will be able to start porting tooling<br>
>>>>> like the website generator without worrying about the name or content<br>
>> of<br>
>>>>> the final repo changing.<br>
>>>>><br>
>>>>> -Nathan<br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>> ______________________________<wbr>_________________<br>
>>>>> yt-dev mailing list<br>
>>>>> <a href="mailto:yt-dev@lists.spacepope.org" target="_blank">yt-dev@lists.spacepope.org</a><br>
>>>>> <a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/lis<wbr>tinfo.cgi/yt-dev-spacepope.org</a><br>
>>>>><br>
>>>><br>
>>>><br>
>>>><br>
>>>> ______________________________<wbr>_________________<br>
>>>> yt-dev mailing list<br>
>>>> <a href="mailto:yt-dev@lists.spacepope.org" target="_blank">yt-dev@lists.spacepope.org</a><br>
>>>> <a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/lis<wbr>tinfo.cgi/yt-dev-spacepope.org</a><br>
>>>><br>
>>>><br>
>>><br>
>>><br>
>>><br>
>>> ______________________________<wbr>_________________<br>
>>> yt-dev mailing list<br>
>>> <a href="mailto:yt-dev@lists.spacepope.org" target="_blank">yt-dev@lists.spacepope.org</a><br>
>>> <a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/lis<wbr>tinfo.cgi/yt-dev-spacepope.org</a><br>
>>><br>
>><br>
>><br>
>><br>
>> ______________________________<wbr>_________________<br>
>> yt-dev mailing list<br>
>> <a href="mailto:yt-dev@lists.spacepope.org" target="_blank">yt-dev@lists.spacepope.org</a><br>
>> <a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/lis<wbr>tinfo.cgi/yt-dev-spacepope.org</a><br>
>><br>
>><br>
><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> yt-dev mailing list<br>
> <a href="mailto:yt-dev@lists.spacepope.org" target="_blank">yt-dev@lists.spacepope.org</a><br>
> <a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/lis<wbr>tinfo.cgi/yt-dev-spacepope.org</a><br>
><br>
<br>
<br>
</div></div><br>______________________________<wbr>_________________<br>
yt-dev mailing list<br>
<a href="mailto:yt-dev@lists.spacepope.org" target="_blank">yt-dev@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/lis<wbr>tinfo.cgi/yt-dev-spacepope.org</a><br>
<br></blockquote></div></div></div><br></div></div>
<br>______________________________<wbr>_________________<br>
yt-dev mailing list<br>
<a href="mailto:yt-dev@lists.spacepope.org" target="_blank">yt-dev@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/lis<wbr>tinfo.cgi/yt-dev-spacepope.org</a><br>
<br></blockquote></div><br></div>
</div></div><br>______________________________<wbr>_________________<br>
yt-dev mailing list<br>
<a href="mailto:yt-dev@lists.spacepope.org">yt-dev@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/<wbr>listinfo.cgi/yt-dev-spacepope.<wbr>org</a><br>
<br></blockquote></div><br></div></div>