2
votes
2answers
292 views
Add an option to force hg fetch (throwing away uncommitted changes)
hg fetch doesn't seem to have an option to throw away any uncomitted changes (like the -C flag for hg update). How can run this in one command?
hg update -C
hg fetch
Can I do it …
0
votes
1answer
390 views
Equivalent of svn update / p4 sync
In SVN and Perforce, regardless of what I have edited at any time or the changelists I have open, I can run "svn update" or "p4 sync" and my local filesystem is updated to latest, …