Mercurial > evolve
comparison README @ 933:e5baeb8fefec stable
fold: add --message and --logfile options
Like other commit-creating commands, this add two options for
specifying the resulting commit message, with tests. If either of
these options is specified, no editor is popped up asking for a commit
message.
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Mon, 14 Apr 2014 15:46:27 -0400 |
parents | 32915143d448 |
children | f13facb01ac5 |
comparison
equal
deleted
inserted
replaced
931:32915143d448 | 933:e5baeb8fefec |
---|---|
51 | 51 |
52 - fix a bug where evolve were creating changeset with 2 parents on windows | 52 - fix a bug where evolve were creating changeset with 2 parents on windows |
53 (fix issues #16, #35 and #42) | 53 (fix issues #16, #35 and #42) |
54 - adds a --obsolete flag to import (requieres Mercurial 3.0) | 54 - adds a --obsolete flag to import (requieres Mercurial 3.0) |
55 - prune: update to successor rather than parent when pruning '.' with -s | 55 - prune: update to successor rather than parent when pruning '.' with -s |
56 - fold: add missing --message and --logfile option | |
56 | 57 |
57 3.3.1 -- 2014-04-23 | 58 3.3.1 -- 2014-04-23 |
58 | 59 |
59 - various language fix | 60 - various language fix |
60 - active bookmark now move when using prev/next (#37) | 61 - active bookmark now move when using prev/next (#37) |