rebase errors
bencoh
bencoh at gmail.com
Mon Sep 1 03:04:33 CDT 2008
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.
More information about the Mercurial
mailing list