Mercurial > hg4j
diff src/org/tmatesoft/hg/core/HgCloneCommand.java @ 204:883f1efbcf27
Add clone,incoming and outging tests
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 26 Apr 2011 23:58:15 +0200 |
parents | 706bcc7cfee4 |
children | 9fb50c04f03c |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgCloneCommand.java Tue Apr 26 15:52:33 2011 +0200 +++ b/src/org/tmatesoft/hg/core/HgCloneCommand.java Tue Apr 26 23:58:15 2011 +0200 @@ -56,6 +56,11 @@ public HgCloneCommand() { } + /** + * @param folder location to become root of the repository (i.e. where <em>.hg</em> folder would reside). Either + * shall not exist or be empty otherwise. + * @return <code>this</code> for convenience + */ public HgCloneCommand destination(File folder) { destination = folder; return this;