I am trying to using the narrow clone of Mercurial. Cloning works well but I 
cannot push to the parent any modification made in the clone. I always get this 
message:

"abort: no common changegroup version"

I am using Mercurial version 5.9.2. At first, I thought it was an 
incompatibility between versions of Mercurial. However, I tried the following 
using only 5.9.2 on a local system and I get the same result:

  *   I create a repository with a couple of files.
  *   I clone narrowly the repository.
  *   In the clone, I modify a file in the subset of files cloned.
  *   I try to push to the parent and get the same error message ("abort: no 
common changegroup version").

Is this behavior expected? Is pushing from narrow repositories not supported at 
this time?

Jose
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to