83
80
self.fail("Shelf exists, but it shouldn't")
85
82
def test_shelf_with_revision(self):
89
86
# Create a test file and commit it
90
87
file('test_file', 'w').write(self.ORIGINAL)
94
91
# Modify the test file and commit it
95
92
file('test_file', 'w').write(self.MODIFIED)
99
96
self.run_bzr('shelve', '-r', '1', '--all', retcode=1)