diff tests/test-audit-path.t @ 18227:720308f741cb

dispatch: show empty filename in OSError aborts Mercurial would sometimes exit with: abort: No such file or directory where str of the actual OSError exception was the more helpful: [Errno 2] No such file or directory: '' The exception will now always show the filename and quote it: abort: No such file or directory: ''
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 07 Jan 2013 02:00:29 +0100
parents f2719b387380
children 77973b6a7b0b
line wrap: on
line diff
--- a/tests/test-audit-path.t	Sun Jan 06 04:04:44 2013 +0100
+++ b/tests/test-audit-path.t	Mon Jan 07 02:00:29 2013 +0100
@@ -86,7 +86,7 @@
   $ hg manifest -r4
   /tmp/test
   $ hg update -Cr4
-  abort: *: $TESTTMP/target//tmp/test (glob)
+  abort: *: '$TESTTMP/target//tmp/test' (glob)
   [255]
 
   $ cd ..