diff tests/test-largefiles.t @ 17579:cbacb5a813dd stable

largefiles: preserve the exit status of the forget command This maintains the exit codes documented in commands.py.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 05 Sep 2012 22:42:23 -0400
parents e0081bb5450e
children 55724f42fa14 536fee6a5486
line wrap: on
line diff
--- a/tests/test-largefiles.t	Wed Sep 05 22:31:03 2012 -0400
+++ b/tests/test-largefiles.t	Wed Sep 05 22:42:23 2012 -0400
@@ -116,6 +116,9 @@
   $ hg remove large1-test
   not removing large1-test: file is untracked
   [1]
+  $ hg forget large1-test
+  not removing large1-test: file is already untracked
+  [1]
   $ rm large1-test
 
 Copy both largefiles and normal files (testing that status output is correct).