Merge lp://staging/~allenap/txfixtures/get-pid-in-tachandler into lp://staging/~mbp/txfixtures/trunk
Proposed by
Gavin Panella
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~allenap/txfixtures/get-pid-in-tachandler |
Merge into: | lp://staging/~mbp/txfixtures/trunk |
Diff against target: |
106 lines (+14/-28) 4 files modified
.bzrignore (+5/-3) setup.py (+3/-1) txfixtures/osutils.py (+0/-4) txfixtures/tachandler.py (+6/-20) |
To merge this branch: | bzr merge lp://staging/~allenap/txfixtures/get-pid-in-tachandler |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Pool | Pending | ||
Review via email: mp+84174@code.staging.launchpad.net |
Commit message
Remove spurious copy of get_pid_from_file() from txfixtures.
Description of the change
Remove spurious copy of get_pid_from_file() from txfixtures.
To post a comment you must log in.
Unmerged revisions
- 14. By Gavin Panella
-
Update ignores.
- 13. By Gavin Panella
-
Fix lint.
- 12. By Gavin Panella
-
Remove get_pid_from_file() from tachandler.py.