-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
Currently 'hg fup -C .' is run, which should be OK, but 'hg clean --all' will
not work on subrepositories. Since there is no 'hg fclean' yet, need to do
equivalent of
for r in `hg ftrees`; do hg -R $r clean --all; done
- is blocking
-
JENKINS-1143 Support Mercurial forests
- Closed
- is duplicated by
-
JENKINS-4883 implement cleaning of mercurial forests
- Closed