Skip to content

Instantly share code, notes, and snippets.

@aaugustin
aaugustin / djpatch.py
Created August 25, 2011 10:30 — forked from jezdez/djpatch.py
A helper script to apply patches from Django's trac
#!/usr/bin/env python
"""
Obviously this is only useful if you have to deal with Django's
Trac a lot.
Mostly stolen from Jacob Kaplan-Moss, but improved by Jannis Leidel
and Aymeric Augustin.
Reads a config file at ~/.djpatchrc, e.g.: