rebase errors

Peter Arrenbrecht peter.arrenbrecht at gmail.com
Mon Sep 1 04:17:41 CDT 2008


I guess the rebase extension does not work with Mercurial 1.0.x but
needs the version from http://selenic.com/repo/hg. Don't know how to
get this up and running on Windows quickly, sorry.
-parren

On Mon, Sep 1, 2008 at 10:04 AM, bencoh <bencoh at gmail.com> wrote:
>
> Hi
> (first excuse my English )
> I'm using tortoisehg 0.4.1 (1.0.2+tortoisehg) for my personal projects, and
> want to try the great new rebase extension (downloaded from the official HG
> repo http://selenic.com/repo/hg)
> i create a hg repo add one file and commit it , when i do an hg rebase i get
> some errors :
> c:\test>hg init
> c:\test>echo "wathever" > file.txt
> c:\test>hg add file.txt
> c:\test>hg commit -m"first revision"
> c:\test>hg rebase
> ** unknown exception encountered, details follow
> ** report bug details to http://www.selenic.com/mercurial/bts
> ** or mercurial at selenic.com
> ** Mercurial Distributed SCM (version 1.0.2+tortoisehg)
> Traceback (most recent call last):
>  File "hg", line 31, in <module>
>  File "mercurial\dispatch.pyc", line 20, in run
>  File "mercurial\dispatch.pyc", line 29, in dispatch
>  File "mercurial\dispatch.pyc", line 45, in _runcatch
>  File "mercurial\dispatch.pyc", line 364, in _dispatch
>  File "mercurial\dispatch.pyc", line 417, in _runcommand
>  File "mercurial\dispatch.pyc", line 373, in checkargs
>  File "mercurial\dispatch.pyc", line 356, in <lambda>
>  File "I:\DevTools\TortoiseHg\ext\rebase.py", line 69, in rebase
>    result = buildstate(repo, destf, srcf, basef, collapsef)
>  File "I:\DevTools\TortoiseHg\ext\rebase.py", line 299, in buildstate
>    branch = repo[None].branch()
> TypeError: 'localrepository' object is unsubscriptable
>
> i got the same error when i make two heads in this repo and then trying to
> rebase and even playing with arguments (maybe i don't understand some rebase
> concepts please illuminate me ...)
> thanks in advance ...
>  best regards...
>
> --
> View this message in context: http://www.nabble.com/rebase-errors-tp19250278p19250278.html
> Sent from the Mercurial mailing list archive at Nabble.com.
>
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
>


More information about the Mercurial mailing list