Mercurial auto update problem.

Posted by Ezequiel on Stack Overflow See other posts from Stack Overflow or by Ezequiel
Published on 2010-05-21T20:09:41Z Indexed on 2010/05/21 20:20 UTC
Read the original article Hit count: 228

We are starting to use Mercurial for source control. We have configured the HGRC configuration file to do an auto update after we push to the "central" repository. With some PCs we get this error msg:

warning: changegroup hook exited with status -1

HGRC looks like this:

[ui] 
username=ADMIN
verbose=true

[hooks]
changegroup = hg update >&2

Later we perform the update manually and everything works right.

© Stack Overflow or respective owner

Related posts about mercurial

Related posts about configuration