diff options
author | http://thm.id.fedoraproject.org/ <http://thm.id.fedoraproject.org/@web> | 2008-12-16 06:56:19 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-12-16 06:56:19 -0500 |
commit | e0061660c90cfc03f0025853bc111c1642a795b5 (patch) | |
tree | e4fe3761ba0f15cf72a1ebf6da752f463b9b5935 /doc/bugs | |
parent | df59b3e3cda1350b4efa36555d48f66b980bce1b (diff) |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/bugfix_for:___34__mtn:_operation_canceled:_Broken_pipe__34__.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/bugfix_for:___34__mtn:_operation_canceled:_Broken_pipe__34__.mdwn b/doc/bugs/bugfix_for:___34__mtn:_operation_canceled:_Broken_pipe__34__.mdwn index fb407a28a..2167deac4 100644 --- a/doc/bugs/bugfix_for:___34__mtn:_operation_canceled:_Broken_pipe__34__.mdwn +++ b/doc/bugs/bugfix_for:___34__mtn:_operation_canceled:_Broken_pipe__34__.mdwn @@ -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 |