Rev 832: Fix typo. in file:///data/jelmer/bzr-svn/0.4/

Jelmer Vernooij jelmer at samba.org
Fri Jan 18 04:05:53 GMT 2008


At file:///data/jelmer/bzr-svn/0.4/

------------------------------------------------------------
revno: 832
revision-id:jelmer at samba.org-20080108225418-s8m3di1qt3dxvqdv
parent: jelmer at samba.org-20080108215726-7876966dle1b48c1
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Tue 2008-01-08 23:54:18 +0100
message:
  Fix typo.
modified:
  revids.py                      revids.py-20070416220458-36vfa0730cchevp1-1
=== modified file 'revids.py'
--- a/revids.py	2008-01-08 21:57:26 +0000
+++ b/revids.py	2008-01-08 22:54:18 +0000
@@ -21,8 +21,8 @@
 MAPPING_VERSION = 3
 
 from bzrlib.plugins.svn import version_info
-if version_info[2] == "exp":
-    REVISION_ID_PREFIX = "svn-experimental"
+if version_info[3] == "exp":
+    REVISION_ID_PREFIX = "svn-experimental-"
 else:
     REVISION_ID_PREFIX = "svn-v%d-" % MAPPING_VERSION
 




More information about the bazaar-commits mailing list