quark accepted this revision.
quark added a comment.

  I think this is fine as a workaround now. It's better than losing data.

INLINE COMMENTS

> test-context.py:185
> +    with open('4', 'wb') as f:
> +        f.write(i)
> +    repo.dirstate.normal('4')

Seems like `f.write(b'4')` is better.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D152

To: martinvonz, #hg-reviewers, quark
Cc: quark, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to