Rev 616: remove duplicate import. in file:///data/jelmer/bzr-svn/revprops/

Jelmer Vernooij jelmer at samba.org
Fri Feb 1 14:08:27 GMT 2008


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

------------------------------------------------------------
revno: 616
revision-id:jelmer at samba.org-20080201140811-enioasln49tq1gdh
parent: jelmer at samba.org-20080201135213-2ensnknp0mwr4ypr
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: revprops
timestamp: Fri 2008-02-01 15:08:11 +0100
message:
  remove duplicate import.
modified:
  commit.py                      commit.py-20060607190346-qvq128wgfubhhgm2-1
=== modified file 'commit.py'
--- a/commit.py	2008-02-01 13:25:44 +0000
+++ b/commit.py	2008-02-01 14:08:11 +0000
@@ -30,9 +30,6 @@
 from copy import deepcopy
 from cStringIO import StringIO
 from errors import ChangesRootLHSHistory, MissingPrefix, RevpropChangeFailed
-from repository import (SVN_PROP_SVK_MERGE, revision_id_to_svk_feature,
-                        generate_revision_metadata, SvnRepositoryFormat, 
-                        SvnRepository, format_highres_date)
 from mapping import (SVN_PROP_BZR_ANCESTRY, SVN_PROP_BZR_FILEIDS,
                      SVN_PROP_BZR_REVISION_INFO, SVN_PROP_BZR_REVISION_ID, 
                      SVN_REVPROP_BZR_COMMITTER, SVN_REVPROP_BZR_FILEIDS,
@@ -40,7 +37,7 @@
                      SVN_REVPROP_BZR_REVPROP_PREFIX, SVN_REVPROP_BZR_ROOT,
                      SVN_REVPROP_BZR_TIMESTAMP, SVN_REVPROP_BZR_MAPPING_VERSION,
                      MAPPING_VERSION, generate_revision_metadata)
-from repository import (revision_id_to_svk_feature, 
+from repository import (revision_id_to_svk_feature, format_highres_date,
                         SvnRepositoryFormat, SvnRepository, SVN_PROP_SVK_MERGE)
 import urllib
 




More information about the bazaar-commits mailing list