Show More
@@ -393,16 +393,16 b' and now for something completely differe' | |||||
393 |
|
393 | |||
394 | Trigger deprecation warning: |
|
394 | Trigger deprecation warning: | |
395 |
|
395 | |||
396 | $ hg id |
|
396 | $ hg id -t | |
397 | win32text is deprecated: http://mercurial.selenic.com/wiki/Win32TextExtension |
|
397 | win32text is deprecated: http://mercurial.selenic.com/wiki/Win32TextExtension | |
398 | b910084e3c98+ tip |
|
398 | tip | |
399 |
|
399 | |||
400 | Disable warning: |
|
400 | Disable warning: | |
401 |
|
401 | |||
402 | $ echo '[win32text]' >> .hg/hgrc |
|
402 | $ echo '[win32text]' >> .hg/hgrc | |
403 | $ echo 'warn = no' >> .hg/hgrc |
|
403 | $ echo 'warn = no' >> .hg/hgrc | |
404 | $ hg id |
|
404 | $ hg id -t | |
405 | b910084e3c98+ tip |
|
405 | tip | |
406 |
|
406 | |||
407 | $ rm f3 f4.bat bin |
|
407 | $ rm f3 f4.bat bin | |
408 | $ hg co -C 2>&1 | python -c 'import sys, os; sys.stdout.write(sys.stdin.read().replace(os.getcwd(), "...."))' |
|
408 | $ hg co -C 2>&1 | python -c 'import sys, os; sys.stdout.write(sys.stdin.read().replace(os.getcwd(), "...."))' |
General Comments 0
You need to be logged in to leave comments.
Login now