git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25775 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-07-21 18:00:48 +00:00
parent 1c71a1019b
commit 1e77f7f87f

View 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;
}