LoadMercurialTsk: Add default value to non mandatory parameters
That diff sets default value to None for the following non mandatory parameters of the LoadMercurialTsk scheduler task:
-
visit_date: setting it to None enables the mercurial loader to compute the visit date at runtime
-
directory: setting it to None enables the mercurial loader to create a temporary directory in which to clone the remote hg repository
Related T336
Migrated from D401 (view on Phabricator)