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 Modules
Commits
053abf0f
Commit
053abf0f
authored
Jul 18, 2017
by
Alexander Wiebel
Browse files
[REMOVE] hg remains
parent
c967deb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
__repository_tools/hgStatistics
__repository_tools/hgStatistics
+0
-24
No files found.
__repository_tools/hgStatistics
deleted
100755 → 0
View file @
c967deb2
#!/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
"==============================================================="
echo
"count of commits per month"
hg churn
-f
'%Y-%m'
-s
-c
echo
"==============================================================="
echo
"count of changed lines per hour"
hg churn
-f
'%H'
-s
echo
"==============================================================="
echo
"count of commits per hour"
hg churn
-f
'%H'
-s
-c
echo
"==============================================================="
echo
"count of changed lines for every committer"
hg churn
echo
"==============================================================="
echo
"count of commits for every committer"
hg churn
-c
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