Tagged Questions
2
votes
2answers
1k views
Search & replace back slashes to forward slashes in windows
Lately I've been needing to delete new untracked files from my versioning system. Being in linux I use:
hg status -un|xargs rm
And it works nice, but when doing it in windows, hg status lists paths ...