From cf0f8c469911842f683ba5dff521a5562f0e4541 Mon Sep 17 00:00:00 2001 From: Mounir Lamouri Date: Mon, 13 Aug 2012 11:07:42 +0200 Subject: [PATCH] Don't print the tbpl URL, try server does that now. --- trychooser | 2 -- 1 file changed, 2 deletions(-) diff --git a/trychooser b/trychooser index 031044c..bf4e348 100755 --- a/trychooser +++ b/trychooser @@ -458,8 +458,6 @@ For all questions, choosing Y means adding something to the TryChooser string. C ui.write(_("Creates the trychooser mq entry...\n")) mq.new(ui, repo, 'trychooser', message=msg) - ui.write(_("View the results of your push at http://tbpl.mozilla.org/?tree=Try&rev=%s\n") % (repo[None].p1())) - ui.write(_("Push to try server...\n")) commands.push(ui, repo, "ssh://hg.mozilla.org/try", force=True)