~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Martin Pool
  • Date: 2005-08-17 23:23:55 UTC
  • Revision ID: mbp@sourcefrog.net-20050817232354-51e143b2a7938d76
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
# repeatedly to calculate deltas.  We could perhaps have a weakref
40
40
# cache in memory to make this faster.
41
41
 
 
42
# TODO: please move the revision-string syntax stuff out of the branch
 
43
# object; it's clutter
 
44
 
42
45
 
43
46
def find_branch(f, **args):
44
47
    if f and (f.startswith('http://') or f.startswith('https://')):