~rhansen/git-build-recipe:upstream

Last commit made on 2023-07-09
Get this branch:
git clone -b upstream https://git.launchpad.net/~rhansen/git-build-recipe
Only Richard Hansen can upload to this branch. If you are Richard Hansen please log in for upload directions.

Branch merges

Branch information

Name:
upstream
Repository:
lp:~rhansen/git-build-recipe

Recent commits

7eafc39... by Richard Hansen

new `upstream` command to specify location of pristine sources

356a635... by Richard Hansen

fix subdirectory existence check

83181c5... by Richard Hansen

use `can_have_children` to test if indentation is allowed

This will make it possible to add new commands that support child branches (or
extend existing commands, such as `nest_part`).

0bea610... by Richard Hansen

inline the `resolve_commit` method

acf176d... by Richard Hansen

ensure that the child branches have been fetched

6debc1a... by Richard Hansen

move `resolve_commit` call into `fetch` method

ff10ad5... by Richard Hansen

delete redundant call to `resolve_commit`

586d348... by Richard Hansen

improve handling of unknown revisions

cc12101... by Richard Hansen

move `FetchFailed` exception conversion to the `fetch` method

7c39665... by Richard Hansen

move fetch logic to a method on `RecipeBranch`