stgit.el: Change key binding for stgit-repair from "R" to "\C-u g"
[stgit] / stgit / exception.py
1 class StgException(Exception):
2 """Base class for all StGit exceptions."""
3 pass