mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
VCS: adjust cvs revert to other archs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25801 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a33ab8c530
commit
6f495e959e
@ -458,7 +458,7 @@ void SVN::checkIn(string const & msg)
|
||||
return;
|
||||
}
|
||||
|
||||
doVCCommand("svn commit -q -m \"" + msg + "\" "
|
||||
doVCCommand("svn commit -m \"" + msg + "\" "
|
||||
+ quoteName(onlyFilename(owner_->absFileName()))
|
||||
+ " 2> " + tmpf.toFilesystemEncoding(),
|
||||
FileName(owner_->filePath()));
|
||||
@ -468,7 +468,7 @@ void SVN::checkIn(string const & msg)
|
||||
frontend::Alert::error(_("Revision control error."),
|
||||
_("Error when commiting to repository.\n"
|
||||
"You have to manually resolve the problem.\n"
|
||||
"After pressing OK, LyX will reopen resolved document."));
|
||||
"After pressing OK, LyX will reopen the document."));
|
||||
tmpf.erase();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user