Cannot get change sets

Repository 

Cannot get new changesets for repository Master: Running C:\Program Files\VSoft Technologies\ContinuaCI\Server\hg\hg.exe with arguments “commit -m “Automated commit by Continua CI from ‘Master’ repository for revision ‘16665’. Comment: Mein Care 
Unter Administration / System / Benutzeroberfläche kann nun eine neue Option “Zusätzlich Fälle von anderen Benutzern der gleichen Büroadresse in Mein Care anzeigen” anktiviert werden.
.” --addremove -R C:\BuildServer\Rc\e5bbd002 --config ui.username=Continua” failed with return code 255 and error output: "abort: Benutzern: Das System kann die angegebene Datei nicht finden
"


i think i cannot handle " within the commit message.

Not sure if its a follow up of the error above:

Stage Controller

Error Initialising Workspace
Exception: ProcessException
Message: Running C:\Program Files\VSoft Technologies\ContinuaCI Agent\hg\hg.exe with arguments “archive -r tip -X re:^(^(\|/).hgignore)$ --subrepos -R C:\BuildAgent\Repos\e5bbd002 C:\BuildAgent\Ws\2245\Source --config ui.username=Continua” failed with return code 255 and error output: "abort: no working directory: please specify a revision
"
Stack Trace: at Continua.Shared.Utils.Mercurial.Run(ProcessArguments args, String workingDir, Func2 checkResult) <br> at Continua.Shared.Utils.Mercurial.Archive(String repository, String destination, String revision, String includes, IEnumerable1 excludes)
at Continua.Modules.Builds.Agent.FileSync.AgentRepositoryCache.<>c__DisplayClassd.b__c()
at Continua.Shared.Utils.ReadWriteLockList1.WithReadLock(TId id, CancellationTokenSource cancelTokenSource, Action action) <br> at Continua.Modules.Builds.Agent.FileSync.AgentRepositoryCache.Export(String dest, String revision, String includes, IEnumerable1 excludes, Boolean listFiles)
at Continua.Modules.Builds.Agent.AgentRepositoryHelper.CopySourceToWorkspace(String filePattern, IEnumerable1 excludes, String relativeDestination, AgentWorkspaceSyncContext wsCtx, Boolean logRepoFiles) <br> at Continua.Modules.Builds.Agent.AgentBuildHelper.SyncSourceFromServer(IEnumerable1 rules, AgentWorkspaceSyncContext workspaceCtx)
at Continua.Modules.Builds.Agent.AgentBuildHelper.InitialiseWorkspaceOnAgent(AgentCallbackProxy proxy, TransportContextDTO source, Guid callId)
at Continua.Modules.Builds.Agent.AgentBuildRunner.OnInitialisingWorkspace(Transition`1 inState)

We added the comments to the automated commit to the Mercurial repository recently, I’ve fixed it now so that it deals with quotes in the comments. This is probably causing the second issue.