|
|
|
|
|
by brianwawok
3681 days ago
|
|
Serious question... are you using HG because of history, or do people actively choose HG over Git for new projects still? Have used both, they are so close, seems "odd" to go for the way less popular one, barring you have a really old HG repo and haven't bothered to switch. |
|
Mercurial has a number of features that git never implemented - in particular revsets. I also prefer the hg CLI over the git CLI. Mercurial has sane, concise online help, and a lot of work went into the design of the command-line to be consistent, composable, and made of pieces that do one thing and do it well.