Origin: commit, revision id: jelmer@samba.org-20120221101857-e77da9mh3ytjrh6f
Author: Jelmer Vernooij <jelmer@samba.org>
Description: Fix 'bzr xmlinfo' in empty control directories
Last-Update: 2012-02-21
Applied-Upstream: no
X-Bzr-Revision-Id: jelmer@samba.org-20120221101857-e77da9mh3ytjrh6f

=== modified file 'infoxml.py'
--- old/infoxml.py	2011-12-12 15:11:38 +0000
+++ new/infoxml.py	2012-02-21 10:18:57 +0000
@@ -102,7 +102,7 @@
         verbose = 1
     if verbose is True:
         verbose = 2
-    layout = info.describe_layout(repository, branch, working)
+    layout = info.describe_layout(repository, branch, working, control)
     formats = info.describe_format(control, repository,
                                    branch, working).split(' or ')
     outfile.write('<layout>%s</layout>' % layout)

