~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: wang
  • Date: 2006-10-21 07:59:57 UTC
  • mto: (2098.1.1 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 2099.
  • Revision ID: wang@ubuntu-20061021075957-f1fcec87b9f4275a
Pushing to a remote branch does not currently update the remote working
tree. After a remote push, ``bzr status`` and ``bzr diff`` on the remote
machine now show that the working tree is out of date.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
 
93
93
   * diff3 does not indicate conflicts on clean merge. (Aaron Bentley)
94
94
 
 
95
    * Pushing to a remote branch does not currently update the remote working
 
96
      tree. After a remote push, ``bzr status`` and ``bzr diff`` on the remote
 
97
      machine now show that the working tree is out of date.
 
98
      (Cheuksan Edward Wang #48136)
 
99
 
95
100
  TESTING:
96
101
 
97
102
    * New test base class TestCaseWithMemoryTransport offers memory-only