comparison 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
comparison
equal deleted inserted replaced
17578:40c988f108d0 17579:cbacb5a813dd
113 $ hg forget large1-test 113 $ hg forget large1-test
114 $ hg st 114 $ hg st
115 ? large1-test 115 ? large1-test
116 $ hg remove large1-test 116 $ hg remove large1-test
117 not removing large1-test: file is untracked 117 not removing large1-test: file is untracked
118 [1]
119 $ hg forget large1-test
120 not removing large1-test: file is already untracked
118 [1] 121 [1]
119 $ rm large1-test 122 $ rm large1-test
120 123
121 Copy both largefiles and normal files (testing that status output is correct). 124 Copy both largefiles and normal files (testing that status output is correct).
122 125