Merge ~nacc/git-ubuntu:make-clone-verbose into git-ubuntu:master
Proposed by
Nish Aravamudan
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Nish Aravamudan | ||||
Approved revision: | c8abe3fd4a86c29ba9510e7c5279e14c5fb7bdf4 | ||||
Merged at revision: | 09aadc3667a431b4b4d4933ee04c75a3d061163b | ||||
Proposed branch: | ~nacc/git-ubuntu:make-clone-verbose | ||||
Merge into: | git-ubuntu:master | ||||
Diff against target: |
409 lines (+132/-59) 9 files modified
gitubuntu/__main__.py (+4/-1) gitubuntu/clone.py (+8/-5) gitubuntu/git_repository.py (+48/-28) gitubuntu/importer.py (+18/-5) gitubuntu/importppa.py (+8/-2) gitubuntu/merge.py (+13/-5) gitubuntu/queue.py (+12/-2) gitubuntu/remote.py (+9/-2) gitubuntu/run.py (+12/-9) |
||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robie Basak | Approve | ||
Review via email: mp+328536@code.staging.launchpad.net |
This proposal supersedes a proposal from 2017-08-02.
Description of the change
Pattern rethought after review feedback.
Resubmitting as the code is pretty dramatically different (but more well-tested now).
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
I agree in principle, although it feels to me that we should stick to either "verbose" or "quiet" but not both (so I suggest "verbose" as we've used that elsewhere), and that they should be independent of must_exist. So no magic of the defaulting or setting of one based on the other - leave that to the caller.
That's my gut feel, without having looked or thought deeper.