Mercurial workflow for updating with uncommitted changes?
问题 So i've made the switch from CVS to mercurial for my website. The biggest issue I am having is that if i'm working on some files that I don't want to commit, I just save them.. I then have other files I want to push to the server, however if someone else has made changes to the repository, and I pull them down.. It asks me to merge or rebase.. either of these options will cause me to lose my local changes that I have not committed. I've read that I should clone the repository for each project