• Julien Muchembled's avatar
    BT: don't export 'revision' anymore · f73b625c
    Julien Muchembled authored
    Because on DVCS with branches, history is not always linear, we must stop
    using increasing integer for revisions because they cause too many conflicts
    and a higher revision number does not necessarily means the a BT newer.
    They're now a cryptographic hash of all the contents of the Business Template,
    and they're computed automatically:
    - by genbt5list
    - at download
    - at building (by default)
    - at export
    f73b625c
genbt5list.py 14 Bytes