gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnu-arch-users] [BUG] FEATURE PLANS: system branches


From: Tom Lord
Subject: [Gnu-arch-users] [BUG] FEATURE PLANS: system branches
Date: Fri, 28 May 2004 17:16:54 -0700 (PDT)

System branches function similarly to downstream branches, except that
users are not permitted to create system branches or commit to them
directly or form downstream branches from them.  Only new higher-level
commands can create or commit to system branches.

Based on list feedack, a reasonable syntax might be:

        foo--mainline--1.0

        # A downstream branch:
        #
        foo--mainline:feature-a--1.0


        # A system branch:
        #
        foo--mainline+delta-tree--1.0

        # A system branch of of a downstream
        # brach:
        #
        foo--mainline;fetaure-a+delta-tree--1.0

        # FORBIDDEN:
        # 
        # A downstream branch of a system
        # brach (can not be created):
        #
        foo--mainline+delta-tree;fetaure-a--1.0

-t




reply via email to

[Prev in Thread] Current Thread [Next in Thread]