~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS.developers

  • Committer: Aaron Bentley
  • Date: 2005-10-03 19:50:36 UTC
  • mfrom: (1399)
  • mto: (1185.25.1)
  • mto: This revision was merged to the branch mainline in revision 1419.
  • Revision ID: abentley@panoramicfeedback.com-20051003195036-28dbd56f0e852b08
Merged latest from Robert Collins

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 * Renamed Branch.last_patch() to Branch.last_revision(), since
10
10
   we call them revisions not patches.
11
11
 
12
 
 * Move copy_branch to bzrlib.clone.copy_branch
 
12
 * Move copy_branch to bzrlib.clone.copy_branch.  The destination
 
13
   directory is created if it doesn't exist.