~ubuntu-branches/debian/stretch/bzr-xmloutput/stretch

« back to all changes in this revision

Viewing changes to versionxml.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2010-10-10 00:19:51 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20101010001951-thj7ik68pqj8w120
Tags: 0.8.6+bzr147-1
* Actually use source format 3.
* New upstream snapshot.
 + Fixes bzr 2.1 breaking most of the features of the XML-RPC server.
   Closes: #576190
* Bump standards version to 3.9.1 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    trace,
36
36
    )
37
37
from bzrlib.version import _get_bzr_source_tree
38
 
from bzrlib.xml_serializer import _escape_cdata
 
38
 
 
39
from writer import _escape_cdata
39
40
 
40
41
 
41
42
def show_version_xml(show_config=True, show_copyright=True, to_file=None):