comparison README @ 1728:f4b2617051ad

docs: spelling fixes Squashed into 1 commit because I'm lazy: - non-existant -> nonexistent - accros -> across - comptatibility -> compatibility - requieres -> requires - aliast -> alias - unexistent -> nonexistent - convertion -> conversion - nto -> not
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 27 Aug 2016 20:37:15 +0800
parents 04be939179a6
children 060fe417679f
comparison
equal deleted inserted replaced
1727:c353a84fb09f 1728:f4b2617051ad
120 5.1.5 -- 2015-06-23 120 5.1.5 -- 2015-06-23
121 121
122 - minor documentation cleanup 122 - minor documentation cleanup
123 - support -i option for `hg amend` if commit supports it (3.4) 123 - support -i option for `hg amend` if commit supports it (3.4)
124 - fix the `debugrecordpruneparents` utility 124 - fix the `debugrecordpruneparents` utility
125 - fix some possible crash during command abort (release non-existant transaction) 125 - fix some possible crash during command abort (release nonexistent transaction)
126 - fix simple4server bug tracker URL 126 - fix simple4server bug tracker URL
127 - compatibility with bookmark API change in future Mercurial 3.5 127 - compatibility with bookmark API change in future Mercurial 3.5
128 - prune no longer move the active bookmark for no reason (issue4559) 128 - prune no longer move the active bookmark for no reason (issue4559)
129 - evolve: stop reporting divergence base as missing when we actually have it 129 - evolve: stop reporting divergence base as missing when we actually have it
130 - significant performance improvement for all revsets. 130 - significant performance improvement for all revsets.
138 discovered on non-served changesets. 138 discovered on non-served changesets.
139 - fix the debugobsrelsethashtree command 139 - fix the debugobsrelsethashtree command
140 140
141 5.1.3 -- 2015-04-20 141 5.1.3 -- 2015-04-20
142 142
143 - discovery: fix misbehaving discovery accros python version 143 - discovery: fix misbehaving discovery across python version
144 - pull: properly install the bundle2 par generator 144 - pull: properly install the bundle2 par generator
145 (avoid sending all markers for each pull) 145 (avoid sending all markers for each pull)
146 - commit: avoid potential deadlock (acquires wlock before lock) 146 - commit: avoid potential deadlock (acquires wlock before lock)
147 - graft: avoid potential deadlock (acquires wlock before lock) 147 - graft: avoid potential deadlock (acquires wlock before lock)
148 148
158 158
159 5.1 -- 2015-01-30 159 5.1 -- 2015-01-30
160 160
161 - evolve: explicitly disable bookmark on evolve (issue4432) 161 - evolve: explicitly disable bookmark on evolve (issue4432)
162 - evolve: don't abort Mercurial on version mismatch 162 - evolve: don't abort Mercurial on version mismatch
163 - comptatibility with mercurial 3.3 163 - compatibility with mercurial 3.3
164 164
165 5.0.2 -- 2014-12-14 165 5.0.2 -- 2014-12-14
166 166
167 - evolve: remove dependency to the rebase extension 167 - evolve: remove dependency to the rebase extension
168 168
233 233
234 3.3.2 -- 2014-05-14 234 3.3.2 -- 2014-05-14
235 235
236 - fix a bug where evolve were creating changeset with 2 parents on windows 236 - fix a bug where evolve were creating changeset with 2 parents on windows
237 (fix issues #16, #35 and #42) 237 (fix issues #16, #35 and #42)
238 - adds a --obsolete flag to import (requieres Mercurial 3.0) 238 - adds a --obsolete flag to import (requires Mercurial 3.0)
239 - prune: update to successor rather than parent when pruning '.' with -s 239 - prune: update to successor rather than parent when pruning '.' with -s
240 - fold: add missing --message and --logfile option 240 - fold: add missing --message and --logfile option
241 - fold: add squash as an alias 241 - fold: add squash as an alias
242 242
243 3.3.1 -- 2014-04-23 243 3.3.1 -- 2014-04-23
274 - Tested with 2.6, 2.7 and 2.8 274 - Tested with 2.6, 2.7 and 2.8
275 275
276 3.1.0 -- 2013-02-11 276 3.1.0 -- 2013-02-11
277 277
278 - amend: drop deprecated --change option for amend 278 - amend: drop deprecated --change option for amend
279 - alias: add a grab aliast to be used instead of graft -O 279 - alias: add a grab alias to be used instead of graft -O
280 - touch: add a --duplicate option to *not* obsolete the old version 280 - touch: add a --duplicate option to *not* obsolete the old version
281 - touch: fix touching multiple revision at the same time 281 - touch: fix touching multiple revision at the same time
282 - evolve: add a --all option 282 - evolve: add a --all option
283 - prune: various minor improvements 283 - prune: various minor improvements
284 - prune: add option to prune a specific bookmark 284 - prune: add option to prune a specific bookmark
352 - evolve: graft --continue is optional, test 352 - evolve: graft --continue is optional, test
353 353
354 0.6 -- 2012-07-31 354 0.6 -- 2012-07-31
355 355
356 - obsolete: change warning output to match mercurial core on 356 - obsolete: change warning output to match mercurial core on
357 - qsync: ignore unexistent nodes 357 - qsync: ignore nonexistent nodes
358 - make compat server both compatible with "dump" and "dump%i" version 358 - make compat server both compatible with "dump" and "dump%i" version
359 359
360 0.5 -- 2012-07-16 360 0.5 -- 2012-07-16
361 361
362 - obsolete: Detect conflicting changeset! 362 - obsolete: Detect conflicting changeset!
366 - evolve: switch the official name for "kill" to prune 366 - evolve: switch the official name for "kill" to prune
367 367
368 368
369 0.4.1 -- 2012-07-10 369 0.4.1 -- 2012-07-10
370 370
371 - [convert] properly exclude null successors from convertion 371 - [convert] properly exclude null successors from conversion
372 - Ignore buggy marker in newerversion 372 - Ignore buggy marker in newerversion
373 373
374 374
375 0.4.0 -- 2012-07-06 375 0.4.0 -- 2012-07-06
376 376
387 - commit: --amend option create obsolete marker (but still strip) 387 - commit: --amend option create obsolete marker (but still strip)
388 - obsolete: fewer marker are created when collapsing revision. 388 - obsolete: fewer marker are created when collapsing revision.
389 - revset: add, successors(), allsuccessors(), precursors(), allprecursors(), 389 - revset: add, successors(), allsuccessors(), precursors(), allprecursors(),
390 latecomer() and hidden() 390 latecomer() and hidden()
391 - evolve: add `prune` alias to `kill`. 391 - evolve: add `prune` alias to `kill`.
392 - stabilize: clearly state that stabilize does nto handle conflict 392 - stabilize: clearly state that stabilize does not handle conflict
393 - template: add an {obsolete} keyword 393 - template: add an {obsolete} keyword
394 394
395 0.2.0 -- 2012-06-20 395 0.2.0 -- 2012-06-20
396 396
397 - stabilize: improve choice of the next changeset to stabilize 397 - stabilize: improve choice of the next changeset to stabilize