bzr: Add missing stub rcs_diff.

master
Joey Hess 2009-02-25 16:56:02 -05:00
parent 8682daad58
commit 63439fa10b
2 changed files with 5 additions and 0 deletions

View File

@ -255,6 +255,10 @@ sub rcs_recentchanges ($) {
return @ret;
}
sub rcs_diff ($) {
# TODO
}
sub rcs_getctime ($) {
my ($file) = @_;

1
debian/changelog vendored
View File

@ -10,6 +10,7 @@ ikiwiki (3.05) UNRELEASED; urgency=low
* Add tagged() PageSpec.
* Updated German translation (Kai Wasserbäch). Closes: #516770
* Setup automator: Prompt for password twice. Closes: #516973
* bzr: Add missing stub rcs_diff.
-- Joey Hess <joeyh@debian.org> Sun, 15 Feb 2009 20:11:57 -0500