Merge lp://staging/~jr.allen/unifield-server/pre-commit into lp://staging/unifield-server
Proposed by
Jeff Allen
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~jr.allen/unifield-server/pre-commit |
Merge into: | lp://staging/unifield-server |
Diff against target: |
78 lines (+68/-0) 2 files modified
tools/precommit/README (+4/-0) tools/precommit/__init__.py (+64/-0) |
To merge this branch: | bzr merge lp://staging/~jr.allen/unifield-server/pre-commit |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
jftempo | Pending | ||
Review via email: mp+309677@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 4005. By Jeff Allen
-
Solve problems with the _ builtin used by gettext.
- 4004. By Jeff Allen
-
Can skip by setting SKIP_PRECOMMIT=1. Essential for merge commits.
- 4003. By Jeff Allen
-
Merge
- 4002. By Jeff Allen
-
Fixed for bzr 2.1
- 4001. By Jeff Allen
-
Fix for Python 2.6
- 4000. By Jeff Allen
-
Remove non-working exclude option.
- 3999. By Jeff Allen
-
Fixed a different typo.
- 3998. By Jeff Allen
-
Fixed a typo.
- 3997. By Jeff Allen
-
Changed name to reflect what it does
Added a bzr command to do a check before trying to commit: bzr precommit - 3996. By Jeff Allen
-
More helpful error messages.