Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
e29be52e
Commit
e29be52e
authored
Sep 15, 2009
by
Alexander Wiebel
Browse files
[ADD] added statistics per weekday ... how much work is done at the weekend :-)
parent
da75a76d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
tools/hgStatistics
tools/hgStatistics
+6
-0
No files found.
tools/hgStatistics
View file @
e29be52e
#!/bin/bash
echo
"count of changed lines per weekday"
hg churn
-f
'%u-%a'
-s
echo
"==============================================================="
echo
"count of commits per weekday"
hg churn
-f
'%u-%a'
-s
-c
echo
"==============================================================="
echo
"count of changed lines per month"
hg churn
-f
'%Y-%m'
-s
echo
"==============================================================="
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment