~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-03-02 16:45:38 UTC
  • mfrom: (5070.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100302164538-yx0io3uv54l2o7im
(vila,
        for parthm) mkdir don't create dirs outside working trees anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
  prevents ``bzr status --short`` from crashing when those files are
101
101
  present.  (John Arbash Meinel, #303275)
102
102
 
103
 
* Tolerate patches with leading noise in ``bzr-handle-patch``.
104
 
  (Toshio Kuratomi, Martin Pool, #502076)
 
103
* ``bzr mkdir DIR`` will not create DIR unless DIR's parent is a versioned
 
104
   directory. (Parth Malwankar, #138600)
105
105
 
106
106
* SSH child processes will now ignore SIGQUIT on nix systems so breaking into
107
107
  the debugger won't kill the session.
108
108
  (Martin <gzlist@googlemail.com>, #162502)
109
109
 
 
110
* Tolerate patches with leading noise in ``bzr-handle-patch``.
 
111
  (Toshio Kuratomi, Martin Pool, #502076)
 
112
 
110
113
API Changes
111
114
***********
112
115