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