~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: John Arbash Meinel
  • Date: 2005-07-11 16:59:50 UTC
  • mto: (1185.11.1)
  • mto: This revision was merged to the branch mainline in revision 1396.
  • Revision ID: john@arbash-meinel.com-20050711165950-c98a663c84318ebc
Reworking the Branch and Store code to support an abstracted filesystem layer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
## TODO: Maybe include checks for common corruption of newlines, etc?
28
28
 
29
29
 
30
 
 
31
30
def find_branch(f, **args):
32
31
    if f and (f.startswith('http://') or f.startswith('https://')):
33
32
        import remotebranch