top | item 24294297

(no title)

CaptainRefsmat | 5 years ago

> Is there a good definitive guide somewhere on the best workflows for hg?

I don't know about workflows specifically, but there is a very good reference [0] about Mercurial's branching models. Maybe this will help you.

[0] https://stevelosh.com/blog/2009/08/a-guide-to-branching-in-m...

discuss

order

rich_sasha|5 years ago

Thanks for this. This is fairly old now though, and doesn't even mention bookmarks (which I understand to be like git branches, except they aren't (?) synched between repo copies. Then there's some new stuff that apparently are very good, but I can't find a proper description of how they work / should be used.

BeetleB|5 years ago

> This is fairly old now though, and doesn't even mention bookmarks.

What do you mean? It has a section on it:

https://stevelosh.com/blog/2009/08/a-guide-to-branching-in-m...

(I have not audited to see how accurate the information is, though).

> Then there's some new stuff that apparently are very good, but I can't find a proper description of how they work / should be used.

Yes - I often wished that someone wrote and maintained an article listing all the extensions that one likely will want to use.[1] One you may want to look into is evolve.

[1] Maybe someone has written this - I haven't checked in the last few years.