~bzr/ubuntu/lucid/dulwich/bzr-ppa

« back to all changes in this revision

Viewing changes to README

  • Committer: Jelmer Vernooij
  • Date: 2010-01-03 15:39:27 UTC
  • mfrom: (400.1.17)
  • Revision ID: git-v1:7f39158f9a5d828f6eafb7735ad42ebd1dd24a03
* New upstream release.
* Bump standards version to 3.8.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
There is also support for creating blobs. Blob.from_string(string) will create
17
17
a blob object from the string. You can then call blob.sha() to get the sha
18
 
object for this blob, and hexdigest() on that will get its ID. There is
19
 
currently no method that allows you to write it out though.
 
18
object for this blob, and hexdigest() on that will get its ID. 
20
19
 
21
20
The project is named after the part of London that Mr. and Mrs. Git live in 
22
21
in the particular Monty Python sketch. It is based on the Python-Git module