Hi,

I would like to request a change in our current mercurial workflow.
Sometimes, when we try to push we got a failure because we create a new
head on the server. It happens generally because we forgot to update the
repository before committing.
For now, in such case, we just merge the heads locally and push the 2 new
changesets.
I find it doesn't generate a good history so I think it will be better
to rebase the changeset we just did on top of the head. This will
construct a more linear history which is quite close to reality and
easier to read/search.

Tip to rebase in such case:

    # hg rebase -r <my new changeset>


Thanks,
-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

Attachment: pgpnVK3mIOoH3.pgp
Description: PGP signature

Reply via email to