[PATCH] largefiles: expand test suite some more (test rebasing, rollback, update --clean, and verify --large)
Greg Ward
greg-hg at gerg.ca
Thu Oct 20 01:47:42 UTC 2011
On Wed, Oct 19, 2011 at 11:06 AM, Na'Tosha Bard <natosha at unity3d.com> wrote:
> # HG changeset patch
> # User Na'Tosha Bard <natosha at unity3d.com>
> # Date 1319036579 -7200
> # Node ID d119cfa4c79fe10558bc6201e7afa22444ca2486
> # Parent d4addef0ec74370fbf75b138d06f8ad93d3038ff
> largefiles: expand test suite some more (test rebasing, rollback, update --clean, and verify --large)
[...]
> + $ hg log
> + changeset: 9:598410d3eb9a
> + tag: tip
> + user: test
> + date: Thu Jan 01 00:00:00 1970 +0000
> + summary: modify normal file largefile in repo d
> +
> + changeset: 8:a381d2c8c80e
> + user: test
> + date: Thu Jan 01 00:00:00 1970 +0000
> + summary: modify normal file and largefile in repo b
FWIW: I like to use one-line templates to avoid overwhelming test
scripts with long "hg log" output. E.g. it's usually enough to use
hg log --template '{rev}:{node|short} {desc|firstline}\n'
to be confident that your repo contains what you expect.
Greg
More information about the Mercurial-devel
mailing list