On 2013-11-11 06:04, Felipe Contreras wrote: > Richard Hansen wrote: >> The internal mercurial API expects ordinary 8-bit string objects, not >> Unicode string objects. With this change, the test-hg.sh unit tests >> pass again. > > This makes sense to me, but the tests are already passing for me. How are they > failing for you? $ hg --version | head -n 1 Mercurial Distributed SCM (version 2.2.2) $ cd ~/git/t $ ../contrib/remote-helpers/test-hg.sh --verbose --immediate ... Traceback (most recent call last): File "~/git/contrib/remote-helpers/git-remote-hg", line 1246, in <module> sys.exit(main(sys.argv)) File "~/git/contrib/remote-helpers/git-remote-hg", line 1230, in main do_export(parser) File "~/git/contrib/remote-helpers/git-remote-hg", line 1031, in do_export parse_commit(parser) File "~/git/contrib/remote-helpers/git-remote-hg", line 822, in parse_commit node = hghex(repo.commitctx(ctx)) File "/usr/lib/python2.7/dist-packages/mercurial/localrepo.py", line 1270, in commitctx p2.manifestnode(), (new, drop)) File "/usr/lib/python2.7/dist-packages/mercurial/manifest.py", line 197, in add cachedelta = (self.rev(p1), addlistdelta(addlist, delta)) File "/usr/lib/python2.7/dist-packages/mercurial/manifest.py", line 124, in addlistdelta addlist[start:end] = array.array('c', content) TypeError: array item must be char not ok 4 - update bookmark I can put the above in the commit message if people would like it there. -Richard -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html