comparison mercurial-server-tc/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/MercurialBranchSupport.java @ 530:a827c3756535

Remove hard-coded paths
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Sat, 29 Dec 2012 18:35:09 +0400
parents 33a6be414903
children 31a1aca3305c
comparison
equal deleted inserted replaced
529:33a6be414903 530:a827c3756535
2 2
3 import jetbrains.buildServer.vcs.*; 3 import jetbrains.buildServer.vcs.*;
4 import org.jetbrains.annotations.NotNull; 4 import org.jetbrains.annotations.NotNull;
5 5
6 6
7 public class MercurialBranchSupport implements /*BranchSupport,*/ MercurialServerExtension { 7 public class MercurialBranchSupport implements BranchSupport, MercurialServerExtension {
8 @NotNull 8 @NotNull
9 public String getRemoteRunOnBranchPattern() { 9 public String getRemoteRunOnBranchPattern() {
10 return "remote-run/*"; 10 return "remote-run/*";
11 } 11 }
12 } 12 }