chiark
/
gitweb
/
~mdw
/
stgit
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Do not raise an exception if no FETCH_HEAD
[stgit]
/
stgit
/
exception.py
1
class StgException(Exception):
2
"""Base class for all StGit exceptions."""
3
pass