Page MenuHomeSoftware Heritage

LoadMercurialTsk: Add default value to non mandatory parameters
ClosedPublic

Authored by anlambert on Jul 31 2018, 1:24 PM.

Details

Summary

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

Diff Detail

Repository
rDLDHG Mercurial loader
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.