Heads up: 1.5.1 due on the 1st

Greg Ward greg-hg at gerg.ca
Mon Mar 29 13:59:44 CDT 2010


On Mon, Mar 29, 2010 at 1:00 PM, Matt Mackall <mpm at selenic.com> wrote:
> I'm going to try to gather up some outstanding patches today, let me
> know if you think we're missing anything.

Did you see the little patch to map-cmdline.default that I posted a
few days ago?  I found and fixed a bug with "hg log -v --copies
--style=default"; for example, cset c437745f50ec from hg's own repo is
formatted like this:

changeset:   10300:c437745f50ec
[...]
files:       tests/blacklist tests/blacklists/README
tests/blacklists/inotify-failures tests/run-tests.py
 tests/blacklists/inotify-failures (tests/blacklist)description:
run-tests: split tests/blacklist in tests/blacklists/*
[...]

but it should be:

changeset:   10300:c437745f50ec
[...]
files:       tests/blacklist tests/blacklists/README
tests/blacklists/inotify-failures tests/run-tests.py
copies:      tests/blacklists/inotify-failures (tests/blacklist)
description:
run-tests: split tests/blacklist in tests/blacklists/*
[...]

(The leading "copies: " and trailing "\n" are missing.)

Let me know if I should resend...

Greg


More information about the Mercurial-devel mailing list