summaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-29 19:44:26 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-29 19:44:26 -0500
commit381ac0f667f428bc571e89beda6660a3c3a650ab (patch)
tree859e815c97c0b24c049a950cd7f179fed65f6d81 /IkiWiki
parent336a27644667fecbb515aeb382dbd3407600f6b8 (diff)
commit only the changed file
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Rcs/bazaar.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Rcs/bazaar.pm b/IkiWiki/Rcs/bazaar.pm
index 8ca4ec07a..528767099 100644
--- a/IkiWiki/Rcs/bazaar.pm
+++ b/IkiWiki/Rcs/bazaar.pm
@@ -71,8 +71,8 @@ sub rcs_commit ($$$;$$) { #{{{
$message = "no message given";
}
- my @cmdline = ("bzr", "commit",
- "-m", $message, "--author", $user, $config{srcdir});
+ my @cmdline = ("bzr", "commit", "-m", $message, "--author", $user,
+ $config{srcdir}."/".$file);
if (system(@cmdline) != 0) {
warn "'@cmdline' failed: $!";
}