82
86
def test_shelf_with_revision(self):
83
87
from bzrlib.branch import Branch
84
89
b = Branch.initialize('.')
86
92
# Create a test file and commit it
87
93
file('test_file', 'w').write(self.ORIGINAL)
91
97
# Modify the test file and commit it
92
98
file('test_file', 'w').write(self.MODIFIED)
96
102
self.run_bzr('shelve', '-r', '1', '--all', retcode=True)