~ubuntu-branches/ubuntu/oneiric/dulwich/oneiric

« back to all changes in this revision

Viewing changes to docs/tutorial/3-conclusion.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-01-21 19:38:13 UTC
  • mfrom: (1.2.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20110121193813-2cnp21akwf5j0pq2
Tags: 0.7.0-1
* New upstream release.
 + Changes default test runner from nose to testtools.
* Drop Pure- from the description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Conclusion
 
2
==========
 
3
 
 
4
This tutorial currently only covers a small (but important) part of Dulwich.
 
5
It still needs to be extended to cover packs, tags, refs, reflogs and network
 
6
communication.
 
7
 
 
8
Dulwich is abstracting much of the Git plumbing, so there would be more to
 
9
see.
 
10
 
 
11
For now, that's all folks!