|
|
|
|
|
by rcxdude
698 days ago
|
|
I also just didn't really get on with mercurial. I think while the main flow was a bit more intuitive for those coming from SVN, the underlying model was quite complex and fussy. While Git has a pretty unintuitive and hard to remember UI, the underlying model is simple enough I can basically just go "I want to manipulate the graph like X" and then figure out which command actually does it (and there is always one available, even if it's not sensibly named). With mercurial the answer usually was "Well, what you should have done was enable this extension (or worse: one of two extensions, each of which has slightly different capabilities) and configure it like so, and then do these steps. What you've got now can't be changed". |
|