repo.or.cz
/
stgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Preserve picked patch name when possible
[stgit.git]
/
stgit
/
__main__.py
blob
54b041c9bffb96c72f18ea0dea19eee54fe650ca
1
if
__name__
==
'__main__'
:
# pragma: no cover
2
import
sys
3
4
from
stgit
.
main
import
main
5
6
sys
.
exit
(
main
())