~racb/git-ubuntu:queue-fixes-2

Last commit made on 2017-05-24
Get this branch:
git clone -b queue-fixes-2 https://git.launchpad.net/~racb/git-ubuntu
Only Robie Basak can upload to this branch. If you are Robie Basak please log in for upload directions.

Branch merges

Branch information

Name:
queue-fixes-2
Repository:
lp:~racb/git-ubuntu

Recent commits

5ce1025... by Robie Basak

Fix queue devel ref lookup

Since pkg is now in refs/remotes/pkg/, look it up by the full reference
as it is not a local branch and so is no longer found by
GitUbuntuRepository.get_head_by_name().

6100842... by Robie Basak

Fix queue reference lookups

Commit 2b22ad2 regressed queue syncing. The GitUbuntuRepository API
changed and dropped the ability to search for references by prefix.
Add a public method that permits this, and fix GitUbuntuQueue to use it
correctly.

bcc4837... by Nish Aravamudan

snap-git-ubuntu-man: exit with error if snapped man fails

fe39779... by Nish Aravamudan

snap-git-ubuntu-man: chmod +x

efa2e36... by Nish Aravamudan

manpages: structure directory correctly, try a snap change

With some local configuration after installing the classic snap, e.g.:

[man "git-ubuntu-man"]
        cmd = git-ubuntu.man
[man]
        viewer = git-ubuntu-man
        viewer = man

I believe having a trivial wrapper in our snap that knows where the
snap's manpages live will work for now.

688ba96... by Nish Aravamudan

snap wrappers: use bash explicitly and prepend to LD_LIBRARY_PATH

05b40c8... by Nish Aravamudan

git ubuntu: isatty takes a fd not a file object

e6fc5a6... by Nish Aravamudan

bin/snap-git-ubuntu: fix typo

LP: #1692928

91dbf04... by Nish Aravamudan

git ubuntu: import isatty explicitly from os

LP: #1692926

9874358... by Nish Aravamudan

man: add first draft of git-ubuntu manpage

The snap will still need to be adjusted in order to be able to read this
snap.