~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:
106
106
  set the root data the same way that reconcile does.
107
107
  (Robert Collins, #368921)
108
108
 
 
109
* Using unicode Windows API to obtain command-line arguments.
 
110
  (Alexander Belchenko, #375934)
 
111
 
109
112
Documentation
110
113
*************
111
114
 
116
119
  instead of ``InstallFailed`` when they detect a missing revision.
117
120
  ``InstallFailed`` itself has been deleted. (Jonathan Lange)
118
121
 
 
122
* Not passing arguments to ``bzrlib.commands.main()`` will now grab the
 
123
  arguments from ``osutils.get_unicode_argv()`` which has proper support
 
124
  for unicode arguments on windows. Further, the supplied arguments are now 
 
125
  required to be unicode strings, rather than user_encoded strings.
 
126
  (Alexander Belchenko)
 
127
 
119
128
Internals
120
129
*********
121
130