~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-23 01:55:00 UTC
  • mfrom: (3603.4.5 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080923015500-7nb0mp3c7o2wh1zu
(robertc) Lookup content in the working tree when annotating. (Robert
        Collins, #3439)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
  IMPROVEMENTS:
15
15
 
 
16
    * ``bzr annotate`` will now include uncommitted changes from the local
 
17
      working tree by default. Such uncommitted changes are given the
 
18
      revision number they would get if a commit was done, followed with a
 
19
      ? to indicate that its not actually known. (Robert Collins, #3439)
 
20
 
16
21
    * ``bzr branch`` now accepts a ``--standalone`` option, which creates a
17
22
      standalone branch regardless of the presence of shared repositories.
18
23
      (Daniel Watkins)