mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
Comments
This commit is contained in:
parent
77cdef1fe0
commit
49506153c1
@ -152,7 +152,8 @@ public:
|
|||||||
explicit
|
explicit
|
||||||
RCS(support::FileName const & m, Buffer * b);
|
RCS(support::FileName const & m, Buffer * b);
|
||||||
|
|
||||||
/// return the revision file for the given file, if found
|
/// Determine whether the file is under RCS control
|
||||||
|
/// \return the file containing the meta-data (FILE,v) if so, else empty
|
||||||
static support::FileName const findFile(support::FileName const & file);
|
static support::FileName const findFile(support::FileName const & file);
|
||||||
|
|
||||||
/// get file from repo, the caller must ensure that it does not exist locally
|
/// get file from repo, the caller must ensure that it does not exist locally
|
||||||
@ -238,7 +239,8 @@ public:
|
|||||||
explicit
|
explicit
|
||||||
CVS(support::FileName const & m, Buffer * b);
|
CVS(support::FileName const & m, Buffer * b);
|
||||||
|
|
||||||
/// return the revision file for the given file, if found
|
/// Determine whether the file is under CVS control
|
||||||
|
/// \return the file containing the meta-data (CVS/entries) if so, else empty
|
||||||
static support::FileName const findFile(support::FileName const & file);
|
static support::FileName const findFile(support::FileName const & file);
|
||||||
|
|
||||||
/// get file from repo, the caller must ensure that it does not exist locally
|
/// get file from repo, the caller must ensure that it does not exist locally
|
||||||
@ -379,7 +381,8 @@ public:
|
|||||||
explicit
|
explicit
|
||||||
SVN(support::FileName const & m, Buffer * b);
|
SVN(support::FileName const & m, Buffer * b);
|
||||||
|
|
||||||
/// return the revision file for the given file, if found
|
/// Determine whether the file is under SVN control
|
||||||
|
/// \return the file itself if so, else empty
|
||||||
static support::FileName const findFile(support::FileName const & file);
|
static support::FileName const findFile(support::FileName const & file);
|
||||||
|
|
||||||
/// get file from repo, the caller must ensure that it does not exist locally
|
/// get file from repo, the caller must ensure that it does not exist locally
|
||||||
@ -489,7 +492,8 @@ public:
|
|||||||
explicit
|
explicit
|
||||||
GIT(support::FileName const & m, Buffer * b);
|
GIT(support::FileName const & m, Buffer * b);
|
||||||
|
|
||||||
/// return the revision file for the given file, if found
|
/// Determine whether the file is under RCS control
|
||||||
|
/// \return the file itself if so, else empty
|
||||||
static support::FileName const findFile(support::FileName const & file);
|
static support::FileName const findFile(support::FileName const & file);
|
||||||
|
|
||||||
/// get file from repo, the caller must ensure that it does not exist locally
|
/// get file from repo, the caller must ensure that it does not exist locally
|
||||||
|
Loading…
Reference in New Issue
Block a user