This revision was automatically updated to reflect the committed changes.
Closed by commit rHG9072a890e523: rust: make clean takes care of rust/target
(authored by gracinet, committed by ).
CHANGED PRIOR TO COMMIT
https://phab.mercurial-scm.org/D5369?vs=12700&id=12710#toc
REPOSITORY
rHG Merc
yuja added a comment.
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 distcl
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
gracinet created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
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.
REPOSITORY
rHG M