Mercurial commit only tip

Posted by kiw on Stack Overflow See other posts from Stack Overflow or by kiw
Published on 2011-01-09T22:49:39Z Indexed on 2011/01/09 22:53 UTC
Read the original article Hit count: 125

Filed under:
|

In my setup I have a central Hg repo to which I'm pushing my local changes. Say in my local clone I have a series of local commits and then I want to push the changes to the central repo. How can I push only the final state without including all of the "small" local commits that I made?

I want this because sometimes I dont want to pollute the central repo's history with all of the small local commits that I made.

© Stack Overflow or respective owner

Related posts about mercurial

Related posts about dvcs