-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: mercurial-plugin
-
Labels:None
-
Environment:Platform: All, OS: All
-
Similar Issues:
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
-
.