]> git.lyx.org Git - features.git/commitdiff
comment
authorPavel Sanda <sanda@lyx.org>
Mon, 21 Jul 2008 18:00:48 +0000 (18:00 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 21 Jul 2008 18:00:48 +0000 (18:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25775 a592a061-630c-0410-9148-cb99ea01b6c8

src/VCBackend.cpp

index 0cea41238b17ce5c6a83a893792ccb00d0fcbcd8..d7e42a284c136a371c99e033093360cd93127e5c 100644 (file)
@@ -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;
 }