README
branchstable
changeset 967 b4fa7cc040d6
parent 957 2cde59f3cb5d
child 970 0304fc2bab15
equal deleted inserted replaced
966:35492ab5b33b 967:b4fa7cc040d6
    44 Be sure to check latest draft changeset before submitting new changesets.
    44 Be sure to check latest draft changeset before submitting new changesets.
    45 
    45 
    46 
    46 
    47 Changelog
    47 Changelog
    48 =========
    48 =========
       
    49 
       
    50 4.0.0 --
       
    51 
       
    52 - require Mercurial version 3.0.1 or above
       
    53 - some compatibility fixes with future 3.1.0
       
    54 - deprecated `gup` and `gdown` in favor of prev and next
       
    55 - record parent of pruned parent at prune time
       
    56 - added a `debugobsstorestat` command to gather data on obsmarker content.
       
    57 - added a `debugrecordpruneparents` command to upgrade existing prune marker
       
    58   with parent information. Please run it once per repo after upgrading.
       
    59 - improvement to obsolescence marker exchange:
       
    60   - added progress when pushing obsmarkers
       
    61   - added multiple output during obsolescence markers exchange
       
    62   - only push markers relevant to pushed subset
       
    63   - add a new experimental way to exchange marker (when server support):
       
    64     - added progress when pulling obsmarkers
       
    65     - only pull markers relevant to pulled subset
       
    66     - avoid exchanging common markers in some case
       
    67     - use bundle2 as transport when available.
       
    68  - add a hook related to the new commands
    49 
    69 
    50 3.3.2 -- 2014-05-14
    70 3.3.2 -- 2014-05-14
    51 
    71 
    52 - fix a bug where evolve were creating changeset with 2 parents on windows
    72 - fix a bug where evolve were creating changeset with 2 parents on windows
    53   (fix issues #16, #35 and #42)
    73   (fix issues #16, #35 and #42)