[Python-Dev] End of the mystery "@README.txt Mercurial bug"
Antoine Pitrou
solipsis at pitrou.net
Wed Jun 26 15:28:17 CEST 2013
More information about the Python-Dev mailing list
Wed Jun 26 15:28:17 CEST 2013
- Previous message: [Python-Dev] End of the mystery "@README.txt Mercurial bug"
- Next message: [Python-Dev] End of the mystery "@README.txt Mercurial bug"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Le Wed, 26 Jun 2013 15:12:45 +0200, a.cavallo at cavallinux.eu a écrit : > > > How would that work? How could hg purge the .bak, .orig, .rej, .old, > > etc. files? > > hg purge (it's an extension) removes anything that isn't tracked (and > not ignored in the .hgignore): kind of distclean. distclean removes only what we want to remove, while hg purge will remove any untracked file, including any files that you may have wanted to keep (notes, work-in-progress patches, personal data files, etc.). Regards Antoine.
- Previous message: [Python-Dev] End of the mystery "@README.txt Mercurial bug"
- Next message: [Python-Dev] End of the mystery "@README.txt Mercurial bug"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list