Help in transfering merged changesets
Peter Hosey
boredzo at gmail.com
Fri Apr 3 05:12:14 CDT 2009
On Apr 03, 2009, at 03:00:07, Akhil Gaur wrote:
>> What is the output of hg version?
> Mercurial Distributed SCM (version 1.1.1+20081229)
Perhaps you should try a newer version. 1.2.1 is the current version.
>> What is the output of hg pull (in the main)?
>
> Hg pull is bringing in all the changeset from the Clinet to main.
> >hg pull -f -r 3 ..\client
Um? You showed what you typed, but you didn't show the output.
>> What is the output of hg push (in the client)?
>
> Hg push is doing the same thing as pull
> > hg push -f -r 3 ..\main
Here, too, you showed what you typed, but you didn't show the output.
> hg bundle -f -r 3 --base 3 ..\bundle
From hg help bundle:
If no destination repository is specified the destination is
assumed to have all the nodes specified by one or more --base
parameters.
So try --base 2. Or, try:
hg bundle ..\bundle ..\main
More information about the Mercurial
mailing list