/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-11-12 14:36:10 UTC
  • mto: (0.219.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20081112143610-30109vbbkeuj94y0
import bzr-svn improvements.

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, urlutils
17
 
from bzrlib.versionedfile import FulltextContentFactory, VersionedFiles, VirtualVersionedFiles
18
 
 
19
 
from cStringIO import StringIO
 
16
from bzrlib import osutils
 
17
from bzrlib.versionedfile import VirtualVersionedFiles
20
18
 
21
19
 
22
20
class VirtualRevisionTexts(VirtualVersionedFiles):