/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2010-10-15 11:20:45 UTC
  • mfrom: (5499 +trunk)
  • mto: (5499.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5500.
  • Revision ID: v.ladeuil+lp@free.fr-20101015112045-5133zwua3wu4k4xk
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
    def test_mv_newname(self):
132
132
        wt = self._make_mixed_case_tree()
133
133
        run_script(self, """
134
 
            $ bzr add
135
 
            $ bzr ci -m message
 
134
            $ bzr add -q
 
135
            $ bzr ci -qm message
136
136
            $ bzr mv camelcaseparent/camelcase camelcaseparent/NewCamelCase
137
137
            CamelCaseParent/CamelCase => CamelCaseParent/NewCamelCase
138
138
            """)
142
142
        # In this case we can specify the incorrect case for the destination,
143
143
        # as we use --after, so the file-system is sniffed.
144
144
        run_script(self, """
145
 
            $ bzr add 
146
 
            $ bzr ci -m message
 
145
            $ bzr add -q
 
146
            $ bzr ci -qm message
147
147
            $ mv CamelCaseParent/CamelCase CamelCaseParent/NewCamelCase
148
148
            $ bzr mv --after camelcaseparent/camelcase camelcaseparent/newcamelcase
149
149
            CamelCaseParent/CamelCase => CamelCaseParent/NewCamelCase