lp://staging/~luoyonggang/subvertpy/python3
Created by
Yonggang Luo
and last modified
- Get this branch:
- bzr branch lp://staging/~luoyonggang/subvertpy/python3
Only
Yonggang Luo
can upload to this branch. If you are
Yonggang Luo
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
On hold
for merging
into
lp://staging/~jelmer/subvertpy/trunk
- Jelmer Vernooij: Needs Fixing
-
Diff: 3695 lines (+768/-593)30 files modified.bzrignore (+2/-0)
Makefile (+3/-9)
bin/subvertpy-fast-export (+1/-1)
examples/ra_commit.py (+1/-1)
examples/ra_log.py (+9/-9)
examples/ra_replay.py (+11/-11)
examples/ra_shell.py (+21/-21)
setup.py (+44/-9)
subvertpy/__init__.py (+2/-2)
subvertpy/_ra.c (+66/-86)
subvertpy/_ra_iter_log.c (+4/-4)
subvertpy/client.c (+47/-67)
subvertpy/delta.py (+8/-7)
subvertpy/editor.c (+11/-10)
subvertpy/marshall.py (+1/-1)
subvertpy/properties.py (+7/-6)
subvertpy/py_fixup.h (+118/-0)
subvertpy/ra.py (+5/-5)
subvertpy/ra_svn.py (+21/-21)
subvertpy/repos.c (+31/-30)
subvertpy/tests/__init__.py (+10/-11)
subvertpy/tests/test_client.py (+31/-31)
subvertpy/tests/test_delta.py (+5/-5)
subvertpy/tests/test_properties.py (+16/-16)
subvertpy/tests/test_ra.py (+61/-61)
subvertpy/tests/test_repos.py (+16/-16)
subvertpy/tests/test_wc.py (+49/-36)
subvertpy/util.c (+85/-51)
subvertpy/util.h (+9/-1)
subvertpy/wc.c (+73/-65)
Superseded
for merging
into
lp://staging/~jelmer/subvertpy/python3
- Jelmer Vernooij: Pending requested
-
Diff: 1057 lines (+275/-140)12 files modifiedREADME (+14/-3)
setup.py (+12/-4)
subvertpy/__init__.py (+1/-1)
subvertpy/_ra.c (+57/-56)
subvertpy/_ra_iter_log.c (+1/-1)
subvertpy/client.c (+11/-18)
subvertpy/editor.c (+1/-1)
subvertpy/py_fixup.h (+118/-0)
subvertpy/repos.c (+22/-21)
subvertpy/util.c (+11/-12)
subvertpy/util.h (+1/-0)
subvertpy/wc.c (+26/-23)
Branch information
Recent revisions
- 2486. By Yonggang Luo
-
before svn 1.6, there is no svn_dirent_
internal_ style and svn_dirent_ local_style - 2485. By Yonggang Luo
-
Use svn_dirent_
internal_ style and svn_dirent_ local_style instead svn_path_ canonicalize, because under win32
the svn internal path is differ win32 local path,
such as C:\Path\To\Repos,
the win32 local path representation is C:\Path\To\Repos
but the svn internal path representation is C:/Path/To/Repos, so we need
use svn_dirent_internal_ style and svn_dirent_ local_style
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~jelmer/subvertpy/trunk