Index: tools/config.py
===================================================================
--- tools/config.py	(revision 24edc18b7b665e2445588b1a92e24bd8701d7174)
+++ tools/config.py	(revision 9732e98d6638fbe3f59b52d0c3bfad4e8aa965ec)
@@ -225,5 +225,5 @@
 	"Create output configuration"
 	
-	revision = commands.getoutput('svnversion . 2> /dev/null')
+	revision = commands.getoutput('bzr version-info --custom --template="{revision_id}" 2> /dev/null')
 	timestamp = commands.getoutput('date "+%Y-%m-%d %H:%M:%S"')
 	
