~nacc/git-ubuntu:username-more-inputy

Last commit made on 2017-07-18
Get this branch:
git clone -b username-more-inputy 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:
username-more-inputy
Repository:
lp:~nacc/git-ubuntu

Recent commits

330e457... by Nish Aravamudan

git ubuntu: make username input more obvious as input

When first running, we need the LP username in order to name the remote
correctly (and as most obviously expected by the end-user). To that end,
make it clear we are asking for input from the end user when we prompt.

LP: #1704943

c711e96... by Steve Langasek

add doxyqml (universe) to the importer to give me something to play with because this is a TIL merge for me

6d74bae... by Nish Aravamudan

git ubuntu lint: fatal error if an expected commit does not exist

d5138ed... by Nish Aravamudan

gitubuntu/git_repository: _references is not a property, it's method

d4dec79... by Nish Aravamudan

git ubuntu lint: add linting subcommand

Comments are fairly verbose in the file.

LP: #1702954

afd4930... by Nish Aravamudan

gitubuntu/logging: common message storage/formatting

Maybe not the best module name, but it's internal and can be moved later.

b8aac08... by Nish Aravamudan

gitubuntu/versioning: add basic debian/changelog versioning functionality

Some simple selftests included. Thanks to Robie Basak.

0ed2a0b... by Nish Aravamudan

GitUbuntuSourceInformation::launchpad_versions_published: extend API to take series

If we are only interested in a given series' publishes, do not look them all up.

104c03f... by Nish Aravamudan

GitUbuntuSourceInformation: allow for simpler construction

When only accessing series information, gloss all the unnecessary
constructor arguments with default values.

99d4afd... by Nish Aravamudan

GitUbuntuRepository::nearest_remote_branch: allow global search

If we want to find the globally nearest remote branch, do not pass any
namespace (or pass it as None).