~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2009-12-25 13:47:23 UTC
  • mto: This revision was merged to the branch mainline in revision 4929.
  • Revision ID: jelmer@samba.org-20091225134723-j1hhom9o72asamhu
Print a proper error when attempting to push to a foreign VCS for which 
roundtripping is not yet supported.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
Improvements
45
45
************
46
46
 
 
47
* Push will now inform the user when they are trying to push to a foreign 
 
48
  VCS for which roundtripping is not supported, and will suggest them to 
 
49
  use dpush. (Jelmer Vernooij)
 
50
 
47
51
* Transport network activity indicator is shown more of the time when
48
52
  Bazaar is doing network IO.
49
53
  (Martin Pool)
74
78
  selftest but may be useful for diff and other operations that generate
75
79
  mixed output. (Robert Collins)
76
80
 
 
81
* New exception ``NoRoundtrippingSupport``, for use by foreign branch 
 
82
  plugins. (Jelmer Vernooij)
 
83
 
77
84
Testing
78
85
*******
79
86