Files
lix/tests
Eelco Dolstra 1969f357b7 Add fetchMercurial primop
E.g.

  $ nix eval '(fetchMercurial https://www.mercurial-scm.org/repo/hello)'
  { branch = "default"; outPath = "/nix/store/alvb9y1kfz42bjishqmyy3pphnrh1pfa-source"; rev = "82e55d328c8ca4ee16520036c0aaace03a5beb65"; revCount = 1; shortRev = "82e55d328c8c"; }

  $ nix eval '(fetchMercurial { url = https://www.mercurial-scm.org/repo/hello; rev = "0a04b987be5ae354b710cefeba0e2d9de7ad41a9"; })'
  { branch = "default"; outPath = "/nix/store/alvb9y1kfz42bjishqmyy3pphnrh1pfa-source"; rev = "0a04b987be5ae354b710cefeba0e2d9de7ad41a9"; revCount = 0; shortRev = "0a04b987be5a"; }

  $ nix eval '(fetchMercurial /tmp/unclean-hg-tree)'
  { branch = "default"; outPath = "/nix/store/cm750cdw1x8wfpm3jq7mz09r30l9r024-source"; rev = "0000000000000000000000000000000000000000"; revCount = 0; shortRev = "000000000000"; }
2017-11-01 17:45:32 +01:00
..
2017-10-30 17:58:01 +01:00
2017-05-02 15:46:10 +02:00
2014-08-21 21:50:19 +02:00
2017-10-23 20:50:28 +02:00
2016-08-10 18:05:35 +02:00
2017-11-01 17:45:32 +01:00
2014-08-21 21:50:19 +02:00
2015-11-04 16:37:49 +01:00
2014-08-21 21:50:19 +02:00
2016-09-12 13:40:07 +02:00
2014-02-26 18:00:46 +01:00
2006-07-21 13:21:43 +00:00
2017-07-04 15:07:41 +02:00
2017-08-31 14:28:25 +02:00
2014-08-21 21:50:19 +02:00
2017-11-01 17:45:32 +01:00
2017-08-31 14:28:25 +02:00
2017-10-02 23:45:27 -04:00
2017-02-24 17:29:02 +01:00
2017-02-07 15:56:32 -05:00
2016-08-10 18:05:35 +02:00
2016-08-10 18:05:35 +02:00
2017-10-02 23:45:27 -04:00
2017-10-30 12:41:49 +01:00
2016-04-11 16:20:15 +02:00
2017-08-31 14:28:25 +02:00
2017-04-25 18:59:18 +02:00
2007-08-13 13:15:02 +00:00
2016-10-19 15:19:38 +02:00
2016-09-08 18:22:28 +02:00
2017-08-31 14:28:25 +02:00
2012-12-04 14:47:50 +01:00
2012-12-04 14:47:50 +01:00
2016-08-10 18:05:35 +02:00