Comment 1 for bug 363452

Revision history for this message
Vincent Ladeuil (vila) wrote :

Can't be reproduced with bzr.dev:

class Test363452(script.TestCaseWithTransportAndScript):

    def test_bug_363452(self):
        self.run_script('''
$ bzr init
$ echo >file
$ bzr add
$ bzr shelve --all
$ bzr revert
''')
pass