break hg pull

Brendan Cully brendan at kublai.com
Wed Aug 1 17:46:39 UTC 2007


Data is appended to files in store as it is read from the source. When
you interrupt the pull, those files are truncated back to the way they
were when you started the pull. This will of course change the times
on the files, but everything should be fine. You can run hg verify to
double-check.

On Thursday, 02 August 2007 at 00:13, cheng mike wrote:
>    Hi All,
>    When I do hg pull in a repository, I find I am NOT in my working repo and
>    use CRTL-C break the command. The tip is correct. But I find some file's
>    date are changed in store directory.  Do I need do anything more to fix my
>    mistake?
> 
>     $ hg pull
>    pulling from [1]ssh://anon@hg.opensolaris.org/hg/onnv/onnv-gate
>    searching for changes
>    adding changesets
>    adding manifests
>    adding file changes
>    ^Cinterrupted!
>    remote: Killed by signal 2.
>    transaction abort!
>    ^C
>    $
>    $ hg tip
>    changeset:   4456:6c58ecd2dae3
>    tag:         tip
>    user:        apersson
>    date:        Mon Jul 16 13:45:36 2007 -0700
>    summary:     fix locking issues introduced by new access functions
> 
>    thanks
>    Mike
> 
> References
> 
>    Visible links
>    1. http://ssh/anon@hg.opensolaris.org/hg/onnv/onnv-gate

> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial




More information about the Mercurial mailing list