Is it a bad idea to hg update when your working copy has changes?
- by allyourcode
Seems like it would be better if you did commit followed by merge. I'm a little surprised update'ing is even allowed when your working copy has changes. Is this to avoid having commits that have two parents, which result from a merge?