~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/filters/__init__.py

  • Committer: Patch Queue Manager
  • Date: 2013-08-10 15:09:30 UTC
  • mfrom: (6586.1.1 various)
  • Revision ID: pqm@pqm.ubuntu.com-20130810150930-5heu5saz1ovys4wo
(vila) Docstrings cleanup. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
A filter consists of a read converter, write converter pair.
20
20
The content in the working tree is called the convenience format
21
 
while the content actually stored in called the canonical format.
 
21
while the content actually stored is called the canonical format.
22
22
The read converter produces canonical content from convenience
23
23
content while the writer goes the other way.
24
24