~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-01-21 00:19:09 UTC
  • mfrom: (5616.6.3 tag-conflict-return-code)
  • Revision ID: pqm@pqm.ubuntu.com-20110121001909-0t7a81zk94edbp0u
(jelmer) Exit with 1 if there were tag conflicts during 'bzr pull'. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
* ``bzr push --overwrite`` with an older revision specified will now correctly
41
41
  roll back the target branch. (Jelmer Vernooij, #386576)
42
42
 
43
 
* ``bzr serve`` no longer crashes when a server_started hook is installed and IPv6
44
 
  support is available on the system. (Jelmer Vernooij, #293697)
45
 
 
46
43
* ``bzr lp-propose`` can now propose merges against packaging branches on
47
44
  Launhcpad without requiring the target branch to be specified. (Jelmer Vernooij,
48
45
  #704647)
51
48
  leave setting the reviewer up to Launchpad if it was not specified.
52
49
  (Jelmer Vernooij, #583772)
53
50
 
 
51
* ``bzr pull`` will now exit with exit code 1 if there were tag conflicts.
 
52
  (Jelmer Vernooij, #213185)
 
53
 
 
54
* ``bzr serve`` no longer crashes when a server_started hook is installed and IPv6
 
55
  support is available on the system. (Jelmer Vernooij, #293697)
 
56
 
54
57
* ``bzr whoami`` will now display an error if both a new identity and ``--email``
55
58
  were specified. (Jelmer Vernooij, #680449)
56
59