Message10985

Author ThomasAH
Recipients nicdumz, simohe, tonfa
Date 2009-11-16.09:43:17
Content
Not yet in hg-stable (only crew-stable), therefore at most 'testing'.

But anyway, now I get this when running 'make tests':

ERROR: test-inotify-dirty-dirstate output changed
--- Expected output 
+++ Test output 
@@ -1,9 +1,14 @@
 % issue1810: inotify and fetch
 adding foo
-updating working directory
-1 files updated, 0 files merged, 0 files removed, 0 files unresolved
+/tmp/thomas/hgtests.SAA3Py/install/lib/python/mercurial/lock.py:80:
DeprecationWarning: use lock.release instead of del lock
+  locker = self.testlock()
 adding bar
+/tmp/thomas/hgtests.SAA3Py/install/lib/python/mercurial/lock.py:80:
DeprecationWarning: use lock.release instead of del lock
+  locker = self.testlock()
 adding spam
+/tmp/thomas/hgtests.SAA3Py/install/lib/python/mercurial/lock.py:80:
DeprecationWarning: use lock.release instead of del lock
+  locker = self.testlock()
+abort: repository is unrelated
 % issue1719: inotify and mq
 % inserve
 ? hg.pid
History
Date User Action Args
2009-11-16 09:43:18ThomasAHsetmessageid: <1258364598.37.0.772714887236.issue1811@mercurial.selenic.com>
2009-11-16 09:43:18ThomasAHsetrecipients: + tonfa, simohe, nicdumz
2009-11-16 09:43:18ThomasAHlinkissue1811 messages
2009-11-16 09:43:17ThomasAHcreate