Merge lp://staging/~a1s/brz/3.2 into lp://staging/brz/3.2
Proposed by
Aleksandr Smyshliaev
Status: | Needs review | ||||
---|---|---|---|---|---|
Proposed branch: | lp://staging/~a1s/brz/3.2 | ||||
Merge into: | lp://staging/brz/3.2 | ||||
Diff against target: |
671 lines (+216/-99) 9 files modified
breezy/_walkdirs_win32.pyx (+19/-17) breezy/osutils.py (+2/-1) breezy/plugins/upload/tests/test_upload.py (+13/-0) breezy/tests/__init__.py (+31/-11) breezy/tests/test__walkdirs_win32.py (+13/-16) breezy/tests/test_bedding.py (+28/-5) breezy/tests/test_config.py (+42/-19) breezy/tests/test_osutils.py (+63/-27) breezy/transport/local.py (+5/-3) |
||||
To merge this branch: | bzr merge lp://staging/~a1s/brz/3.2 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Breezy developers | Pending | ||
Review via email: mp+412781@code.staging.launchpad.net |
Description of the change
This is an ongoing effort to make Breezy work on Windows
To post a comment you must log in.
Unmerged revisions
- 7572. By Aleksandr Smyshliaev
-
Merge lp:brz/3.2
- 7571. By Aleksandr Smyshliaev
-
Merge lp:brz/3.2
- 7570. By Aleksandr Smyshliaev
-
Fix regression on *nix
- 7569. By Aleksandr Smyshliaev
-
Add win32utils.
list_fs_ types() - 7568. By Aleksandr Smyshliaev
-
Merge lp:brz/3.2
- 7567. By Aleksandr Smyshliaev
-
Fix issues discussed in https:/
/code.launchpad .net/~a1s/ brz/3.2/ +merge/ 412781 - 7566. By Aleksandr Smyshliaev
-
Use relative import paths in test__walkdirs_
win32 - 7565. By Aleksandr Smyshliaev
-
Get rid of osutils.open_file: in Python 3.4 and newer file descriptors are non-inheritable by default
- 7564. By Aleksandr Smyshliaev
-
Merge brz/3.2
- 7563. By Aleksandr Smyshliaev
-
Fix regression tests run by selftest test_config on Windows
This includes changes from the merge proposal https:/ /code.launchpad .net/~a1s/ brz/3.2- windows- test_osutils/ +merge/ 412025
The other thing hat has been fixed after that is passing the regression tests run by brz selftes test_config.