[issue2237] transplant looses changeset messages that start with #

Eric Haszlakiewicz bugs at mercurial.selenic.com
Mon Jun 14 17:38:17 UTC 2010


New submission from Eric Haszlakiewicz <ehaszla at transunion.com>:

If any filter is used, transplant looses all changeset messages that start
with a pound sign (#).  Example:

hg init x && cd x
touch foo ; hg add foo
hg ci -m "add file"
echo foo > foo
hg ci -m "change file"
hg up -r 0
touch bar ; hg add bar
hg ci -m "# of files is two now"
hg up -r 1
hg transplant --filter /bin/true 2
hg log -r 3
# Note that the transplanted changeset has no message.

----------
messages: 12829
nosy: erh
priority: bug
status: unread
title: transplant looses changeset messages that start with #

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2237>
____________________________________________________


More information about the Mercurial-devel mailing list