aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/bzr-update-syntax-error.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-10 17:41:43 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-10 17:41:43 -0400
commite4395a567b95d4adeda54add09faf180cf29ee76 (patch)
treef4723f87cab6b4c4f7ac36ca7d4d57a5dca11a65 /doc/bugs/bzr-update-syntax-error.mdwn
parente1d456a86ff808f1bc8e73c7c5d882017bd48d89 (diff)
downloadikiwiki-e4395a567b95d4adeda54add09faf180cf29ee76.tar
ikiwiki-e4395a567b95d4adeda54add09faf180cf29ee76.tar.gz
Fix broken rcs_update for bzr. (Scott Bronson)
Diffstat (limited to 'doc/bugs/bzr-update-syntax-error.mdwn')
-rw-r--r--doc/bugs/bzr-update-syntax-error.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/bzr-update-syntax-error.mdwn b/doc/bugs/bzr-update-syntax-error.mdwn
index 8ae609838..800e5ebb2 100644
--- a/doc/bugs/bzr-update-syntax-error.mdwn
+++ b/doc/bugs/bzr-update-syntax-error.mdwn
@@ -7,3 +7,5 @@ It should be:
my @cmdline = ("bzr", "update", $config{srcdir});
The former produces errors such as "_bzr: ERROR: unknown command "/home/user/ikiwiki/posts_", "_'bzr /home/user/ikiwiki/posts update' failed: Inappropriate ioctl for device at /usr/share/perl5/IkiWiki/Rcs/bzr.pm line 48._".
+
+[[done]], thanks --[[Joey]]