git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Error using git-remote-hg
@ 2014-05-12 15:16 Charles Brossollet
  2014-05-12 19:01 ` Torsten Bögershausen
  0 siblings, 1 reply; 13+ messages in thread
From: Charles Brossollet @ 2014-05-12 15:16 UTC (permalink / raw)
  To: git

Hello,

I have the following error while pushing to an hg repository though the "remote translator":

$ git remote -v
origin	hg::ssh://charlesb05@hg.code.sf.net/u/charlesb05/lapdogapi (push)
origin	hg::ssh://charlesb05@hg.code.sf.net/u/charlesb05/lapdogapi (fetch)

$ git push origin
Password:
searching for changes
no changes found
searching for changes
Traceback (most recent call last):
  File "/usr/local/bin/git-remote-hg", line 1254, in <module>
    sys.exit(main(sys.argv))
  File "/usr/local/bin/git-remote-hg", line 1238, in main
    do_export(parser)
  File "/usr/local/bin/git-remote-hg", line 1119, in do_export
    if not push(parser.repo, peer, parsed_refs, p_revs):
  File "/usr/local/bin/git-remote-hg", line 1007, in push
    ret = push_unsafe(repo, remote, parsed_refs, p_revs)
  File "/usr/local/bin/git-remote-hg", line 984, in push_unsafe
    cg = repo.getbundle('push', heads=list(p_revs), common=common)
  File "/usr/local/lib/python2.7/site-packages/mercurial/repoview.py", line 217, in __getattr__
    return getattr(self._unfilteredrepo, attr)
AttributeError: 'localrepository' object has no attribute 'getbundle'

I'm using git 1.9.3 on Mac OS X 10.9.2, with hg 3.0 installed with brew.

It used to work before, on this same repository, since then git and hg were both upgraded.

Thanks for help,
—- 
Charles

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-05-13 22:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-12 15:16 Error using git-remote-hg Charles Brossollet
2014-05-12 19:01 ` Torsten Bögershausen
2014-05-12 19:37   ` Felipe Contreras
2014-05-13  7:54     ` Charles Brossollet
2014-05-13 15:01       ` Torsten Bögershausen
2014-05-13 17:30         ` Junio C Hamano
2014-05-13 18:21           ` Felipe Contreras
2014-05-13 18:48           ` William Giokas
2014-05-13 19:09             ` Felipe Contreras
2014-05-13 19:39               ` William Giokas
2014-05-13 20:24                 ` Felipe Contreras
2014-05-13 21:01                   ` William Giokas
2014-05-13 22:16                     ` Felipe Contreras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).