--- a/pull-request.sh Sun Jun 08 23:26:40 2014 +0300 +++ b/pull-request.sh Sun Jun 08 23:38:04 2014 +0300 @@ -78,10 +78,6 @@ head=$(echo $heads |cut -d ' ' -f $head_index) title=$(hg log -r ${head} -r tip --template '{desc}') source_repo=$(hg paths default |rev |cut -d '/' -f 1,2 |rev) -bturl=$(grep bturl $selfpath/settings.cfg |cut -d ' ' -f 2) -btuser=$(grep btuser $selfpath/settings.cfg |cut -d ' ' -f 2) -btpass=$(grep btpass $selfpath/settings.cfg |cut -d ' ' -f 2) -ticket=$(hg log -r $head --template '{bookmarks}' |cut -f 2 -d '|') while [ "$(echo $title |wc -c)" -gt "255" ] do