Merge lp://staging/~mbp/bzr/trivial into lp://staging/bzr
Proposed by
Martin Pool
Status: | Merged | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Approved by: | John A Meinel | ||||||||||||||||||||||||
Approved revision: | no longer in the source branch. | ||||||||||||||||||||||||
Merged at revision: | 6096 | ||||||||||||||||||||||||
Proposed branch: | lp://staging/~mbp/bzr/trivial | ||||||||||||||||||||||||
Merge into: | lp://staging/bzr | ||||||||||||||||||||||||
Diff against target: |
12 lines (+1/-1) 1 file modified
bzrlib/osutils.py (+1/-1) |
||||||||||||||||||||||||
To merge this branch: | bzr merge lp://staging/~mbp/bzr/trivial | ||||||||||||||||||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
John A Meinel | Approve | ||
Review via email: mp+72659@code.staging.launchpad.net |
Commit message
fix 'bzr serve' invocation in admin guide
Description of the change
If the Python interpreter is compiled (not run) on a Linux 3.0 kernel, it reports sys.platform == linux3.
Apparently this is patched-around in Ubuntu (or maybe not, looking at the changelog.) At any rate saying .startswith(
To post a comment you must log in.
ps, in theory this ought to be fixed in all series, but since this only affects test parallelism (and maybe harmlessly?), and since I can't actually reproduce the problem on Ubuntu's python, I've proposed it only to trunk for now.