~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/versioning.py

[merge] from robert

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
        
75
75
        self.check_branch()
76
76
 
77
 
 
78
77
    def test_add_in_unversioned(self):
79
78
        """Try to add a file in an unversioned directory.
80
79
 
154
153
 
155
154
        self.check_branch()
156
155
 
157
 
 
158
156
    def check_branch(self):
159
157
        """After all the above changes, run the check and upgrade commands.
160
158
 
164
162
        
165
163
        debug('check branch...')
166
164
        from bzrlib.check import check
167
 
        check(b)
 
165
        check(b, False)
168
166
        
169
167
 
170
168