-
Committer:
John Arbash Meinel
-
Date:
2009-06-02 18:59:18 UTC
-
mto:
This revision was merged to the branch mainline in
revision
4469.
-
Revision ID:
john@arbash-meinel.com-20090602185918-86l9eljnn8z2iljk
Add a VersionedFile.add_text() api.
Similar to VF.add_lines() except it takes a string for the content, rather
than a list of lines.
For now, it just thunks over to VF.add_lines(), but it will be special
cased in the future.