|
|
|
|
|
by nbjoerg
1779 days ago
|
|
There are at least two different commercial hosting sites that implement a pull request model. If you want ephemeral branches like in git, hg branches are indeed not the right choice. But that doesn't mean that they don't have their place. Try topic or bookmarks if you want gitish behavior.I have absolutely no clue what you mean with trunk-based development... |
|
Trunk-based development is where you use a single branch for development, instead of multiple branches that you have to merge between.
More info at:
https://trunkbaseddevelopment.com/