Ask HN: Is Sapling, the new SCM/DVCS, getting any traction in the wild?

9 points by profwalkstr ↗ HN
A month ago Meta launched their SCM (based on their Mercurial fork) with the goal of having a saner UI than Git, improving some Git workflows for some use cases while being full compatible with Git repos. Many people were hoping it could become the Git killer.

https://news.ycombinator.com/item?id=33612410

Have you been using it? Are companies starting migrating off git to it? Is it getting any traction? Or is it DOA? What have you been observing about it in our industry?

10 comments

[ 3.2 ms ] story [ 49.4 ms ] thread
Never heard of it, hence, this sounds like astroturfing.
No, not astroturfing. Just hoping we could be closer to the day the git monoculture ends.
Never even heard of this before.
I checked it out but wasn’t able to figure out if it supported hooks like pre-commit
I’m not using it, but I’m somewhat interested in it. I doubt I’ll get to it since Git is so firmly entrenched. Same goes for Pijul.

Fossil (the SQLite one) is a little more interesting to me since it seems more portable, given that it contains issues, etc. all in a single DB.

I also investigated Fossil and it's a very interesting VCS, but it seems too opinionated with its workflow though.