Merge lp://staging/~oddbloke/pqm/merge-directives into lp://staging/pqm
Proposed by
Dan Watkins
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~oddbloke/pqm/merge-directives |
Merge into: | lp://staging/pqm |
Prerequisite: | lp://staging/~oddbloke/pqm/fix-tests |
Diff against target: |
793 lines (+488/-20) (has conflicts) 7 files modified
.bzrignore (+1/-0) pqm/__init__.py (+79/-0) pqm/script.py (+164/-8) pqm/tests/test_pqm.py (+201/-4) tests/Makefile.am (+2/-1) tests/bzr-merge-2.sh (+20/-0) tests/test-framework (+21/-7) Text conflict in pqm/__init__.py Text conflict in pqm/script.py Text conflict in pqm/tests/test_pqm.py |
To merge this branch: | bzr merge lp://staging/~oddbloke/pqm/merge-directives |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Collins | Needs Resubmitting | ||
Review via email: mp+833@code.staging.launchpad.net |
This proposal supersedes a proposal from 2008-07-09.
To post a comment you must log in.
Unmerged revisions
- 181. By Dan Watkins
-
Readded replay merge as ReplayMergeCommand.
- 180. By Dan Watkins
-
Removed use of merge_callback.
- 179. By Dan Watkins
-
Refactored merge code from Command to MergeCommand.
- 178. By Dan Watkins
-
Removed replay legacy command.
- 177. By Dan Watkins
-
ExtendedMergeCo
mmands now work with the UI correctly. - 176. By Dan Watkins
-
Merged pqm.dev r183.
- 175. By Dan Watkins
-
Fixed failing tests.
- 174. By Dan Watkins
-
Merged pqm.dev r182, without fixing tests.
- 173. By Dan Watkins
-
Fixed issues with PGP headers and footers in merge directive mail.
- 172. By Dan Watkins
-
Modified test to step around issues with detecting which VCS a branch uses.
Updating diff...
An updated diff will be available in a few minutes. Reload to see the changes.
overall good.
A few issues:
- uses more shell tests rather than python unit tests
- the new Command class won't render correctly in the web GUI
- I don't like the merge_callback lambda usage, its unobvious and doesn't seem necessary.
overall - resubmit