equal
deleted
inserted
replaced
117 |
117 |
118 - olog: add an 'obslog' alias |
118 - olog: add an 'obslog' alias |
119 - olog: add an '--all' option to show the whole obsolescence history tree. |
119 - olog: add an '--all' option to show the whole obsolescence history tree. |
120 - evolution: add an experiment to track the effect of rewrites. |
120 - evolution: add an experiment to track the effect of rewrites. |
121 (See hg help - evolve for details) |
121 (See hg help - evolve for details) |
|
122 - exchange: fix the "relevant-markers" algorithm to include inline prune. |
|
123 This will impact discovery of obsmarkers between server and client if one |
|
124 still uses the old algorithm. Please upgrade both clients and servers as |
|
125 soon as possible. |
|
126 (See changeset 176d1a0ce385 in core Mercurial for details) |
122 - obsdiscovery: add a config flag to disable all obsmarkers discovery |
127 - obsdiscovery: add a config flag to disable all obsmarkers discovery |
123 (See hg help - evolve for details) |
128 (See hg help - evolve for details) |
124 - template: add a 'precursors' template that display the closests precursors of changesets |
129 - template: add a 'precursors' template that display the closests precursors of changesets |
125 - template: add a 'successors' template that display the closests successors of changesets |
130 - template: add a 'successors' template that display the closests successors of changesets |
126 - template: add a 'obsfate' template that display how a changeset has evolved |
131 - template: add a 'obsfate' template that display how a changeset has evolved |