[PATCH 5 of 7] pycompat: switch to util.stringio for py3 compat

Yuya Nishihara yuya at tcha.org
Thu Apr 7 10:25:29 EDT 2016


On Thu, 7 Apr 2016 21:28:05 +0900, Yuya Nishihara wrote:
> On Wed, 06 Apr 2016 16:57:42 -0500, timeless wrote:
> > # HG changeset patch
> > # User timeless <timeless at mozdev.org>
> > # Date 1459974801 0
> > #      Wed Apr 06 20:33:21 2016 +0000
> > # Node ID d169dc85e6b39805caf94a212bcdb3d58593a97e
> > # Parent  fe05b5e676098d90810e3dc87126e1451ccc1ccb
> > pycompat: switch to util.stringio for py3 compat 
> 
> > diff --git a/mercurial/pure/pycompat.py b/mercurial/pure/pycompat.py
> > new file mode 120000
> > --- /dev/null
> > +++ b/mercurial/pure/pycompat.py
> > @@ -0,0 +1,1 @@
> > +../pycompat.py
> > \ No newline at end of file  
> 
> Symlink doesn't work on Windows. This should be dropped.

I've dropped the StringIO patches (PATCH 4-7) because of this pycompat.py
symlink. Please make sure these revisions are alive in your local repository
before pulling from the committed repo.


More information about the Mercurial-devel mailing list