Any way to relate repos w/o cloning?
Dennis Brakhane
brakhane at googlemail.com
Thu Nov 13 21:03:54 UTC 2008
On Thu, Nov 13, 2008 at 09:46:48AM -0600, Chris Stromberger wrote:
> So I went into two different working directories and did hg init/add/ci.
> Then I tried to hg pull <other repo path> from the other directory into my
> working dir, and I get "repository is unrelated" error.
You can use the -f option of pull to force it to pull the changes.
You will need to merge afterwards, then commit the changeset.
Now you can push/pull this repo into the other repo.
From that point on, you can pull without resorting to -f
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20081113/54067082/attachment-0001.asc>
More information about the Mercurial
mailing list