This isn't the prettiest way of doing it, but it doesn't require looking
up cargo, or wondering whether that should be part of setup.py clean.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG9072a890e523: rust: make clean takes care of rust/target
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
Queued, thanks.
Can you check ui.username is configured properly in your ~/hgrc?
Currently the patch author is set to "Georges Racinet on $hostname <$email>".
rm -rf build mercurial/locale $(MAKE) -C doc clean $(MAKE) -C contrib/chg distclean+ if test -d rust/target; then rm -rf rust/target; fi
Removed "if ..". rm -rf shouldn't fail.