Unsynced changes
Mads Kiilerich
mads at kiilerich.com
Wed Aug 22 10:07:25 UTC 2012
On 22/08/12 12:00, praveen_m86 wrote:
> What is this error ?
>
>
> I have a script that pushes changes to the remote, I have its log written to
> a file.
>
> When a push fails, I read the log. It says abort: push failed:'unsynced
> changes'
One possible explanation is in the source code:
# someone else committed/pushed/unbundled while we
# were transferring data
return pusherr('unsynced changes')
Just try again.
/Mads
More information about the Mercurial
mailing list