improve scm-hg-plugin

This commit is contained in:
Sebastian Sdorra
2010-11-25 18:25:01 +01:00
parent ceedb19bb1
commit c036b7ac7c
10 changed files with 109 additions and 964 deletions

View File

@@ -67,31 +67,6 @@ public class SvnRepositoryHandler
//~--- get methods ----------------------------------------------------------
/**
* TODO dont use getAll
*
*
* @param name
*
* @return
*/
public Repository getByName(String name)
{
Repository repository = null;
for (Repository r : getAll())
{
if (r.getName().equals(name))
{
repository = r;
break;
}
}
return repository;
}
/**
* Method description
*