projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74850a7
)
Remove dead code.
author
Eric S. Raymond
<esr@thyrsus.com>
Wed, 3 Oct 2012 02:06:16 +0000
(22:06 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Wed, 3 Oct 2012 02:06:16 +0000
(22:06 -0400)
irkerhook.py
patch
|
blob
|
history
diff --git
a/irkerhook.py
b/irkerhook.py
index cc1d6b098111261557bf37d08ef482d0ef11a043..799bc446647f76cc4068508e8475c427def2b225 100755
(executable)
--- a/
irkerhook.py
+++ b/
irkerhook.py
@@
-398,7
+398,6
@@
def ship(extractor, commit, debug):
if __name__ == "__main__":
notify = True
repository = "."
- refname = None
commits = []
for arg in sys.argv[1:]:
if arg == '-n':
@@
-406,8
+405,6
@@
if __name__ == "__main__":
elif arg == '-V':
print "irkerhook.py: version", version
sys.exit(0)
- elif arg.startswith("--refname="):
- refname = arg[10:]
elif arg.startswith("--repository="):
repository = arg[13:]
elif not arg.startswith("--"):