~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-02-01 03:46:12 UTC
  • mfrom: (3209.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080201034612-xl88s8i45res3pm2
Make pull --quiet more quiet (James Westby)

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    * List possible values for BZR_SSH environment variable in env-variables
59
59
      help topic. (Alexander Belchenko, #181842)
60
60
 
 
61
    * pull --quiet is now more quiet, in particular a message is no longer
 
62
      printed when the remembered pull location is used. (James Westby,
 
63
      #185907)
 
64
 
61
65
    * ``reconfigure`` can safely be interrupted while fetching.
62
66
      (Aaron Bentley, #179316)
63
67
 
64
68
    * ``reconfigure`` preserves tags when converting to and from lightweight
65
69
      checkouts.  (Aaron Bentley, #182040)
66
70
 
 
71
    * Stop polluting /tmp when running selftest.
 
72
      (Vincent Ladeuil, #123623)
 
73
 
67
74
    * Switch from NFKC => NFC for normalization checks. NFC allows a few
68
75
      more characters which should be considered valid.
69
76
      (John Arbash Meinel, #185458)
71
78
    * Unknown hostnames when connecting to a ``bzr://`` URL no longer cause
72
79
      tracebacks.  (Andrew Bennetts, #182849)
73
80
 
74
 
    * Stop polluting /tmp when running selftest.
75
 
      (Vincent Ladeuil, #123623)
76
 
 
77
81
  API BREAKS:
78
82
 
79
83
    * Classes implementing Merge types like Merge3Merger must now accept (and