"unsynced changes" error on push
Christian Ebert
blacktrash at gmx.net
Fri May 6 13:44:05 UTC 2011
* Antoine Pitrou on Friday, May 06, 2011 at 13:31:56 +0000
> What does the "unsynced changes" error on push mean? See below:
>
> $ LANG=C hg in
> comparing with ssh://hg@hg.python.org/cpython/
> searching for changes
> no changes found
>
> $ LANG=C hg push -v --debug
> pushing to ssh://hg@hg.python.org/cpython/
> running ssh hg at hg.python.org "hg -R cpython/ serve --stdio"
> sending hello command
> sending between command
> remote: 94
> remote: capabilities: lookup changegroupsubset branchmap pushkey stream
> unbundle=HG10GZ,HG10BZ,HG10UN
> remote: 1
> sending heads command
> searching for changes
> sending branchmap command
> 2 changesets found
> list of changesets:
> d4c2a99d1bad8fc3bbe294eda5d9d75e4edbe621
> 1b37827984ba5888f39700a789ccf15ae66d1f88
> sending unbundle command
> abort: push failed:
> 'unsynced changes'
>
> $ hg out
> comparaison avec ssh://hg@hg.python.org/cpython/
> searching for changes
> changeset: 69874:d4c2a99d1bad
> branch: 3.2
> parent: 69870:f5aa0e52dd81
> user: Antoine Pitrou <solipsis at pitrou.net>
> date: Fri May 06 15:19:49 2011 +0200
> summary: Issue #12000: When a SSL certificate has a subjectAltName without
> any
>
> changeset: 69875:1b37827984ba
> tag: tip
> parent: 69873:8fc801ca9ea1
> parent: 69874:d4c2a99d1bad
> user: Antoine Pitrou <solipsis at pitrou.net>
> date: Fri May 06 15:20:55 2011 +0200
> summary: Issue #12000: When a SSL certificate has a subjectAltName without
> any
>
> $ hg version
> Mercurial Distributed SCM (version 1.8.3+58-3a90fb3addc1)
I had this as well for a short time. If I'm not mistaken it was
fixed in:
changeset: 14199:e3dd3dcd6059
user: Peter Arrenbrecht <peter.arrenbrecht at gmail.com>
date: Thu May 05 12:53:33 2011 +0200
files: mercurial/treediscovery.py tests/test-treediscovery.t
description:
treediscovery: fix regression when run against older repos (issue2793)
See also:
http://mercurial.selenic.com/bts/issue2793
c
--
theatre - books - texts - movies
Black Trash Productions at home: http://www.blacktrash.org
Black Trash Productions on Facebook:
http://www.facebook.com/blacktrashproductions
More information about the Mercurial
mailing list