~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.6.txt

  • Committer: Patch Queue Manager
  • Date: 2012-07-28 20:20:38 UTC
  • mfrom: (6524.5.8 context_in_diffs)
  • Revision ID: pqm@pqm.ubuntu.com-20120728202038-cl923dptn267ve1x
(gz) Add option to specify how much context bzr should use in diffs (Paul
 Nixon)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
* ``bzr switch --store`` now stores uncommitted changes in the branch, and
22
22
  restores them when switching back to the branch. (Aaron Bentley)
23
23
 
 
24
* New option '--context' for 'bzr diff' command, to configure the amount of 
 
25
  context (i.e. showing lines that have not changed).  Also available as the 
 
26
  named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon)
 
27
 
24
28
Improvements
25
29
************
26
30