←back to thread

94 points vincent_s | 2 comments | | HN request time: 0.414s | source
Show context
v3ss0n ◴[] No.40915255[source]
This getting spammed but developers .. they are afraid to change from git . Mercurial was much better than git in workflow and architecture wise and nobody care enough due to GitHub popularity. This will go the same , as well as sapling.
replies(3): >>40915891 #>>40917266 #>>40919151 #
1. stackskipton ◴[] No.40919151[source]
I wouldn't say afraid but don't see the reason. Vast Majority of Developers are working where repo = single application and their git workflow is Scaled Trunk Based: https://trunkbaseddevelopment.com/#scaled-trunk-based-develo... main, branch, work, merge, repeat and they almost always fix forward.

Also, Rebasing is cause for Dev Riots because of nightmare merge conflicts that can result.

Since the author is from Google, my guess is they are seeing issues that hit the level of "WE MUST FIX THIS" that only arise at Google Monorepo size.

replies(1): >>40929724 #
2. steveklabnik ◴[] No.40929724[source]
My current project is mostly a solo project. I do trunk based development. I still prefer jj these days.