~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-10-31 21:58:14 UTC
  • mfrom: (2104.2.1 wang_30190)
  • Revision ID: pqm@pqm.ubuntu.com-20061031215814-a9a1857c6e196637
(Cheuksan Edward Wang) Fix bug #30190: allow 'bzr cat' to look up paths in multiple trees

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    * Running ``bzr log`` on nonexistent file gives an error instead of the
27
27
      entire log history. (Cheuksan Edward Wang #50793)
28
28
 
 
29
    * ``bzr cat`` can look up contents of removed or renamed files. If the
 
30
      pathname is ambiguous, i.e. the files in the old and new trees have
 
31
      different id's, the default is the file in the new tree. The user can
 
32
      use "--name-from-revision" to select the file in the old tree.
 
33
      (Cheuksan Edward Wang, #30190)
 
34
 
29
35
bzr 0.12  2006-10-30
30
36
 
31
37
  INTERNALS: