projects
/
ttt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
dff41bc
)
cambiada opción s por w
author
Daniel Garcia Moreno
<dgarcia@emergya.es>
Wed, 24 Sep 2008 14:23:08 +0000
(16:23 +0200)
committer
Daniel Garcia Moreno
<dgarcia@emergya.es>
Wed, 24 Sep 2008 14:23:08 +0000
(16:23 +0200)
show.py
patch
|
blob
|
history
diff --git
a/show.py
b/show.py
index
c025da0
..
6bf5c5d
100755
(executable)
--- a/
show.py
+++ b/
show.py
@@
-11,9
+11,9
@@
if __name__ == '__main__':
if '-g' in args:
# show grouped by project
ttt.show_today_grouped()
if '-g' in args:
# show grouped by project
ttt.show_today_grouped()
- elif '-
s
' in args:
+ elif '-
w
' in args:
ttt.show_week()
ttt.show_week()
- elif '-g
s
' in args:
+ elif '-g
w
' in args:
# show grouped by project
ttt.show_week_grouped()
elif '-a' in args:
# show grouped by project
ttt.show_week_grouped()
elif '-a' in args: