--- a/tests/test-win32text.t Wed Oct 27 00:28:40 2010 +0200
+++ b/tests/test-win32text.t Wed Oct 27 03:21:36 2010 +0200
@@ -393,16 +393,16 @@
Trigger deprecation warning:
- $ hg id
+ $ hg id -t
win32text is deprecated: http://mercurial.selenic.com/wiki/Win32TextExtension
- b910084e3c98+ tip
+ tip
Disable warning:
$ echo '[win32text]' >> .hg/hgrc
$ echo 'warn = no' >> .hg/hgrc
- $ hg id
- b910084e3c98+ tip
+ $ hg id -t
+ tip
$ rm f3 f4.bat bin
$ hg co -C 2>&1 | python -c 'import sys, os; sys.stdout.write(sys.stdin.read().replace(os.getcwd(), "...."))'