Merge lp:~toshio/bzr-gtk/handle-dirty-patches into lp:bzr-gtk/gtk2
| Status: | Merged |
|---|---|
| Merge reported by: | Jelmer Vernooij |
| Merged at revision: | not available |
| Proposed branch: | lp:~toshio/bzr-gtk/handle-dirty-patches |
| Merge into: | lp:bzr-gtk/gtk2 |
| Diff against target: |
37 lines (+4/-3) 2 files modified
bzr-handle-patch (+1/-1) diff.py (+3/-2) |
| To merge this branch: | bzr merge lp:~toshio/bzr-gtk/handle-dirty-patches |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Bazaar GTK maintainers | 2010-02-08 | Pending | |
|
Review via email:
|
|||
| Toshio Kuratomi (toshio) wrote : | # |
| Jelmer Vernooij (jelmer) wrote : | # |
We shouldn't pass allow_dirty to parse_patches() unless the version of bzr is recent enough.
| Toshio Kuratomi (toshio) wrote : | # |
Updated. I used inspect.
| Toshio Kuratomi (toshio) wrote : | # |
"doesn't show up in bzrlib until 2.2b1."... so distributions that backport the fix to bzr-2.0.x or 2.1.x would need to patch this section of code disable the version check. Whereas using getargspec() will just work if the fix is backported.
| Jelmer Vernooij (jelmer) wrote : | # |
I can live with getargspec. I'll merge, sorry about the delay.
| Jelmer Vernooij (jelmer) wrote : | # |
Nevermind, it was already merged :)

Fix for traceback when applying a patch that has non-patch content. Need to have a fix applied to bzrlib before this is applied.