~nacc/git-ubuntu:gu-submit

Last commit made on 2017-07-11
Get this branch:
git clone -b gu-submit https://git.launchpad.net/~nacc/git-ubuntu
Only Nish Aravamudan can upload to this branch. If you are Nish Aravamudan please log in for upload directions.

Branch merges

Branch information

Name:
gu-submit
Repository:
lp:~nacc/git-ubuntu

Recent commits

4ead29c... by Nish Aravamudan

git ubuntu submit: handle all exceptions cleanly

7f4d9ec... by Nish Aravamudan

git ubuntu submit: add --reviewer option to request MP reviews

Default is ~canonical-server.

Note there is some issue here with LP and JSON decoding errors. Still debugging.

7b6bf49... by Nish Aravamudan

git ubuntu submit: rename --branch-name argument to --branch

Will be squashed up.

d3c6803... by Nish Aravamudan

git ubuntu submit: drop branch creation logic

Will be squashed up.

4f0a0ca... by Nish Aravamudan

git ubuntu submit: clarify help text

Will be squashed

43536b2... by Nish Aravamudan

git ubuntu submit: add new subcommand

Still experimental, but it works for basic merge request submission.

1339464... by Nish Aravamudan

GitUbuntuRepository: exposet head_is_detached

5270808... by Nish Aravamudan

git ubuntu merge: explicitly mark release arg as a string

b833422... by Robie Basak

Open dsc in binary mode for better decoding

Prior to Debian policy 3.8.1.0 (around March 2009), dsc files could be
encoded in anything as no encoding was mandated.

ubuntutools.archive.Dsc already has some support for auto-detection. It
appears to work, but the dsc must be opened in binary mode for this to
work.

This may mutate hashes if any other dscs are decoded differently as a
consequence of this change.

LP: #1700846

0118ac0... by Nish Aravamudan

git ubuntu: emit newline after input() prompt

Otherwise, the line doesn't break and it's not clear where the user's input
starts.