From: Yann Dirson Date: Mon, 5 Feb 2007 22:18:23 +0000 (+0000) Subject: Use branch.*.stgit.parentbranch for authoritative parent information. X-Git-Tag: v0.14.3~343 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/4646e7a35b07fb6a5ade8e1d4f5853a20ebfe908?ds=sidebyside;hp=4646e7a35b07fb6a5ade8e1d4f5853a20ebfe908 Use branch.*.stgit.parentbranch for authoritative parent information. Also set the API to use remote=None as "parent branch is local", and have set_parent() translate that to branch.*.remote=".". Also enforces that we never set a parent-branch info without a parent-remote (so they are now both set or both untouched), and try to give useful info when we have to use the old "origin" defaults. Signed-off-by: Yann Dirson ---