~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2010-09-30 19:33:53 UTC
  • mfrom: (5422.3.6 scripts)
  • mto: This revision was merged to the branch mainline in revision 5527.
  • Revision ID: john@arbash-meinel.com-20100930193353-lxjnx32ulm9otk05
Merge ~mbp/bzr/scripts to handle NEWS conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
 
105
105
        script.run_script(self, '''
106
106
            $ bzr dpush -d dc d
 
107
            2>Pushed up to revision 2.
107
108
            $ bzr revno dc
108
109
            2
109
110
            $ bzr status dc
121
122
        self.build_tree_contents([("dc/foofile", "blaaaal")])
122
123
        script.run_script(self, '''
123
124
            $ bzr dpush -d dc d --no-strict
 
125
            2>Pushed up to revision 2.
124
126
            ''')
125
127
        self.assertFileEqual("blaaaal", "dc/foofile")
126
128
        # if the dummy vcs wasn't that dummy we could uncomment the line below