Rev 237: Merge 0.3 release in http://people.samba.org/bzr/jelmer/bzr-svn/debian

Jelmer Vernooij jelmer at samba.org
Tue Jan 16 10:17:29 GMT 2007


------------------------------------------------------------
revno: 237
revision-id: jelmer at samba.org-20070116101725-hq299tst671y22o5
parent: jelmer at samba.org-20070115175226-mggtddi33thebdg6
parent: jelmer at samba.org-20070116035605-h2kb6hlr8ycht9ag
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: debian
timestamp: Tue 2007-01-16 11:17:25 +0100
message:
  Merge 0.3 release
modified:
  NEWS                           news-20061231030336-h9fhq245ie0de8bs-1
  checkout.py                    workingtree.py-20060306120941-b083cb0fdd4a69de
  setup.py                       setup.py-20060502115218-86950492da22353f
  tests/test_fileids.py          test_fileids.py-20060622131341-19gyrlgqy8yl2od5-1
  tests/test_repos.py            test_repos.py-20060508151940-ddc49a59257ca712
    ------------------------------------------------------------
    revno: 220.1.184
    merged: jelmer at samba.org-20070116035605-h2kb6hlr8ycht9ag
    parent: jelmer at samba.org-20070116024303-0yftv4huvat2el1l
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.3
    timestamp: Tue 2007-01-16 04:56:05 +0100
    message:
      Remove failing tests
    ------------------------------------------------------------
    revno: 220.1.183
    merged: jelmer at samba.org-20070116024303-0yftv4huvat2el1l
    parent: jelmer at samba.org-20070116013721-adqxlwj1dl5jo7as
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.3
    timestamp: Tue 2007-01-16 03:43:03 +0100
    message:
      Prepare for 0.3
    ------------------------------------------------------------
    revno: 220.1.182
    merged: jelmer at samba.org-20070116013721-adqxlwj1dl5jo7as
    parent: jelmer at samba.org-20070115133448-o4pcdn4dvzqu5u25
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: main
    timestamp: Tue 2007-01-16 02:37:21 +0100
    message:
      Remove debug call
=== modified file 'NEWS'
--- a/NEWS	2007-01-10 01:50:47 +0000
+++ b/NEWS	2007-01-16 03:56:05 +0000
@@ -1,4 +1,4 @@
-IN DEVELOPMENT
+bzr-svn 0.3	2007-01-16
 
   BUG FIXES
 

=== modified file 'checkout.py'
--- a/checkout.py	2007-01-15 00:39:37 +0000
+++ b/checkout.py	2007-01-16 01:37:21 +0000
@@ -421,8 +421,6 @@
         return revid
 
     def add(self, files, ids=None):
-        import pdb
-        pdb.set_trace()
         if ids:
             ids = copy(ids)
             ids.reverse()

=== modified file 'setup.py'
--- a/setup.py	2006-10-16 10:38:22 +0000
+++ b/setup.py	2007-01-16 02:43:03 +0000
@@ -5,7 +5,7 @@
 setup(name='bzr-svn',
       description='Support for Subversion branches in Bazaar-NG',
       keywords='plugin bzr svn',
-      version='0.2',
+      version='0.3',
       url='http://bazaar-vcs.org/BzrForeignBranches/Subversion',
       download_url='http://bazaar-vcs.org/BzrSvn',
       license='GPL',

=== modified file 'tests/test_fileids.py'
--- a/tests/test_fileids.py	2007-01-09 05:59:35 +0000
+++ b/tests/test_fileids.py	2007-01-16 03:56:05 +0000
@@ -168,10 +168,6 @@
         self.assertEqual(u"svn-v2:2 at uuid-bp-mypath\x2c\x8a", 
                          generate_file_id("svn-v2:2 at uuid-bp", u"mypath\x2c\x8a"))
 
-    def test_generate_revid_special_char_ascii(self):
-        self.assertEqual("svn-v2:2 at uuid-bp-mypath\x2c\x8a", 
-                         generate_file_id(u"svn-v2:2 at uuid-bp", "mypath\x2c\x8a"))
-
 class TestFileMapping(TestCase):
     def apply_mappings(self, mappings, find_children=None, renames={}):
         map = {}

=== modified file 'tests/test_repos.py'
--- a/tests/test_repos.py	2007-01-09 05:59:35 +0000
+++ b/tests/test_repos.py	2007-01-16 03:56:05 +0000
@@ -1953,9 +1953,6 @@
     def test_escape_svn_path_slash(self):
         self.assertEqual("foobar%2f", escape_svn_path("foobar/"))
 
-    def test_escape_svn_path_special_char(self):
-        self.assertEqual(u"foobar%8a", escape_svn_path("foobar\x8a"))
-
     def test_unescape_svn_path_slash(self):
         self.assertEqual("foobar/", unescape_svn_path("foobar%2f"))
 




More information about the bazaar-commits mailing list