changeset 537:5fa123e185b3

TW-25626 fix bookmarks
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Tue, 29 Jan 2013 20:35:17 +0400
parents fdb9ea7cb51e
children 8468457fe4d3
files mercurial-common/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/command/BookmarksCommand.java
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial-common/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/command/BookmarksCommand.java	Tue Jan 29 12:23:09 2013 +0100
+++ b/mercurial-common/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/command/BookmarksCommand.java	Tue Jan 29 20:35:17 2013 +0400
@@ -22,11 +22,4 @@
   protected String getBranchesCommand() {
     return "bookmarks";
   }
-
-  @Override
-  protected MercurialCommandLine createCommandLine() {
-    MercurialCommandLine cmd = super.createCommandLine();
-    cmd.addParameter("-q");
-    return cmd;
-  }
 }