Mercurial > evolve
comparison tests/test-tutorial.t @ 934:f13facb01ac5 stable
fold: add squash as a possible alias
In order to respect the habituation of the majority of DVCS users and
to make this feature more easily discoverable, the very common
"squash" terminology should be added as a synonym to "fold". Since git
does not have a squash command, this should be safe.
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Thu, 10 Apr 2014 16:02:02 -0400 |
parents | e5baeb8fefec |
children | 43cceb37324c |
comparison
equal
deleted
inserted
replaced
933:e5baeb8fefec | 934:f13facb01ac5 |
---|---|
466 The tutorial part is not written yet but can use `hg fold`: | 466 The tutorial part is not written yet but can use `hg fold`: |
467 | 467 |
468 $ hg help fold | 468 $ hg help fold |
469 hg fold rev | 469 hg fold rev |
470 | 470 |
471 aliases: squash | |
472 | |
471 Fold multiple revisions into a single one | 473 Fold multiple revisions into a single one |
472 | 474 |
473 The revisions from your current working directory to the given one are | 475 The revisions from your current working directory to the given one are |
474 folded into a single successor revision. | 476 folded into a single successor revision. |
475 | 477 |