Mercurial 1.2.1 released
Neal Becker
ndbecker2 at gmail.com
Sat Mar 21 06:13:29 CDT 2009
Matt Mackall wrote:
> This is a bugfix release.
>
> * fixed version number build from tarball
> * fix allow_read logic for hgweb
> * improve handling of damaged revlogs in verify
> * keep .orig files when resolving
> * clear resolve state properly when rebasing
> * improve --command handling with bisect
> * fix diff against bundles
> * improve fetch logic for inactive branches
> * fix diffstat with notify
> * fix 'synthetic file adds' in CVS conversion
>
> Available at: http://selenic.com/mercurial/
>
I tried re-enable testing on Fedora. Running on F10, x86_64:
+ /usr/bin/python run-tests.py
.............................s.............................
ERROR: test-convert-cvs-synthetic output changed
--- Expected output
+++ Test output
@@ -16,6 +16,7 @@
T file1
% create file2 on branch v1_0
cvs update: Updating .
+U file1
cvs add: scheduling file `file2' for addition on branch `v1_0'
cvs add: use 'cvs commit' to add this file permanently
RCS file: *REPO*/proj/Attic/file2,v
@@ -26,6 +27,7 @@
done
% create file3, file4 on branch v1_1
cvs update: Updating .
+U file1
cvs update: file2 is no longer in the repository
cvs add: scheduling file `file3' for addition on branch `v1_1'
cvs add: scheduling file `file4' for addition on branch `v1_1'
!s.............................................................................................
ERROR: test-inotify-issue1371 output changed
--- Expected output
+++ Test output
@@ -12,5 +12,4 @@
A h
R a
R e
-! b
Are we able to kill the service? if not, the service died on some error
!........................................................................s...........................................................................................
Skipped test-casefolding: missing feature: case insensitive file system
Skipped test-convert-darcs: missing feature: darcs client
Skipped test-convert-p4: not executable
Skipped test-issue1438: not executable
Skipped test-no-symlinks: system supports symbolic links
Failed test-convert-cvs-synthetic: output changed
Failed test-inotify-issue1371: output changed
# Ran 321 tests, 5 skipped, 2 failed.
Tests will have to remain disabled for now.
More information about the Mercurial
mailing list