From 156facc491b09e5fd57a965f264cb1c71c94fe5b Mon Sep 17 00:00:00 2001 From: Venkat Ranganathan Date: Mon, 24 Jun 2013 08:01:11 -0700 Subject: [PATCH] SQOOP-1095: Sqoop2: PreCommit Hook have incorrect branch name (Jarek Jarcec Cecho via Venkat Ranganathan) --- dev-support/test-patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index 27dbcad3..d909b7f8 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -45,7 +45,7 @@ def sqoop_guess_branch(versions): tmp_branch = None if v.startswith("1.99") or v.startswith("2.0"): - tmp_branch = "sqoop" + tmp_branch = "sqoop2" else: tmp_branch = "trunk"