README
changeset 922 ec4c17e0aee6
parent 921 b39bdae5189d
child 932 bcd0c12070b2
equal deleted inserted replaced
921:b39bdae5189d 922:ec4c17e0aee6
    40 
    40 
    41 
    41 
    42 Changelog
    42 Changelog
    43 =========
    43 =========
    44 
    44 
    45 3.4.0 --
    45 4.0.0 --
    46 
    46 
    47 
    47 - deprecated `gup` and `gdown` in favor of prev and next
       
    48 - dropped compatibility to `latercomer` and `conflicting` alias for bumped and
       
    49   divergent.
       
    50 - record parent of pruned parent at prune time
       
    51 - fold: enable --date and --user options
       
    52 - added a `debugobsstorestat` command to gather data on obsmarker content.
       
    53 - added a `debugrecordpruneparents` command to upgrade existing prune marker
       
    54   with parent information. Please run it once per repo after upgrading.
    48 - improvement to obsolescence marker exchange:
    55 - improvement to obsolescence marker exchange:
    49   - record parent of pruned parent at prune time
       
    50   - added progress when pushing obsmarkers
    56   - added progress when pushing obsmarkers
    51   - added multiple output during obsolescence markers exchange
    57   - added multiple output during obsolescence markers exchange
    52   - only push markers relevant to pushed subset
    58   - only push markers relevant to pushed subset
    53   - add a new experimental way to exchange marker (when server support):
    59   - add a new experimental way to exchange marker (when server support):
    54     - added progress when pulling obsmarkers
    60     - added progress when pulling obsmarkers
    55     - only pull markers relevant to pulled subset
    61     - only pull markers relevant to pulled subset
    56     - avoid exchanging common markers in some case
    62     - avoid exchanging common markers in some case
       
    63  - add a hook related to the new commands
    57 
    64 
    58 3.3.1 -- 2014-04-23
    65 3.3.1 -- 2014-04-23
    59 
    66 
    60 - various language fix
    67 - various language fix
    61 - active bookmark now move when using prev/next (#37)
    68 - active bookmark now move when using prev/next (#37)