Author: jvs
Date: Fri Oct 28 21:00:12 2011
New Revision: 1190567
URL: http://svn.apache.org/viewvc?rev=1190567&view=rev
Log:
HIVE-2531 [hive] Allow people to use only issue numbers without 'HIVE-' prefix
with `arc diff --jira`.
Test Plan: EMPTY
Reviewers: jsichi, JIRA
Reviewed By: jsichi
CC: jsichi, mareksapotafb
Differential Revision: 93
Modified:
hive/trunk/.arcconfig
Modified: hive/trunk/.arcconfig
URL:
http://svn.apache.org/viewvc/hive/trunk/.arcconfig?rev=1190567&r1=1190566&r2=1190567&view=diff
==============================================================================
--- hive/trunk/.arcconfig (original)
+++ hive/trunk/.arcconfig Fri Oct 28 21:00:12 2011
@@ -6,5 +6,6 @@
"arc_jira_lib" : ".arc_jira_lib"
},
"arcanist_configuration" : "ArcJIRAConfiguration",
- "jira_api_url" : "https://issues.apache.org/jira/si/"
+ "jira_api_url" : "https://issues.apache.org/jira/si/",
+ "jira_project" : "HIVE"
}