Fix typo that broke anonymous git push.
parent
6ec52548c2
commit
1c5a3f2c67
|
@ -73,7 +73,7 @@ sub test () {
|
|||
}) || error("failed adding user");
|
||||
}
|
||||
|
||||
check_canchange(
|
||||
IkiWiki::check_canchange(
|
||||
cgi => $cgi,
|
||||
session => $session,
|
||||
changes => [IkiWiki::rcs_receive()]
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
ikiwiki (3.20101020) UNRELEASED; urgency=low
|
||||
|
||||
* Fix typo that broke anonymous git push.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sat, 23 Oct 2010 15:25:19 -0400
|
||||
|
||||
ikiwiki (3.20101019) unstable; urgency=low
|
||||
|
||||
* Fix test suite failure on other side of date line.
|
||||
|
|
Loading…
Reference in New Issue