support for mercurial 2.1

This commit is contained in:
Sebastian Sdorra
2012-02-05 11:32:38 +01:00
parent 2a7552a339
commit 59ef757f4e
4 changed files with 56 additions and 5 deletions

View File

@@ -184,6 +184,15 @@ public interface CGIExecutor
*/
public File getWorkDirectory();
/**
* Method description
*
*
* @return
* @since 1.12
*/
public boolean isContentLengthWorkaround();
/**
* Method description
*
@@ -210,6 +219,14 @@ public interface CGIExecutor
*/
public void setBufferSize(int bufferSize);
/**
* Method description
* @since 1.12
*
* @param contentLengthWorkaround
*/
public void setContentLengthWorkaround(boolean contentLengthWorkaround);
/**
* Method description
*