Some output for me, given by an older darcs that I had laying around:
$ darcs --exact-version
darcs compiled on May 7 2010, at 21:02:25
Context:
[TAG 2.4.1
Reinier Lamers <tux_rocker@reinier.de>**20100412161826
Ignore-this: 17bcd98358f6da527cd14ab1a725f0b7
]
Judging by the output I see, patch name filter is not even working.
$ darcs amend-record --patch-name resolve
Tue May 18 08:42:33 PDT 2010 Guillaume Hoffmann <guillaumh@gmail.com>
* resolve issue1784: push and pull print remote address right away
Shall I amend this patch? [yNvpxq], or ? for help: n
Wed May 5 08:59:19 PDT 2010 Eric Kow <kowey@darcs.net>
* Accept issue1825: darcs remove with no args leads to buggy pending.
Shall I amend this patch? [yNvpxq], or ? for help: n
Thu May 27 05:10:19 PDT 2010 Petr Rockai <me@mornfall.net>
* Resolve issue1763: use correct filename encoding in conflictors.
Shall I amend this patch? [yNvpxq], or ? for help: n
Sat May 15 02:08:09 PDT 2010 Eric Kow <kowey@darcs.net>
* Bump version to 2.4.4.
Shall I amend this patch? [yNvpxq], or ? for help: n
Sat May 15 01:35:29 PDT 2010 Eric Kow <kowey@darcs.net>
* News entries for Darcs 2.4.4.
Shall I amend this patch? [yNvpxq], or ? for help: n
Tue May 11 14:30:08 PDT 2010 Petr Rockai <me@mornfall.net>
* Remove more not + redirections usage in testsuite (breaks win32).
Shall I amend this patch? [yNvpxq], or ? for help: q
Amend cancelled.
$ darcs changes | less -X
Tue May 18 08:42:33 PDT 2010 Guillaume Hoffmann <guillaumh@gmail.com>
* resolve issue1784: push and pull print remote address right away
Wed May 5 08:59:19 PDT 2010 Eric Kow <kowey@darcs.net>
* Accept issue1825: darcs remove with no args leads to buggy pending.
Thu May 27 05:10:19 PDT 2010 Petr Rockai <me@mornfall.net>
* Resolve issue1763: use correct filename encoding in conflictors.
Sat May 15 02:08:09 PDT 2010 Eric Kow <kowey@darcs.net>
* Bump version to 2.4.4.
Sat May 15 01:35:29 PDT 2010 Eric Kow <kowey@darcs.net>
* News entries for Darcs 2.4.4.
Tue May 11 14:30:08 PDT 2010 Petr Rockai <me@mornfall.net>
* Remove more not + redirections usage in testsuite (breaks win32).
Tue May 11 14:10:32 PDT 2010 Petr Rockai <me@mornfall.net>
* Do not redirect output to a file when using "not" to avoid trouble on
win32.
Sun May 9 06:22:58 PDT 2010 Eric Kow <kowey@darcs.net>
* Bump version to 2.4.3.
$ darcs amend-record --patch-name Bump
Tue May 18 08:42:33 PDT 2010 Guillaume Hoffmann <guillaumh@gmail.com>
* resolve issue1784: push and pull print remote address right away
Shall I amend this patch? [yNvpxq], or ? for help: q
Amend cancelled.
$ darcs amend-record --patch-name="Bump"
Tue May 18 08:42:33 PDT 2010 Guillaume Hoffmann <guillaumh@gmail.com>
* resolve issue1784: push and pull print remote address right away
Shall I amend this patch? [yNvpxq], or ? for help: q
Amend cancelled.
It would appear that --patch-name is being ignored.
Jason
|