[issue565] export -o<file> only handles last changeset
bigblackdog
mercurial-bugs at selenic.com
Mon May 21 11:28:04 UTC 2007
New submission from bigblackdog <bigblackdog-mercurial at uwe-husmann.de>:
to reproduce the error follow these steps:
$ hg clone http://www.selenic.com/repo/hello my-hello
$ cd my-hello
$ vim hello.c
make some change
$ hg commit -m"modified hello.c"
$ vim Makefile
make some change
$ hg commit -m"modified Makefile"
$ hg export -o changes.diff 2:tip
now, changes.diff only contains changes made in the last changeset.
----------
messages: 3097
nosy: bigblackdog
priority: bug
status: unread
title: export -o<file> only handles last changeset
____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue565>
____________________________________________________
More information about the Mercurial-devel
mailing list