Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-4840

Clean mode does not work with Forest

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • mercurial-plugin
    • 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

            jglick Jesse Glick
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: