projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
309c97d
)
A small change to make the default value of the project variable work better.
author
Eric S. Raymond
<esr@thyrsus.com>
Wed, 3 Oct 2012 08:15:50 +0000
(
04:15
-0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Wed, 3 Oct 2012 08:15:50 +0000
(
04:15
-0400)
irkerhook.py
patch
|
blob
|
history
diff --git
a/irkerhook.py
b/irkerhook.py
index 027b8957cbb849404feb9a7362943b0510af63f9..40bc1555aea0c4cbdaed45151bb0b282feb5511a 100755
(executable)
--- a/
irkerhook.py
+++ b/
irkerhook.py
@@
-401,7
+401,7
@@
def ship(extractor, commit, debug):
if __name__ == "__main__":
notify = True
- repository =
"."
+ repository =
os.getcwd()
commits = []
for arg in sys.argv[1:]:
if arg == '-n':