Strategies for push/merge problem?

Greg Lindahl lindahl at pbm.com
Tue Jul 15 12:58:15 CDT 2008


On Tue, Jul 15, 2008 at 03:47:45PM +0200, Adrian Buehlmann wrote:

> That doesn't mean your commits are allowed to break the tests.

Sounds like a site-local policy.

My developers' natural instinct is that the code should work when they
push, not after every commit. Elsewise they would spend a lot of time
rolling back and rebasing, something that most of them have no idea
how to do, and don't want to learn.

So my build-bugger system observes the changing value of tip, and uses
that for testing and bisection. It sounds like this is a not unusual
strategy.

-- greg




More information about the Mercurial mailing list