aboutsummaryrefslogtreecommitdiff
path: root/src/libfetchers/mercurial.cc
diff options
context:
space:
mode:
authorCarlo Nucera <carlo.nucera@protonmail.com>2020-05-26 11:32:41 -0400
committerCarlo Nucera <carlo.nucera@protonmail.com>2020-05-26 11:32:41 -0400
commitb90241ceb13500238e428f8943d221f24bf5322b (patch)
tree4028ca0eb3b4292b7adcfe8916f49f72b1fd95a4 /src/libfetchers/mercurial.cc
parent6d73c100417c68a27a23194c78f1252ca511e250 (diff)
Change remaining bools with FileIngestionMethod
Diffstat (limited to 'src/libfetchers/mercurial.cc')
-rw-r--r--src/libfetchers/mercurial.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfetchers/mercurial.cc b/src/libfetchers/mercurial.cc
index 1d6571571..2e0d4bf4d 100644
--- a/src/libfetchers/mercurial.cc
+++ b/src/libfetchers/mercurial.cc
@@ -114,7 +114,7 @@ struct MercurialInput : Input
return files.count(file);
};
- auto storePath = store->addToStore("source", actualUrl, true, htSHA256, filter);
+ auto storePath = store->addToStore("source", actualUrl, FileIngestionMethod::Recursive, htSHA256, filter);
return {Tree {
.actualPath = store->printStorePath(storePath),