~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_shelve.py

  • Committer: Martin Pool
  • Date: 2010-09-14 09:47:23 UTC
  • mto: (5452.4.1 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 5476.
  • Revision ID: mbp@sourcefrog.net-20100914094723-2dn6e9q5ktpa1m8r
Update existing script tests to not ignore their output

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        sr = ScriptRunner()
78
78
        sr.run_script(self, '''
79
79
$ bzr add file
 
80
adding file
80
81
$ bzr shelve --all -m Foo
 
82
2>Selected changes:
 
83
2>-D  file
 
84
2>Changes shelved with id "1".
81
85
$ bzr shelve --list
82
86
  1: Foo
83
87
$ bzr unshelve --keep
 
88
2>Using changes with id "1".
 
89
2>Message: Foo
 
90
2>+N  file
 
91
2>All changes applied successfully.
84
92
$ bzr shelve --list
85
93
  1: Foo
86
94
$ cat file