Hi, I'm experiencing test failures in contrib/remote-helpers. >From the first test in test-bzr.sh: Traceback (most recent call last): File "/home/likewise-open/ANT/ramkum/src/git/contrib/remote-helpers/git-remote-bzr", line 672, in <module> sys.exit(main(sys.argv)) File "/home/likewise-open/ANT/ramkum/src/git/contrib/remote-helpers/git-remote-bzr", line 651, in main repo = get_repo(url, alias) File "/home/likewise-open/ANT/ramkum/src/git/contrib/remote-helpers/git-remote-bzr", line 608, in get_repo origin = bzrlib.controldir.ControlDir.open(url) AttributeError: type object 'ControlDir' has no attribute 'open' >From the first test in test-hg.sh: Traceback (most recent call last): File "/home/likewise-open/ANT/ramkum/src/git/contrib/remote-helpers/git-remote-hg", line 785, in <module> sys.exit(main(sys.argv)) File "/home/likewise-open/ANT/ramkum/src/git/contrib/remote-helpers/git-remote-hg", line 773, in main do_import(parser) File "/home/likewise-open/ANT/ramkum/src/git/contrib/remote-helpers/git-remote-hg", line 500, in do_import export_head(repo) File "/home/likewise-open/ANT/ramkum/src/git/contrib/remote-helpers/git-remote-hg", line 397, in export_head export_ref(repo, g_head[0], 'bookmarks', g_head[1]) File "/home/likewise-open/ANT/ramkum/src/git/contrib/remote-helpers/git-remote-hg", line 297, in export_ref revs = repo.revs('%u:%u' % (tip, head)) AttributeError: 'localrepository' object has no attribute 'revs' fatal: stream ends early fast-import: dumping crash report to /home/likewise-open/ANT/ramkum/src/git/t/trash directory.test-hg/gitrepo/.git/fast_import_crash_24346 fatal: Error while running fast-import >From the first test in test-hg-bidi.sh: Traceback (most recent call last): File "/home/likewise-open/ANT/ramkum/src/git/contrib/remote-helpers/git-remote-hg", line 785, in <module> sys.exit(main(sys.argv)) File "/home/likewise-open/ANT/ramkum/src/git/contrib/remote-helpers/git-remote-hg", line 773, in main do_import(parser) File "/home/likewise-open/ANT/ramkum/src/git/contrib/remote-helpers/git-remote-hg", line 500, in do_import export_head(repo) File "/home/likewise-open/ANT/ramkum/src/git/contrib/remote-helpers/git-remote-hg", line 397, in export_head export_ref(repo, g_head[0], 'bookmarks', g_head[1]) File "/home/likewise-open/ANT/ramkum/src/git/contrib/remote-helpers/git-remote-hg", line 297, in export_ref revs = repo.revs('%u:%u' % (tip, head)) AttributeError: 'localrepository' object has no attribute 'revs' fatal: stream ends early fast-import: dumping crash report to /home/likewise-open/ANT/ramkum/src/git/t/trash directory.test-hg-bidi/tmp/gitrepo2/.git/fast_import_crash_25121 fatal: Error while running fast-import I can't `import hggit` (I don't know how hg-git is distributed), so I didn't run test-hg-hg-git.sh. I'm currently investigating. Ram -- 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