From 1e77f7f87facaf81f270650b5ab7108685284ba5 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 21 Jul 2008 18:00:48 +0000 Subject: [PATCH] comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25775 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/VCBackend.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp index 0cea41238b..d7e42a284c 100644 --- a/src/VCBackend.cpp +++ b/src/VCBackend.cpp @@ -332,6 +332,8 @@ bool CVS::checkInEnabled() void CVS::checkOut() { // cvs update or perhaps for cvs this should be a noop + // we need to detect conflict (eg "C" in output) + // before we can do this. lyxerr << "Sorry not implemented." << endl; }