0.9.5 release plans

Mathieu Clabaut mathieu.clabaut at gmail.com
Tue Oct 16 03:31:17 CDT 2007


For information, make tests in crew 3b204881f959  spew out :

$make tests
cd tests && python run-tests.py
.......................................
ERROR: test-convert-cvs output changed
--- Expected output
+++ Test output
@@ -10,19 +10,16 @@
 U src/a
 U src/b/c
 % commit a new revision changing b/c
-checking in src/b/c,v
 % convert fresh repo
 initializing destination src-hg repository
 connecting to cvsrepo
 scanning source...
 sorting...
 converting...
-2 Initial revision
-1 import
-0 ci0
+1 Initial revision
+0 import
 updating tags
 a
-c
 c
 % convert fresh repo with --filemap
 initializing destination src-filemap repository
@@ -30,15 +27,12 @@
 scanning source...
 sorting...
 converting...
-2 Initial revision
-1 import
+1 Initial revision
+0 import
 rolling back last transaction
-0 ci0
 updating tags
 c
-c
-2 update tags files: .hgtags
-1 ci0 files: b/c
+1 update tags files: .hgtags
 0 Initial revision files: b/c
 % commit new file revisions
 checking in src/a,v
@@ -50,6 +44,7 @@
 sorting...
 converting...
 0 ci1
+updating tags
 a
 a
 c
@@ -62,10 +57,11 @@
 sorting...
 converting...
 0 ci1
+updating tags
 c
 c
 c
-3 ci1 files: b/c
-2 update tags files: .hgtags
-1 ci0 files: b/c
+3 update tags files: .hgtags
+2 ci1 files: b/c
+1 update tags files: .hgtags
 0 Initial revision files: b/c
.
ERROR: test-convert-darcs output changed
--- Expected output
+++ Test output
@@ -11,6 +11,8 @@
 ./a
 Finished pulling and applying.
 Finished recording patch 'p2'
+darcs: <stdin>: hGetLine: end of file
+
 initializing destination darcs-repo-hg repository
 scanning source...
 sorting...
.....
ERROR: test-convert-svn output changed
--- Expected output
+++ Test output
@@ -6,9 +6,8 @@
 A    t2/a
 Checked out revision 1.
 A         b
-Sending        a
 Adding         b
-Transmitting file data ..
+Transmitting file data .
 Committed revision 2.
 % convert to hg once
 assuming destination trunk-hg
@@ -82,21 +81,12 @@
 Committed revision 9.

 Committed revision 10.
-Sending        letter2.txt
-Transmitting file data .
-Committed revision 11.
 % test incremental conversion
 destination A-hg is a Mercurial repository
 scanning source...
 sorting...
 converting...
-1 second letter
-0 work in progress
-updating tags
-o  7 update tags files: .hgtags
-|
-o  6 work in progress files: letter2.txt
-|
+0 second letter
 o  5 second letter files: letter.txt letter2.txt
 |
 o  4 update tags files: .hgtags
@@ -110,5 +100,4 @@
 o  0 init projA files:

 tip
-v0.2
 v0.1
.................
ERROR: test-doctest.py output changed
--- Expected output
+++ Test output
@@ -1,0 +1,1 @@
+.................................................................................
Skipping test-no-symlinks: system supports symbolic links
...............................................................
# Ran 206 tests, 1 skipped, 4 failed.




On 10/16/07, Hasso Tepper <hasso at estpak.ee> wrote:
>
> Matt Mackall wrote:
> > I'm hoping to finally cut the 0.9.5 release on Friday. We've hopefully
> > fixed up the compilation problems for the new C extensions reported a
> > couple days ago. Please test the current tip, especially if you're
> > running on one of the less common platforms.
>
> Which repo? Main or stable? Main compiles and all test succeed on
> DragonFly
> BSD current (except dracs and svn convert tests, I don't have
> dependencies).
> Stable compiles, but a there are tests failing, all probably related to
> the
> lack of support to non-GNU patch.
>
> --
> Hasso Tepper
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20071016/46221cbb/attachment.htm 


More information about the Mercurial mailing list