It's convenient for deleting build artifacts. Using --all instead
would delete other things too.
Details
Details
- Reviewers
marmoute pulkit - Group Reviewers
hg-reviewers - Commits
- rHG9f8eddd2723f: purge: add -i flag to delete ignored files instead of untracked files
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
The feature is great (I actually needs it from time to time) and the code looks good.
Comment Actions
I thought it was generally preferred to have the False in the code, for extensions that want to call the function?
nit: Here instead of None, False can be used to prevent passing default value later in line 110.