mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
Whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33441 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e67493168f
commit
91867cc624
@ -738,8 +738,8 @@ string SVN::repoUpdate()
|
|||||||
}
|
}
|
||||||
|
|
||||||
doVCCommand("svn diff " + quoteName(owner_->filePath())
|
doVCCommand("svn diff " + quoteName(owner_->filePath())
|
||||||
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
||||||
FileName(owner_->filePath()));
|
FileName(owner_->filePath()));
|
||||||
docstring res = tmpf.fileContents("UTF-8");
|
docstring res = tmpf.fileContents("UTF-8");
|
||||||
if (!res.empty()) {
|
if (!res.empty()) {
|
||||||
LYXERR(Debug::LYXVC, "Diff detected:\n" << res);
|
LYXERR(Debug::LYXVC, "Diff detected:\n" << res);
|
||||||
|
Loading…
Reference in New Issue
Block a user