~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/push.py

  • Committer: Jelmer Vernooij
  • Date: 2009-03-12 14:02:53 UTC
  • mfrom: (4135 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4137.
  • Revision ID: jelmer@samba.org-20090312140253-bmldbzlmsitfdrzf
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
            try:
167
167
                tree_to = dir_to.open_workingtree()
168
168
            except errors.NotLocalUrl:
169
 
                warning("This transport does not update the working "
 
169
                note("This transport does not update the working "
170
170
                        "tree of: %s. See 'bzr help working-trees' for "
171
171
                        "more information." % br_to.base)
172
172
                push_result.branch_push_result = br_from.push(br_to, overwrite,