<div dir="ltr"><br><div class="gmail_extra">On Tue, May 28, 2013 at 4:56 PM, Terry Reedy <span dir="ltr"><<a href="mailto:tjreedy@udel.edu" target="_blank">tjreedy@udel.edu</a>></span> wrote:<br><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div>On 5/28/2013 7:23 PM, Guido van Rossum wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
On Tue, May 28, 2013 at 3:00 PM, Terry Reedy <<a href="mailto:tjreedy@udel.edu" target="_blank">tjreedy@udel.edu</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
As I said on the issue and in response to Benjamin's question, I prefer to<br>
have it appear near the top of the directory listing even when other non<br>
'test_xxx' files are added.<br>
</blockquote>
I don't think that's a strong enough reason to give the name a<br>
non-alphabetic prefix. Please just use README.txt.<br>
<br>
</blockquote></div>
As I explained in response to Antoine on pydev, I do not like generic README and would prefer a more specific name beginning with 'A'; however, I will just delete the '@' in my next patch, which will fix the one buildbot breakage.<span><font color="#888888"><br>


<br></font></span></blockquote><div><br></div><div style>Thanks for renaming the @README.txt to README.txt</div><div style><br></div><div>The problem cropped up on my local machine again with repo I checked out yesterday which had the older file. Specifically due to @ in the filename (or the way it was added). </div>
<div><br></div><div>hg complained that  </div><div><br></div><div>
data/Lib/idlelib/idle_test/@README.txt.i@83941: missing revlog!</div><div><br></div><div>This is hg (version 2.3.1) on Mac, case sensitive Apple_HFS file system, throwing up on a recently cloned repo. This may likely be a bug with mercurial. To deal with this, I am upgraded mercurial to 2.5 and cloned the repo again.</div>
<div><br></div><div><br></div><div><div>$ hg verify</div><div>repository uses revlog format 1</div>
<div>checking changesets</div><div>checking manifests</div><div>crosschecking files in changesets and manifests</div><div>checking files</div><div> data/Lib/idlelib/idle_test/@README.txt.i@83941: missing revlog!</div><div>

 83941: empty or missing Lib/idlelib/idle_test/@README.txt</div><div> Lib/idlelib/idle_test/@README.txt@83941: 7573717b9e6f in manifests not found</div><div>warning: copy source of 'Modules/_threadmodule.c' not in parents of 60ad83716733</div>

<div>warning: copy source of 'Objects/bytesobject.c' not in parents of 64bb1d258322</div><div>warning: copy source of 'Objects/stringobject.c' not in parents of 357e268e7c5f</div><div>9872 files, 83957 changesets, 185453 total revisions</div>

<div>3 warnings encountered!</div><div>3 integrity errors encountered!</div><div>(first damaged changeset appears to be 83941)</div><div><br></div><div>$ hg --version<br></div><div>Mercurial Distributed SCM (version 2.3.1)</div>

</div><div><br></div><div>-- </div><div>Senthil</div><div><br></div></div></div></div>