lp://staging/~luoyonggang/subvertpy/python2
Created by
Yonggang Luo
and last modified
- Get this branch:
- bzr branch lp://staging/~luoyonggang/subvertpy/python2
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.
Ready for review
for merging
into
lp://staging/~jelmer/subvertpy/trunk
- Jelmer Vernooij: Pending requested
-
Diff: 136 lines (+45/-32)3 files modifiedsubvertpy/client.c (+0/-7)
subvertpy/tests/test_client.py (+3/-3)
subvertpy/util.c (+42/-22)
Branch information
Recent revisions
- 2453. By Yonggang Luo
-
Becuase apr_os_file_put didn't works under win32, so use apr_file_open instead
apr_os_file_put under win32. - 2451. By Yonggang Luo
-
Python 2.4 didn't support for b prefix.
apr_pool_destroy( temp_pool) can close files. - 2450. By Yonggang Luo
-
The newlines are different under Windows to Unix-like system.
So only compare with splits.
The diff resulted files should be closed. - 2449. By Yonggang Luo
-
os.tmpfile is deperated and not works properly under Win7. use tempfile.
NamedTemporaryF ile
instead, so that it works under Windows. - 2445. By Jelmer Vernooij
-
Merge fix from Yonggang Luo for skipping test that requires tzset on Windows.
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