From 246e93a300f81d67f5e6339e77cd533b815da9e9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 30 Jan 2008 02:29:28 +0100 Subject: Expand file-id in diffurl in the bzr backend. --- t/bazaar.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/bazaar.t') diff --git a/t/bazaar.t b/t/bazaar.t index 75534682b..f064814fe 100755 --- a/t/bazaar.t +++ b/t/bazaar.t @@ -17,7 +17,7 @@ use Test::More tests => 11; BEGIN { use_ok("IkiWiki"); } %config=IkiWiki::defaultconfig(); -$config{rcs} = "bazaar"; +$config{rcs} = "bzr"; $config{srcdir} = "$dir/repo"; IkiWiki::checkconfig(); -- cgit v1.2.3