]> scripts.mit.edu Git - www/ikiwiki.git/blobdiff - doc/bugs/bugfix_for:___34__mtn:_operation_canceled:_Broken_pipe__34__.mdwn
(no commit message)
[www/ikiwiki.git] / doc / bugs / bugfix_for:___34__mtn:_operation_canceled:_Broken_pipe__34__.mdwn
index fb407a28a5927413d85f559454694f1fbd1555c2..2167deac4d98034ee98810fb6b2f7bd4c42dcecd 100644 (file)
@@ -1,4 +1,4 @@
-When using the monotone as revision control system, a "mtn: operation canceled: Broken pipe" message is printed. Reason is that, in a call to mtn, the pipe is closed before mtn has done all its output. This patch fixes the problem.
+When using monotone as revision control system, a "mtn: operation canceled: Broken pipe" message is printed. Reason is that, in a call to mtn, the pipe is closed before mtn has done all its output. This patch fixes the problem.
 
     diff -up ikiwiki/IkiWiki/Plugin/monotone.pm.orig ikiwiki/IkiWiki/Plugin/monotone.pm
     --- ikiwiki/IkiWiki/Plugin/monotone.pm.orig        2008-11-12 23:45:24.000000000 +0100