/brz/remove-bazaar

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

« back to all changes in this revision

Viewing changes to versionedfiles.py

  • Committer: Jelmer Vernooij
  • Date: 2008-08-29 15:51:57 UTC
  • mto: (0.219.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20080829155157-l5fyndavfxy93zan
Add abstract functions for converting revision ids between bzr and foreign vcses.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# You should have received a copy of the GNU General Public License
14
14
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 
16
 
from bzrlib import osutils
17
 
from bzrlib.versionedfile import VirtualVersionedFiles
 
16
from bzrlib import osutils, urlutils
 
17
from bzrlib.versionedfile import FulltextContentFactory, VersionedFiles, VirtualVersionedFiles
 
18
 
 
19
from cStringIO import StringIO
18
20
 
19
21
 
20
22
class VirtualRevisionTexts(VirtualVersionedFiles):