How does unbundle work

Posted by Ashithraj on Stack Overflow See other posts from Stack Overflow or by Ashithraj
Published on 2010-05-27T12:56:10Z Indexed on 2010/05/27 14:01 UTC
Read the original article Hit count: 180

Filed under:

Before explaining my problem let me tell you the Mercurial setup,

We have the following repos,

RELEASE DEVELOPMENT BUGFIX

All the above repo are running on a central server using IIS and hgwebdir.cgi

Now coming to the problem,

  1. I clone a local repo from DEVELOPMENT repo.
  2. I make changes to the clone and commit (Not push).
  3. I make a bundle from the clone and pass the bundle to QA who has cloned the RELEASE repo.
  4. Now I try to apply the bundle to the RELEASE repo clone using hg unbundle
  5. I get an error, abort: error: ftp error: no host given

What am I doing wrong? Can you give solution to the above problem keeping a Windows setup in mind?

© Stack Overflow or respective owner

Related posts about mercurial