mercurial/bundle2.py
changeset 20808 4c9130c7a29f
parent 20805 c5aaeca0cfbf
child 20809 b93bb639451a
equal deleted inserted replaced
20807:91d28bd0e04e 20808:4c9130c7a29f
    46 
    46 
    47   Parameter value are not supported yet.
    47   Parameter value are not supported yet.
    48 
    48 
    49   Special character in param name are not supported yet.
    49   Special character in param name are not supported yet.
    50 
    50 
       
    51   Stream parameters use a simple textual format for two main reasons:
    51 
    52 
       
    53   - Stream level parameters should remains simple and we want to discourage any
       
    54     crazy usage.
       
    55   - Textual data allow easy human inspection of a the bundle2 header in case of
       
    56     troubles.
       
    57 
       
    58   Any Applicative level options MUST go into a bundle2 part instead.
    52 
    59 
    53 
    60 
    54 Payload part
    61 Payload part
    55 ------------------------
    62 ------------------------
    56 
    63