diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-30 02:29:28 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-30 02:29:28 +0100 |
commit | 246e93a300f81d67f5e6339e77cd533b815da9e9 (patch) | |
tree | c72ef5ae893c90a0805cd5a35db482dd3147f012 /t | |
parent | ab414bc56c1ad2620a48902ad6bca1cf3ba11611 (diff) |
Expand file-id in diffurl in the bzr backend.
Diffstat (limited to 't')
-rwxr-xr-x | t/bazaar.t | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |