/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • Committer: Eric Anderson
  • Date: 2008-11-25 01:45:22 UTC
  • mto: (0.200.116 trunk)
  • Revision ID: eric@pixelwareinc.com-20081125014522-leeq8vts9nv3awjm
When reading branch use active branch instead of first branch.

This allows us to interact with whatever is set as the current active 
branch instead of being limited to only the first branch (master). 
Useful for creating a branch from somewhere other than master.

Limited in its usefulness as I believe git only allows switching 
branches in a non-bare repositories and most trees being branched from 
are bare repositories. Also requiring the source repository to switch
its active branch is pretty intrusive. But something is better than
nothing.
Filename Latest Rev Last Changed Committer Comment Size
..
foreign 0.200.99 17 years ago Jelmer Vernooij Merge foreign branch utility code. Diff
tests 0.201.1 18 years ago Jelmer Vernooij Add very small initial testsuite. Diff
.bzrignore 0.200.93 17 years ago Jelmer Vernooij Ignore .plugins dir. 51 bytes Diff Download File
__init__.py 0.200.108 17 years ago Jelmer Vernooij Support bzr init --git. 1.1 KB Diff Download File
branch.py 0.200.104 17 years ago Jelmer Vernooij Use bzr-foreign function names for converting betw 4.4 KB Diff Download File
COPYING 0.200.1 19 years ago Robert Collins Commit initial content. 17.5 KB Diff Download File
dir.py 0.210.1 17 years ago Eric Anderson When reading branch use active branch instead of f 5.8 KB Diff Download File
errors.py 0.200.27 17 years ago David Allouche Flat is better than nested, remove the gitlib hier 1.2 KB Diff Download File
INSTALL 0.200.81 17 years ago Jelmer Vernooij Add installation instructions for git-python. 383 bytes Diff Download File
Makefile 0.200.55 17 years ago Jelmer Vernooij Add Makefile. 946 bytes Diff Download File
mapping.py 0.200.105 17 years ago Jelmer Vernooij Add common function for finding git commit by bzr 1.6 KB Diff Download File
README 0.200.56 17 years ago Jelmer Vernooij Switch to using GitPython rather than our own in-h 423 bytes Diff Download File
repository.py 0.208.2 17 years ago Jelmer Vernooij merge fix for upstream API change. 8.1 KB Diff Download File
File setup.py 0.200.50 17 years ago Jelmer Vernooij add setup.py 586 bytes Diff Download File
TODO 0.200.94 17 years ago Jelmer Vernooij Eliminate (duplicate) git_ prefix. 24 bytes Diff Download File
workingtree.py 0.200.94 17 years ago Jelmer Vernooij Eliminate (duplicate) git_ prefix. 2 KB Diff Download File