missing case for hg input type

[?]
Jul 27, 2010, 4:09 PM
XEKWCIDR3GZECQWYUSMB2UWWP25NBJ34MFZVQVIUGT6KQOW7M6SAC

Dependencies

  • [2] 2WUNXJGW Hydra/26: Go back to using "svn export" as default for svn, added svn-checkout type for jobset which need .svn dirs. export is much more efficient
  • [3] ODNCGFQ5 * Improved the navigation bar: don't include all projects (since that
  • [4] OOQ2D3KC * Refactoring: move fetchInput out of hydra_scheduler into a separate
  • [*] 3HZY24CX * Make jobsets viewable under

Change contents

  • replacement in src/lib/Hydra/Controller/Jobset.pm at line 201
    [3.1692][2.0:113]()
    $inputType eq "svn" || $inputType eq "svn-checkout" || $inputType eq "cvs" || $inputType eq "tarball" ||
    [3.1692]
    [3.1773]
    $inputType eq "svn" || $inputType eq "svn-checkout" || $inputType eq "hg" || $inputType eq "tarball" ||