mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 13:27:36 +00:00
Allow branching from custom/*/main.
Copied from Perforce Change: 185845 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
70c0cb9a94
commit
cc0a22847d
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ def main(argv):
|
|||
m = re.match(CHILD_RE, args.child)
|
||||
if not m:
|
||||
raise Error(fmt("Invalid child: {child}"))
|
||||
if args.customer != m.group(3):
|
||||
if not args.task and args.customer != m.group(3):
|
||||
raise Error(fmt("Customer mismatch between {parent} and {child}."))
|
||||
args.date, args.task, _, args.version = m.groups()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue