Consider this:
$ darcs changes --max-count 1 --summary --only-to-files haskell-mode.el
Changes to haskell-mode.el:
Fri Nov 20 20:18:38 GMT 2009 Dave Love <fx@gnu.org>
* Add :group to haskell-check-command.
<modify_file>
haskell-mode.el<added_lines num='1'/>
</modify_file>
in contrast to:
$ darcs changes --max-count 1 --summary
Fri Nov 20 20:18:38 GMT 2009 Dave Love <fx@gnu.org>
* Add :group to haskell-check-command.
M ./haskell-mode.el +1
$
It doesn't happen with Ubuntu's version 2.2.0 (eliding --max-count,
which is a later addition), but does with a 2.3.1+ built from the
current repo.
|