diff options
author | itd <itd@net.in.tum.de> | 2021-06-13 23:02:04 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-14 10:02:15 +0200 |
commit | 1aa8cc2f0ef4a334db9c3e64d5fd282a7e8f415e (patch) | |
tree | a40402a13389817457fa317b72f9940a25a71bb9 /guix | |
parent | 5cf9137ccb20f12f88bfbb216bb24c6d8262cd1b (diff) |
hg-download: Remove bogus hg-reference-recursive? export.
* guix/hg-download.scm: Do not export undefined hg-reference-recursive?.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'guix')
-rw-r--r-- | guix/hg-download.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guix/hg-download.scm b/guix/hg-download.scm index eb7c345489..15944e0796 100644 --- a/guix/hg-download.scm +++ b/guix/hg-download.scm @@ -35,7 +35,6 @@ hg-reference? hg-reference-url hg-reference-changeset - hg-reference-recursive? hg-predicate hg-fetch hg-version |