~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-18 06:56:24 UTC
  • mfrom: (0.2.1)
  • mto: This revision was merged to the branch mainline in revision 1463.
  • Revision ID: robertc@robertcollins.net-20051018065624-e92ff4e7ab3175bb
'bzr pull' now accepts '--clobber'.

This will discard local changes and make this branch identical to the source
branch. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
      gpg_signing_command (defaults to gpg) and record a digital signature
27
27
      of your commit. (Robert Collins)
28
28
 
 
29
    * 'bzr pull' now accepts '--clobber' which will discard local changes
 
30
      and make this branch identical to the source branch. (Robert Collins)
 
31
 
29
32
  TESTING:
30
33
 
31
34
    * The 'bzr selftest --pattern' option for has been removed, now 
82
85
      from its branch'. (Robert Collins)
83
86
 
84
87
    * 'pull' has been factored out of the command as WorkingTree.pull().
 
88
      A new option to WorkingTree.pull has been added, clobber, which will
 
89
      ignore diverged history and pull anyway.
85
90
      (Robert Collins)
86
91
 
87
92
bzr 0.1.1 2005-10-12