Completed rename support
Benoit Boissinot
bboissin at gmail.com
Mon Dec 4 16:31:05 UTC 2006
On 12/4/06, Georg <gwk.rko at googlemail.com> wrote:
>
> Tried the current tip today, and it looks like push over http may be broken:
>
It works for me. Can you reproduce it ? (maybe try install with --force)
Benoit
>
> 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]$
More information about the Mercurial-devel
mailing list