Clean mode does not work with Forest

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • Component/s: mercurial-plugin
    • None
    • Environment:
      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

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

              Created:
              Updated:
              Resolved: