D5369: rust: make clean takes care of rust/target

2018-12-05 Thread gracinet (Georges Racinet)
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

D5369: rust: make clean takes care of rust/target

2018-12-05 Thread yuja (Yuya Nishihara)
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

Re: D5369: rust: make clean takes care of rust/target

2018-12-05 Thread Yuya Nishihara
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

D5369: rust: make clean takes care of rust/target

2018-12-04 Thread gracinet (Georges Racinet)
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