~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-12-01 00:10:53 UTC
  • mfrom: (3035.2.8 fetch_check_parents_165290)
  • Revision ID: pqm@pqm.ubuntu.com-20071201001053-zi6k6s2817c1p97s
(John Arbash Meinel) Fix bug #165290: have pack=>pack fetch check for
        missing compression parents

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
     required.
20
20
     (Vincent Ladeuil, #172701)
21
21
 
 
22
   * Check for missing basis texts when fetching from packs to packs.
 
23
     (John Arbash Meinel, #165290)
 
24
 
22
25
 
23
26
bzr 1.0rc1 2007-11-30
24
27
=====================
72
75
     tree roots that's recorded for all other directories.
73
76
     (Aaron Bentley, #164639)
74
77
 
 
78
   * ``pack-0.92`` repositories can now be reconciled.
 
79
     (Robert Collins, #154173)
 
80
 
75
81
   * ``switch`` command added for changing the branch a lightweight checkout
76
82
     is associated with and updating the tree to reflect the latest content
77
83
     accordingly. This command was previously part of the BzrTools plug-in.