[Bug 3820] New: Race on push over ssh

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Tue Feb 12 12:38:54 CST 2013


http://bz.selenic.com/show_bug.cgi?id=3820

          Priority: normal
            Bug ID: 3820
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: Race on push over ssh
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: bboissin at gmail.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.5.1
         Component: Mercurial
           Product: Mercurial

On crew, we (me and Bryan) managed to race on push an create new heads.

Output from push from my side:
tonfa at pouchy:~/dev/mercurial/crew$ hg push crew-push
pushing to ssh://hg@hg.intevation.org/mercurial/crew
searching for changes
note: unsynced remote changes!
remote: waiting for lock on repository /home/hg/pub/mercurial/crew held by
'hg:9393'
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files
remote: waiting for lock on repository /home/hg/pub/mercurial/crew held by
'hg:9419'


I then pulled

tonfa at pouchy:~/dev/mercurial/crew$ hg pull
pulling from http://hg.intevation.org/mercurial/crew+main
searching for changes
adding changesets
adding manifests
adding file changes
added 3 changesets with 3 changes to 2 files (+1 heads)
(run 'hg heads' to see heads, 'hg merge' to merge)
tonfa at pouchy:~/dev/mercurial/crew$ hg heads
changeset:   18652:e556659340f0
tag:         tip
user:        Siddharth Agarwal <sid0 at fb.com>
date:        Sun Feb 10 16:55:01 2013 +0000
summary:     manifestmerge: fix order in which manifests are fetched

changeset:   18649:a5e94bee77ed
parent:      18642:76b69cccb07a
parent:      18648:013fcd112f13
user:        Benoit Boissinot <benoit.boissinot at ens-lyon.org>
date:        Mon Feb 11 01:17:50 2013 +0100
summary:     merge crew and main

changeset:   18617:227479f61db9
branch:      stable
parent:      18580:9a06aab5981b
user:        Pierre-Yves David <pierre-yves.david at ens-lyon.org>
date:        Sat Feb 09 17:54:01 2013 +0000
summary:     outgoing: fix possible filtering crash in outgoing (issue3814)


The bug might involve discovery+bookmarks interaction.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list