mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
Revision info for RCS too.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33434 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
37bf1fccec
commit
773d4a8253
@ -280,9 +280,10 @@ bool RCS::toggleReadOnlyEnabled()
|
||||
return false;
|
||||
}
|
||||
|
||||
// FIXME This could be implemented with cache from scanMaster
|
||||
string RCS::revisionInfo(LyXVC::RevisionInfo const)
|
||||
string RCS::revisionInfo(LyXVC::RevisionInfo const info)
|
||||
{
|
||||
if (info == LyXVC::File)
|
||||
return version_;
|
||||
return string();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user