~jeanfrancois.roy/bzr/url-safe-escape

« back to all changes in this revision

Viewing changes to NEWS

[merge] robertc's integration, updated tests to check for retcode=3

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    * "bzr INIT dir" now initializes the specified directory, and creates 
6
6
      it if it does not exist.  (John Arbash Meinel)
7
7
 
 
8
    * New remerge command (Aaron Bentley)
 
9
 
8
10
    * Better zsh completion script.  (Steve Borho)
9
11
 
10
12
    * 'bzr diff' now returns 1 when there are changes in the working 
15
17
      location in the ~/.bazaar/branches.conf configuration file.
16
18
      (Robert Collins)
17
19
 
 
20
    * Test directories are only kept if the test fails and the user requests
 
21
      that they be kept.
 
22
 
 
23
    * Tweaks to short log printing
 
24
 
 
25
    * Added branch nicks, new nick command, printing them in log output. 
 
26
      (Aaron Bentley)
 
27
 
 
28
    * If $BZR_PDB is set, pop into the debugger when an uncaught exception 
 
29
      occurs.  (Martin Pool)
 
30
 
 
31
    * Accept 'bzr resolved' (an alias for 'bzr resolve'), as this is
 
32
      the same as Subversion.  (Martin Pool)
 
33
 
18
34
  BUG FIXES:
19
35
 
20
36
    * SFTP can walk up to the root path without index errors. (Robert Collins)
21
37
 
22
38
    * Fix bugs in running bzr with 'python -O'.  (Martin Pool)
23
39
 
 
40
    * Error when run with -OO
 
41
 
24
42
    * Fix bug in reporting http errors that don't have an http error code.
25
43
      (Martin Pool)
26
44
 
 
45
    * Handle more cases of pipe errors in display commands
 
46
 
 
47
    * Change status to 3 for all errors
 
48
 
 
49
    * Files that are added and unlinked before committing are completely
 
50
      ignored by diff and status
 
51
 
 
52
    * Stores with some compressed texts and some uncompressed texts are now
 
53
      able to be used. (John A Meinel)
 
54
 
27
55
  TESTING:
28
56
 
29
57
    * Fix selftest asking for passwords when there are no SFTP keys.  
73
101
 
74
102
  IMPROVEMENTS:
75
103
  
 
104
    * pull now takes --verbose to show you what revisions are added or removed
 
105
      (John A Meinel)
 
106
 
76
107
    * merge now takes a --show-base option to include the base text in
77
108
      conflicts.
78
109
      (Aaron Bentley)