[Pkg-bazaar-commits] ./bzr/unstable r343: doc
Martin Pool
mbp at sourcefrog.net
Fri Apr 10 07:51:54 UTC 2009
------------------------------------------------------------
revno: 343
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Thu 2005-05-05 12:19:16 +1000
message:
doc
modified:
bzrlib/branch.py
-------------- next part --------------
=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py 2005-05-02 04:37:13 +0000
+++ b/bzrlib/branch.py 2005-05-05 02:19:16 +0000
@@ -73,18 +73,8 @@
class Branch:
"""Branch holding a history of revisions.
- TODO: Perhaps use different stores for different classes of object,
- so that we can keep track of how much space each one uses,
- or garbage-collect them.
-
- TODO: Add a RemoteBranch subclass. For the basic case of read-only
- HTTP access this should be very easy by,
- just redirecting controlfile access into HTTP requests.
- We would need a RemoteStore working similarly.
-
- TODO: Keep the on-disk branch locked while the object exists.
-
- TODO: mkdir() method.
+ base
+ Base directory of the branch.
"""
def __init__(self, base, init=False, find_root=True):
"""Create new branch object at a particular location.
More information about the Pkg-bazaar-commits
mailing list