~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge jam-integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
      reflect user config now being stored in .bazaar (Hans Ulrich
19
19
      Niedermann)
20
20
 
 
21
    * 'bzr re-sign' now allows multiple revisions to be supplied on the command
 
22
      line. You can now use the following command to sign all of your old commits.
 
23
        find .bzr/revision-store// -name my@email-* \
 
24
          | sed 's/.*\/\/..\///' \
 
25
          | xargs bzr re-sign
 
26
 
21
27
    * Upgrade can now upgrade over the network. (Robert Collins)
22
28
 
23
29
    * Two new commands 'bzr checkout' and 'bzr update' allow for CVS/SVN-alike
25
31
      locally. As such they are not suitable for use except in high bandwidth
26
32
      low latency environments like LAN's or local disk. (Robert Collins)
27
33
 
 
34
    * Default log format can be set in configuration and plugins can register
 
35
      their own formatters. (Erik Bågfors)
 
36
 
 
37
    * pull now accepts a --revision argument (Erik Bågfors)
 
38
 
28
39
  INTERNALS:
29
40
  
30
41
    * The internal storage of history, and logical branch identity have now
37
48
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead
38
49
      for testing SFTP protocol support. (Robey Pointer)
39
50
 
40
 
  IMPROVEMENTS:
41
 
 
42
 
    * pull now accepts a --revision argument (Erik Bågfors)
43
 
 
44
 
 
45
51
bzr 0.7rc1 2006-01-09
46
52
 
47
53
  CHANGES: