today's crew test run

Giorgos Keramidas keramida at ceid.upatras.gr
Sun Feb 14 07:45:53 UTC 2010


My morning run of crew/tests just finished a few minutes ago.  There's a
new test diff that seems to be caused by changeset a565a2445eb5:

% --- /hg/mercurial/gker/tests/test-help.out
% +++ /hg/mercurial/gker/tests/test-help.err
% @@ -274,6 +274,7 @@
%        $ hg add
%        adding foo.c
%        $ hg status
% +      A foo.c
%
%  options:

The fix seems trivial enough that I've installed it in my clone:

%%%
# HG changeset patch
# User Giorgos Keramidas <keramida at ceid.upatras.gr>
# Date 1266133492 -7200
# Node ID 2aa8b35605070e4cbd0c37cb00c4bb40119430ad
# Parent  b89417590cfed1adf8d664afc976e7e85ae5727f
tests: fix test-help output after changeset a565a2445eb5

diff -r b89417590cfe -r 2aa8b3560507 tests/test-help.out
--- a/tests/test-help.out	Sun Feb 14 09:43:33 2010 +0200
+++ b/tests/test-help.out	Sun Feb 14 09:44:52 2010 +0200
@@ -274,6 +274,7 @@
       $ hg add
       adding foo.c
       $ hg status
+      A foo.c
 
 options:
 
%%%



More information about the Mercurial-devel mailing list