[Buildbot-commits] [Buildbot] #865: buildbot try not working with mercurial

Buildbot nobody at buildbot.net
Fri Jun 29 15:16:09 UTC 2012


#865: buildbot try not working with mercurial
----------------------+--------------------
Reporter:  bgunnison  |       Owner:
    Type:  defect     |      Status:  new
Priority:  major      |   Milestone:  0.8.+
 Version:  0.8.0      |  Resolution:
Keywords:  hg try     |
----------------------+--------------------

Comment (by pepsiman):

 Replying to [comment:3 marcusl]:
 > We need to decide whether to:
 >
 >  * send the missing changesets + patch, and optionally clean/strip the
 slave-repo afterwards
 >  * or, just send one large patch between the user's repo and the slave's
 'nearest' revision.

 Sending one large patch seems the simplest option to me.

 The diff between the parent of the first draft changeset on the current
 branch and the user's working directory can be obtained using

 {{{
 hg diff -r 'parents(first(draft() and branch(parents())))'
 }}}

 This also works when using mercurial queues (ticket #180).

-- 
Ticket URL: <http://trac.buildbot.net/ticket/865#comment:9>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list