Rev 2301: Merge new subvertpy (relicensed to GPLv2+). in http://people.samba.org/bzr/jelmer/bzr-svn/0.5

Jelmer Vernooij jelmer at samba.org
Wed Jan 14 17:49:50 GMT 2009


At http://people.samba.org/bzr/jelmer/bzr-svn/0.5

------------------------------------------------------------
revno: 2301
revision-id: jelmer at samba.org-20090114174946-0l9iy000huh9myhe
parent: jelmer at samba.org-20090113162520-gzv3mg8t2hgl095h
parent: jelmer at samba.org-20090113174705-rak69em21zi39e1t
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.5
timestamp: Wed 2009-01-14 18:49:46 +0100
message:
  Merge new subvertpy (relicensed to GPLv2+).
added:
  subvertpy/NEWS                 news-20090113174653-ql3s5yzrzialtlpr-1
modified:
  subvertpy/COPYING              copying-20081002184826-7ve43dwedsm8e0eh-1
  subvertpy/setup.py             setup.py-20060502115218-86950492da22353f
  subvertpy/subvertpy/__init__.py core.pyx-20080313210413-17k59slolpfe5kdq-1
  subvertpy/subvertpy/client.c   client.pyx-20080313235339-wbyjbw2namuiql8f-1
  subvertpy/subvertpy/properties.py util.py-20080502170127-o220e9py99vt69s6-1
  subvertpy/subvertpy/ra.py      ra.py-20081116162923-6yq5jahxp5y23n5t-1
  subvertpy/subvertpy/ra_svn.py  ra_svn.py-20081116165419-qplciag3b7ikc6ms-1
  subvertpy/subvertpy/tests/__init__.py __init__.py-20081002194117-jwf9payoee8eqz7g-1
  subvertpy/subvertpy/tests/test_client.py test_client.py-20080603021344-lmgexez0yoyp9b1s-1
  subvertpy/subvertpy/tests/test_core.py test_core.py-20080603032119-q91zmret1lv84ay9-1
  subvertpy/subvertpy/tests/test_delta.py test_delta.py-20080710120654-bqapu1ccex72nwdk-1
  subvertpy/subvertpy/tests/test_properties.py test_properties.py-20080703215223-t5ydp87wwi7dtyas-1
  subvertpy/subvertpy/tests/test_ra.py test_ra.py-20080313141743-uzsm7ejitrlqone5-1
  subvertpy/subvertpy/tests/test_repos.py test_repos.py-20080603030558-86ewiakm2z5y9x29-1
  subvertpy/subvertpy/tests/test_server.py test_server.py-20081006150547-hj71pjqjdq4a89kf-1
  subvertpy/subvertpy/tests/test_wc.py test_wc.py-20080313142315-woibd1cdv4s2lr7o-1
  subvertpy/subvertpy/wc.c       wc.pyx-20080313142018-10l8l23vha2j9e6b-1
    ------------------------------------------------------------
    revno: 1925.2.51
    tags: subvertpy-0.6.0
    revision-id: jelmer at samba.org-20090113174705-rak69em21zi39e1t
    parent: jelmer at samba.org-20090109174428-u9d2fwayekl7ojoe
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: trunk
    timestamp: Tue 2009-01-13 18:47:05 +0100
    message:
      Release 0.6.0.
    added:
      NEWS                           news-20090113174653-ql3s5yzrzialtlpr-1
    modified:
      setup.py                       setup.py-20060502115218-86950492da22353f
      subvertpy/__init__.py          core.pyx-20080313210413-17k59slolpfe5kdq-1
    ------------------------------------------------------------
    revno: 1925.2.50
    revision-id: jelmer at samba.org-20090109174428-u9d2fwayekl7ojoe
    parent: jelmer at samba.org-20090104191732-16r6moir8n2c8s81
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: trunk
    timestamp: Fri 2009-01-09 18:44:28 +0100
    message:
      Make sure reference counting is one on Py_None.
    modified:
      subvertpy/wc.c                 wc.pyx-20080313142018-10l8l23vha2j9e6b-1
    ------------------------------------------------------------
    revno: 1925.2.49
    revision-id: jelmer at samba.org-20090104191732-16r6moir8n2c8s81
    parent: jelmer at samba.org-20090104180254-l2d1m6wszs5fxcqw
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: trunk
    timestamp: Sun 2009-01-04 20:17:32 +0100
    message:
      Add more docstrings.
    modified:
      subvertpy/wc.c                 wc.pyx-20080313142018-10l8l23vha2j9e6b-1
    ------------------------------------------------------------
    revno: 1925.2.48
    revision-id: jelmer at samba.org-20090104180254-l2d1m6wszs5fxcqw
    parent: jelmer at samba.org-20090104180110-4w5o11ouopp5kmph
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: trunk
    timestamp: Sun 2009-01-04 19:02:54 +0100
    message:
      Change license back to GPLv2+, not just GPLv3+.
    modified:
      COPYING                        copying-20081002184826-7ve43dwedsm8e0eh-1
      setup.py                       setup.py-20060502115218-86950492da22353f
      subvertpy/__init__.py          core.pyx-20080313210413-17k59slolpfe5kdq-1
      subvertpy/properties.py        util.py-20080502170127-o220e9py99vt69s6-1
      subvertpy/ra.py                ra.py-20081116162923-6yq5jahxp5y23n5t-1
      subvertpy/ra_svn.py            ra_svn.py-20081116165419-qplciag3b7ikc6ms-1
      subvertpy/tests/__init__.py    __init__.py-20081002194117-jwf9payoee8eqz7g-1
      subvertpy/tests/test_client.py test_client.py-20080603021344-lmgexez0yoyp9b1s-1
      subvertpy/tests/test_core.py   test_core.py-20080603032119-q91zmret1lv84ay9-1
      subvertpy/tests/test_delta.py  test_delta.py-20080710120654-bqapu1ccex72nwdk-1
      subvertpy/tests/test_properties.py test_properties.py-20080703215223-t5ydp87wwi7dtyas-1
      subvertpy/tests/test_ra.py     test_ra.py-20080313141743-uzsm7ejitrlqone5-1
      subvertpy/tests/test_repos.py  test_repos.py-20080603030558-86ewiakm2z5y9x29-1
      subvertpy/tests/test_server.py test_server.py-20081006150547-hj71pjqjdq4a89kf-1
      subvertpy/tests/test_wc.py     test_wc.py-20080313142315-woibd1cdv4s2lr7o-1
    ------------------------------------------------------------
    revno: 1925.2.47
    revision-id: jelmer at samba.org-20090104180110-4w5o11ouopp5kmph
    parent: jelmer at samba.org-20081212155142-8o4ajif6v7c11ic5
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: trunk
    timestamp: Sun 2009-01-04 19:01:10 +0100
    message:
      Add some basic docstrings.
    modified:
      subvertpy/client.c             client.pyx-20080313235339-wbyjbw2namuiql8f-1
      subvertpy/wc.c                 wc.pyx-20080313142018-10l8l23vha2j9e6b-1

Diff too large for email (1328 lines, the limit is 1000).



More information about the bazaar-commits mailing list