~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Parth Malwankar
  • Date: 2010-05-06 06:51:11 UTC
  • mfrom: (5214 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5216.
  • Revision ID: parth.malwankar@gmail.com-20100506065111-sdk7cnail79uzs3m
merged in changes from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
Compatibility Breaks
14
14
********************
15
15
 
 
16
* ``bzr`` does not try to guess the username as ``username@hostname``
 
17
  and requires it to be explictly set. This can be set using ``bzr
 
18
  whoami``.
 
19
  (Parth Malwankar, #549310)
 
20
 
16
21
New Features
17
22
************
18
23
 
30
35
  pack operation.
31
36
  (Parth Malwankar, #304320)
32
37
 
 
38
* New command line option ``--authors`` to ``bzr log`` allows users to
 
39
  select which of the apparent authors and committer should be
 
40
  included in the log. Defaults depend on format. (Martin von Gagern, #513322)
 
41
 
33
42
* Support ``--directory`` option for a number of additional commands:
34
43
  added, annotate, bind, cat, cat-revision, clean-tree, deleted,
35
44
  export, ignore, ignored, lookup-revision, ls, modified, nick,
44
53
  better with sudo.
45
54
  (Martin <gzlist@googlemail.com>, Parth Malwankar, #376388)
46
55
 
 
56
* ``bzr clean-tree`` should not delete nested bzrdirs. Required for proper
 
57
  support of bzr-externals and scmproj plugins.
 
58
  (Alexander Belchenko, bug #572098)
 
59
 
 
60
* ``bzr ignore`` will no longer add duplicate patterns to .bzrignore.
 
61
  (Gordon Tyler, #572092)
 
62
 
47
63
* ``bzr log --exclude-common-ancestry -r X..Y`` displays the revisions that
48
64
  are part of Y ancestry but not part of X ancestry (aka the graph
49
65
  difference).
50
66
  (Vincent Ladeuil, #320119)
51
67
 
 
68
* ``bzr rm`` should not refuse to delete directories which contained a file
 
69
  which has been moved elsewhere in the tree after the previous commit.
 
70
  (Marius Kruger, Daniel Watkins, #129880)
 
71
 
52
72
* ``bzr selftest --parallel=fork`` wait for its children avoiding zombies.
53
73
  (Vincent Ladeuil, #566670)
54
74
 
62
82
  versions before 1.6.
63
83
  (Andrew Bennetts, #528041)
64
84
 
 
85
* Heavyweight checkout operation now shows a message to the user indicating
 
86
  history is being copied.
 
87
  (Parth Malwankar, #538868)
 
88
 
65
89
* Reduce peak memory by one copy of compressed text.
66
90
  (John Arbash Meinel, #566940)
67
91
 
72
96
* Unicode characters in aliases are now handled correctly and do not cause
73
97
  UnicodeEncodeError exception. (Parth Malwankar, #529930)
74
98
 
 
99
* Unicode commit messages that are the same as a file name no longer cause
 
100
  UnicodeEncodeError. ``ui.text.show_warning`` now handles unicode
 
101
  messages.
 
102
  (Parth Malwankar, #563646)
 
103
 
75
104
Improvements
76
105
************
77
106