Problem Pulling From Named Branches

Carlo Camerino carlo.camerino at gmail.com
Tue Jan 5 21:37:01 CST 2010


Hi,

I'm h aving trouble with pulling from a named branch in my repository
Here is my file

I have three branches in a repository that i created through hg branch
<branch-name>

C:\PROJECTS\BASES\base-web-dev>hg branches
yehey                        166:58e0aef86f16
carlo-branch                 165:01ea2874bbea
default                      160:f188ce38948d

I'm currently in this branch

C:\PROJECTS\BASES\base-web-dev>hg branch
yehey

When i try to pull from carlo-branch for example

C:\PROJECTS\BASES\base-web-dev>hg pull carlo-branch
abort: repository carlo-branch not found!

I get this error

However when i just use

hg merge carlo-branch
it seems to work...

can't i pull from named branches anymore?

i tried this on mercurial 1.4.1 and mercurial 1.4.2

am i doing things wrong?

please help
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial/attachments/20100106/cd350b76/attachment.htm>


More information about the Mercurial mailing list