I like how simple the commands are compared to git. It's a distributed version control software, so it gives you that power. When git is too confusing or overkill, mercurial is very nice. Mercurial also has measures in place that prevent you from shooting...
When I clone a repository, the whole repository gets cloned, only if I needed parts of it Takes too long to clone
I like the checkin and checkout that is specifically color coded. The color coding on your local machine itself is sufficient to tell that there are pending changes yet to be checked in or the version is in sync with the server.
Since you maintain a "working copy" on your desktop, I've broken the fragile link between the desktop app and the online repository. I've broken Subversion about every way possible, and learned how to manually remove the "sync" feature for the folders in my...
I like how simple the commands are compared to git. It's a distributed version control software, so it gives you that power. When git is too confusing or overkill, mercurial is very nice. Mercurial also has measures in place that prevent you from shooting...
I like the checkin and checkout that is specifically color coded. The color coding on your local machine itself is sufficient to tell that there are pending changes yet to be checked in or the version is in sync with the server.
When I clone a repository, the whole repository gets cloned, only if I needed parts of it Takes too long to clone
Since you maintain a "working copy" on your desktop, I've broken the fragile link between the desktop app and the online repository. I've broken Subversion about every way possible, and learned how to manually remove the "sync" feature for the folders in my...