~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Olaf Conradi
  • Date: 2006-03-29 01:00:56 UTC
  • mto: (1661.1.1 bzr.mbp.remember)
  • mto: This revision was merged to the branch mainline in revision 1663.
  • Revision ID: olaf@conradi.org-20060329010056-71604a1f901d8c8d
Add NEWS entries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 
63
63
    * Add parent location to 'bzr info', if there is one.  (Olaf Conradi)
64
64
 
65
 
    * 'merge' accepts --remember option to store parent location. (Olaf
66
 
      Conradi)
 
65
    * 'merge' accepts --remember option to store parent location, like 'pull'.
 
66
      (Olaf Conradi)
 
67
 
 
68
  BUG FIXES
 
69
 
 
70
    * Make 'pull' and 'push' remember location on failure using --remember.
 
71
      (Olaf Conradi)
67
72
 
68
73
  INTERNALS:
69
74
  
103
108
    * Progress bars are now nested - see
104
109
      bzrlib.ui.ui_factory.nested_progress_bar. (Robert Collins, Robey Pointer)
105
110
 
 
111
    * Changed branch.set_parent() to accept None to remove parent.
 
112
      (Olaf Conradi)
 
113
 
106
114
  TESTING:
107
115
 
108
116
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead
119
127
      by this class (when its not being used as part of implementation
120
128
      contract testing). (Robert Collins)
121
129
 
 
130
    * Move test case for uncommit to blackbox tests.  (Olaf Conradi)
122
131
 
123
132
bzr 0.7rc1 2006-01-09
124
133