Completed rename support

Georg gwk.rko at googlemail.com
Mon Dec 4 10:01:22 CST 2006


2006/12/2, Matt Mackall <mpm at selenic.com>:
>
> ...
> I'm planning to release 0.9.2 next Friday so testing here is
> appreciated.



Tried the current tip today, and it looks like push over http may be broken:


hunter[10]$ hg push
pushing to http://kuber.eu.mscsoftware.com/hg/SimManager-TeamIntegration-new
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version d626fc9e3985)
Traceback (most recent call last):
  File "/usr/bin/hg", line 12, in ?
    commands.run()
  File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 2738,
in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 2961,
in dispatch
    return d()
  File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 2920,
in <lambda>
    d = lambda: func(u, repo, *args, **cmdoptions)
  File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 1736,
in push
    r = repo.push(other, opts['force'], revs=revs)
  File "/usr/lib/python2.4/site-packages/hgext/mq.py", line 2023, in push
    return super(mqrepo, self).push(remote, force, revs)
  File "/usr/lib/python2.4/site-packages/mercurial/localrepo.py", line 1295,
in push
    if remote.capable('unbundle'):
AttributeError: 'httprepository' object has no attribute 'capable'
hunter[11]$


--
Regards,
Georg.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.selenic.com/pipermail/mercurial-devel/attachments/20061204/1db82934/attachment.html


More information about the Mercurial-devel mailing list