• 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

          [JENKINS-4840] Clean mode does not work with Forest

          Jesse Glick added a comment -

          .

          Jesse Glick added a comment - .

          Code changed in hudson
          User: : jglick
          Path:
          trunk/hudson/plugins/mercurial/src/main/java/hudson/plugins/mercurial/MercurialSCM.java
          trunk/hudson/plugins/mercurial/src/main/webapp/forest.html
          http://fisheye4.cenqua.com/changelog/hudson/?cs=23715
          Log:
          [FIXED JENKINS-4840] Make Clean Build work even with Forest enabled.

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : jglick Path: trunk/hudson/plugins/mercurial/src/main/java/hudson/plugins/mercurial/MercurialSCM.java trunk/hudson/plugins/mercurial/src/main/webapp/forest.html http://fisheye4.cenqua.com/changelog/hudson/?cs=23715 Log: [FIXED JENKINS-4840] Make Clean Build work even with Forest enabled.

          Jesse Glick added a comment -
              • Issue 4883 has been marked as a duplicate of this issue. ***

          Jesse Glick added a comment - Issue 4883 has been marked as a duplicate of this issue. ***

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

              Created:
              Updated:
              Resolved: