pull-request.sh

changeset 5
9d63b4f82112
parent 4
7c02e457e6ab
child 7
7dbc04a61376
--- a/pull-request.sh	Sun Jun 08 19:24:37 2014 +0300
+++ b/pull-request.sh	Sun Jun 08 23:24:46 2014 +0300
@@ -115,14 +115,4 @@
 	-d "$json" \
 	-o "$response" \
 	"https://api.bitbucket.org/2.0/repositories/${upstream}/pullrequests" \
-	>/dev/stdout 2>&1
-
-echo "response JSON: $response"
-
-# if [ -n "$bturl" -a -n "$btuser" -a -n "$btpass" -a -n "$ticket" ]
-# then
-# 	titlefile=$(tempfile)
-# 	echo -n $title >$titlefile
-# 	python $selfpath/pullreq_to_mantisbt.py "$bturl" "$btuser" "$btpass" "$ticket" "$response" "$titlefile"
-# 	rm $titlefile
-# fi
\ No newline at end of file
+	>/dev/stdout 2>&1
\ No newline at end of file

mercurial