X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXVC.cpp;h=741abf9854b10320942831ee011fe81be3ee0c0d;hb=5142d1c86ada8df7451534402e2a1716678ee8b7;hp=9efa9ef296ec7b67c64f506760d9491318a8668c;hpb=b2512f44d65ba974f6a154515a6d93e075ec2798;p=lyx.git diff --git a/src/LyXVC.cpp b/src/LyXVC.cpp index 9efa9ef296..741abf9854 100644 --- a/src/LyXVC.cpp +++ b/src/LyXVC.cpp @@ -314,6 +314,13 @@ bool LyXVC::undoLastEnabled() const return vcs && vcs->undoLastEnabled(); } + +bool LyXVC::repoUpdateEnabled() const +{ + return vcs && vcs->repoUpdateEnabled(); +} + + bool LyXVC::prepareFileRevision(string const & rev, std::string & f) { return vcs && vcs->prepareFileRevision(rev, f);