~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    * Upgrade can now upgrade over the network. (Robert Collins)
39
39
 
40
40
    * Two new commands 'bzr checkout' and 'bzr update' allow for CVS/SVN-alike
41
 
      behaviour. They use the existing serverless-mode and store no data
42
 
      locally. As such they are not suitable for use except in high bandwidth
43
 
      low latency environments like LAN's or local disk. (Robert Collins)
 
41
      behaviour.  By default they will cache history in the checkout, but
 
42
      with --lightweight almost all data is kept in the master branch.
 
43
      (Robert Collins)
44
44
 
45
45
    * 'revert' unversions newly-versioned files, instead of deleting them.
46
46
 
54
54
 
55
55
    * New 'reconcile' command will check branch consistency and repair indexes
56
56
      that can become out of sync in pre 0.8 formats. (Robert Collins,
57
 
      Aaron Bentley)
 
57
      Daniel Silverstone)
58
58
 
59
59
    * New 'bzr init --format' and 'bzr upgrade --format' option to control 
60
60
      what storage format is created or produced.  (Robert Collins, 
62
62
 
63
63
    * Add parent location to 'bzr info', if there is one.  (Olaf Conradi)
64
64
 
65
 
    * 'merge' accepts --remember option to store parent location, like 'pull'.
66
 
      (Olaf Conradi)
67
 
 
68
 
  BUG FIXES
 
65
    * New developer commands 'weave-list' and 'weave-join'.  (Martin Pool)
 
66
 
 
67
    * New 'init-repository' command, plus support for repositories in 'init'
 
68
      and 'branch'
 
69
 
 
70
    * 'merge' accepts --remember option to store parent location, like 'push'
 
71
      and 'pull'. (Olaf Conradi)
 
72
 
 
73
  CHANGES:
 
74
 
 
75
    * Commit is now verbose by default, and shows changed filenames and the 
 
76
      new revision number.  (Robert Collins, Martin Pool)
 
77
 
 
78
    * Unify 'mv', 'move', 'rename'.  (#5379, Matthew Fuller)
 
79
 
 
80
    * 'bzr -h' shows help.  (#35940, Martin Pool, Ian Bicking)
69
81
 
70
82
    * Make 'pull' and 'push' remember location on failure using --remember.
71
83
      (Olaf Conradi)