diff tests/test-subrepo-svn.t @ 16527:17a1f7690b49 stable

subrepo: fix default implementation of forget() (issue3404)
author Patrick Mezard <patrick@mezard.eu>
date Fri, 27 Apr 2012 11:02:16 +0200
parents f2cc0ffb09de
children 3d5d204a08c7
line wrap: on
line diff
--- a/tests/test-subrepo-svn.t	Fri Apr 27 10:17:55 2012 +0200
+++ b/tests/test-subrepo-svn.t	Fri Apr 27 11:02:16 2012 +0200
@@ -548,3 +548,10 @@
   archiving (s): 2/2 files (100.00%)
   archiving (recreated): 0/1 files (0.00%)
   archiving (recreated): 1/1 files (100.00%)
+
+Test forgetting files, not implemented in svn subrepo, used to
+traceback
+
+  $ hg forget 'notafile*'
+  notafile*: No such file or directory
+  [1]