churn 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. checksums.yaml +5 -5
  2. data/{LICENSE → LICENSE.txt} +0 -0
  3. data/README.md +137 -120
  4. data/bin/churn +27 -12
  5. data/churn.gemspec +7 -21
  6. data/lib/churn/calculator.rb +24 -11
  7. data/lib/churn/history.rb +1 -1
  8. data/lib/churn/location_mapping.rb +1 -1
  9. data/lib/churn/options.rb +7 -3
  10. data/lib/churn/scm/bzr_analyzer.rb +11 -4
  11. data/lib/churn/scm/git_analyzer.rb +5 -3
  12. data/lib/churn/scm/hg_analyzer.rb +11 -4
  13. data/lib/churn/scm/source_control.rb +6 -8
  14. data/lib/churn/scm/svn_analyzer.rb +9 -3
  15. data/lib/churn/version.rb +1 -1
  16. metadata +24 -190
  17. data/.deferred_server +0 -1
  18. data/.document +0 -5
  19. data/.gitignore +0 -11
  20. data/.travis.yml +0 -6
  21. data/Gemfile +0 -3
  22. data/Gemfile.lock +0 -79
  23. data/Rakefile +0 -41
  24. data/doc/Churn.html +0 -165
  25. data/doc/Churn/BzrAnalyzer.html +0 -276
  26. data/doc/Churn/ChurnCalculator.html +0 -578
  27. data/doc/Churn/ChurnHistory.html +0 -250
  28. data/doc/Churn/ChurnOptions.html +0 -393
  29. data/doc/Churn/GitAnalyzer.html +0 -311
  30. data/doc/Churn/HgAnalyzer.html +0 -276
  31. data/doc/Churn/LocationMapping.html +0 -448
  32. data/doc/Churn/SourceControl.html +0 -451
  33. data/doc/Churn/SvnAnalyzer.html +0 -311
  34. data/doc/LICENSE.html +0 -123
  35. data/doc/Object.html +0 -246
  36. data/doc/created.rid +0 -15
  37. data/doc/images/add.png +0 -0
  38. data/doc/images/arrow_up.png +0 -0
  39. data/doc/images/brick.png +0 -0
  40. data/doc/images/brick_link.png +0 -0
  41. data/doc/images/bug.png +0 -0
  42. data/doc/images/bullet_black.png +0 -0
  43. data/doc/images/bullet_toggle_minus.png +0 -0
  44. data/doc/images/bullet_toggle_plus.png +0 -0
  45. data/doc/images/date.png +0 -0
  46. data/doc/images/delete.png +0 -0
  47. data/doc/images/find.png +0 -0
  48. data/doc/images/loadingAnimation.gif +0 -0
  49. data/doc/images/macFFBgHack.png +0 -0
  50. data/doc/images/package.png +0 -0
  51. data/doc/images/page_green.png +0 -0
  52. data/doc/images/page_white_text.png +0 -0
  53. data/doc/images/page_white_width.png +0 -0
  54. data/doc/images/plugin.png +0 -0
  55. data/doc/images/ruby.png +0 -0
  56. data/doc/images/tag_blue.png +0 -0
  57. data/doc/images/tag_green.png +0 -0
  58. data/doc/images/transparent.png +0 -0
  59. data/doc/images/wrench.png +0 -0
  60. data/doc/images/wrench_orange.png +0 -0
  61. data/doc/images/zoom.png +0 -0
  62. data/doc/index.html +0 -100
  63. data/doc/js/darkfish.js +0 -155
  64. data/doc/js/jquery.js +0 -18
  65. data/doc/js/navigation.js +0 -142
  66. data/doc/js/search.js +0 -94
  67. data/doc/js/search_index.js +0 -1
  68. data/doc/js/searcher.js +0 -228
  69. data/doc/rdoc.css +0 -595
  70. data/doc/table_of_contents.html +0 -167
  71. data/test/data/churn_calculator.rb +0 -217
  72. data/test/data/test_helper.rb +0 -14
  73. data/test/test_helper.rb +0 -21
  74. data/test/unit/bzr_analyzer_test.rb +0 -65
  75. data/test/unit/churn_calculator_test.rb +0 -181
  76. data/test/unit/churn_history_test.rb +0 -24
  77. data/test/unit/churn_options_test.rb +0 -16
  78. data/test/unit/git_analyzer_test.rb +0 -88
  79. data/test/unit/hg_analyzer_test.rb +0 -66
  80. data/test/unit/location_mapping_test.rb +0 -35
  81. data/test/unit/source_control_test.rb +0 -22
  82. data/test/unit/svn_analyzer_test.rb +0 -65
@@ -1,311 +0,0 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
-
7
- <title>class Churn::GitAnalyzer - RDoc Documentation</title>
8
-
9
- <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
10
-
11
- <script type="text/javascript">
12
- var rdoc_rel_prefix = "../";
13
- </script>
14
-
15
- <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
16
- <script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
17
- <script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
18
- <script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
19
- <script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
20
- <script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>
21
-
22
-
23
- <body id="top" class="class">
24
- <nav id="metadata">
25
- <nav id="home-section" class="section">
26
- <h3 class="section-header">
27
- <a href="../index.html">Home</a>
28
- <a href="../table_of_contents.html#classes">Classes</a>
29
- <a href="../table_of_contents.html#methods">Methods</a>
30
- </h3>
31
- </nav>
32
-
33
-
34
- <nav id="search-section" class="section project-section" class="initially-hidden">
35
- <form action="#" method="get" accept-charset="utf-8">
36
- <h3 class="section-header">
37
- <input type="text" name="search" placeholder="Search" id="search-field"
38
- title="Type to search, Up and Down to navigate, Enter to load">
39
- </h3>
40
- </form>
41
-
42
- <ul id="search-results" class="initially-hidden"></ul>
43
- </nav>
44
-
45
-
46
-
47
-
48
- <div id="file-metadata">
49
- <nav id="file-list-section" class="section">
50
- <h3 class="section-header">Defined In</h3>
51
- <ul>
52
- <li>lib/churn/scm/git_analyzer.rb
53
- </ul>
54
- </nav>
55
-
56
-
57
- </div>
58
-
59
- <div id="class-metadata">
60
-
61
- <nav id="parent-class-section" class="section">
62
- <h3 class="section-header">Parent</h3>
63
-
64
- <p class="link">SourceControl
65
-
66
- </nav>
67
-
68
-
69
-
70
- <!-- Method Quickref -->
71
- <nav id="method-list-section" class="section">
72
- <h3 class="section-header">Methods</h3>
73
-
74
- <ul class="link-list">
75
-
76
- <li ><a href="#method-c-supported-3F">::supported?</a>
77
-
78
- <li ><a href="#method-i-get_commit_history">#get_commit_history</a>
79
-
80
- <li ><a href="#method-i-get_logs">#get_logs</a>
81
-
82
- <li ><a href="#method-i-get_revisions">#get_revisions</a>
83
-
84
- </ul>
85
- </nav>
86
-
87
- </div>
88
-
89
- <div id="project-metadata">
90
- <nav id="fileindex-section" class="section project-section">
91
- <h3 class="section-header">Pages</h3>
92
-
93
- <ul>
94
-
95
- <li class="file"><a href="../LICENSE.html">LICENSE</a>
96
-
97
- </ul>
98
- </nav>
99
-
100
- <nav id="classindex-section" class="section project-section">
101
- <h3 class="section-header">Class and Module Index</h3>
102
-
103
- <ul class="link-list">
104
-
105
- <li><a href="../Churn.html">Churn</a>
106
-
107
- <li><a href="../Churn/BzrAnalyzer.html">Churn::BzrAnalyzer</a>
108
-
109
- <li><a href="../Churn/ChurnCalculator.html">Churn::ChurnCalculator</a>
110
-
111
- <li><a href="../Churn/ChurnHistory.html">Churn::ChurnHistory</a>
112
-
113
- <li><a href="../Churn/ChurnOptions.html">Churn::ChurnOptions</a>
114
-
115
- <li><a href="../Churn/GitAnalyzer.html">Churn::GitAnalyzer</a>
116
-
117
- <li><a href="../Churn/HgAnalyzer.html">Churn::HgAnalyzer</a>
118
-
119
- <li><a href="../Churn/LocationMapping.html">Churn::LocationMapping</a>
120
-
121
- <li><a href="../Churn/SourceControl.html">Churn::SourceControl</a>
122
-
123
- <li><a href="../Churn/SvnAnalyzer.html">Churn::SvnAnalyzer</a>
124
-
125
- <li><a href="../Object.html">Object</a>
126
-
127
- </ul>
128
- </nav>
129
-
130
- </div>
131
- </nav>
132
-
133
- <div id="documentation">
134
- <h1 class="class">class Churn::GitAnalyzer</h1>
135
-
136
- <div id="description" class="description">
137
-
138
- <p>analizes git SCM to find recently changed files, and what lines have been
139
- altered</p>
140
-
141
- </div><!-- description -->
142
-
143
-
144
-
145
-
146
- <section id="5Buntitled-5D" class="documentation-section">
147
-
148
-
149
-
150
-
151
-
152
-
153
-
154
-
155
- <!-- Methods -->
156
-
157
- <section id="public-class-5Buntitled-5D-method-details" class="method-section section">
158
- <h3 class="section-header">Public Class Methods</h3>
159
-
160
-
161
- <div id="method-c-supported-3F" class="method-detail ">
162
-
163
- <div class="method-heading">
164
- <span class="method-name">supported?</span><span
165
- class="method-args">()</span>
166
-
167
- <span class="method-click-advice">click to toggle source</span>
168
-
169
- </div>
170
-
171
-
172
- <div class="method-description">
173
-
174
-
175
-
176
-
177
-
178
-
179
- <div class="method-source-code" id="supported-3F-source">
180
- <pre><span class="ruby-comment"># File lib/churn/scm/git_analyzer.rb, line 6</span>
181
- <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">supported?</span>
182
- <span class="ruby-operator">!</span><span class="ruby-operator">!</span>(<span class="ruby-value">%xgit branch 2&gt;&amp;1`</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">$?</span>.<span class="ruby-identifier">success?</span>)
183
- <span class="ruby-keyword">end</span></pre>
184
- </div><!-- supported-3F-source -->
185
-
186
- </div>
187
-
188
-
189
-
190
-
191
- </div><!-- supported-3F-method -->
192
-
193
-
194
- </section><!-- public-class-method-details -->
195
-
196
- <section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
197
- <h3 class="section-header">Public Instance Methods</h3>
198
-
199
-
200
- <div id="method-i-get_commit_history" class="method-detail ">
201
-
202
- <div class="method-heading">
203
- <span class="method-name">get_commit_history</span><span
204
- class="method-args">()</span>
205
-
206
- <span class="method-click-advice">click to toggle source</span>
207
-
208
- </div>
209
-
210
-
211
- <div class="method-description">
212
-
213
-
214
-
215
-
216
-
217
-
218
- <div class="method-source-code" id="get_commit_history-source">
219
- <pre><span class="ruby-comment"># File lib/churn/scm/git_analyzer.rb, line 18</span>
220
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">get_commit_history</span>
221
- <span class="ruby-value">%xgit log --reverse --pretty=format:&quot;%H&quot;`</span>.<span class="ruby-identifier">split</span>(<span class="ruby-regexp">/\n/</span>).<span class="ruby-identifier">reject</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span> <span class="ruby-identifier">line</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;&quot;</span>}
222
- <span class="ruby-keyword">end</span></pre>
223
- </div><!-- get_commit_history-source -->
224
-
225
- </div>
226
-
227
-
228
-
229
-
230
- </div><!-- get_commit_history-method -->
231
-
232
-
233
- <div id="method-i-get_logs" class="method-detail ">
234
-
235
- <div class="method-heading">
236
- <span class="method-name">get_logs</span><span
237
- class="method-args">()</span>
238
-
239
- <span class="method-click-advice">click to toggle source</span>
240
-
241
- </div>
242
-
243
-
244
- <div class="method-description">
245
-
246
-
247
-
248
-
249
-
250
-
251
- <div class="method-source-code" id="get_logs-source">
252
- <pre><span class="ruby-comment"># File lib/churn/scm/git_analyzer.rb, line 10</span>
253
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">get_logs</span>
254
- <span class="ruby-node">%xgit log #{date_range} --name-only --pretty=format:`</span>.<span class="ruby-identifier">split</span>(<span class="ruby-regexp">/\n/</span>).<span class="ruby-identifier">reject</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span> <span class="ruby-identifier">line</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;&quot;</span>}
255
- <span class="ruby-keyword">end</span></pre>
256
- </div><!-- get_logs-source -->
257
-
258
- </div>
259
-
260
-
261
-
262
-
263
- </div><!-- get_logs-method -->
264
-
265
-
266
- <div id="method-i-get_revisions" class="method-detail ">
267
-
268
- <div class="method-heading">
269
- <span class="method-name">get_revisions</span><span
270
- class="method-args">()</span>
271
-
272
- <span class="method-click-advice">click to toggle source</span>
273
-
274
- </div>
275
-
276
-
277
- <div class="method-description">
278
-
279
-
280
-
281
-
282
-
283
-
284
- <div class="method-source-code" id="get_revisions-source">
285
- <pre><span class="ruby-comment"># File lib/churn/scm/git_analyzer.rb, line 14</span>
286
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">get_revisions</span>
287
- <span class="ruby-node">%xgit log #{date_range} --pretty=format:&quot;%H&quot;`</span>.<span class="ruby-identifier">split</span>(<span class="ruby-regexp">/\n/</span>).<span class="ruby-identifier">reject</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span> <span class="ruby-identifier">line</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;&quot;</span>}
288
- <span class="ruby-keyword">end</span></pre>
289
- </div><!-- get_revisions-source -->
290
-
291
- </div>
292
-
293
-
294
-
295
-
296
- </div><!-- get_revisions-method -->
297
-
298
-
299
- </section><!-- public-instance-method-details -->
300
-
301
- </section><!-- 5Buntitled-5D -->
302
-
303
- </div><!-- documentation -->
304
-
305
-
306
- <footer id="validator-badges">
307
- <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
308
- <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
309
- <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
310
- </footer>
311
-
@@ -1,276 +0,0 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
-
7
- <title>class Churn::HgAnalyzer - RDoc Documentation</title>
8
-
9
- <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
10
-
11
- <script type="text/javascript">
12
- var rdoc_rel_prefix = "../";
13
- </script>
14
-
15
- <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
16
- <script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
17
- <script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
18
- <script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
19
- <script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
20
- <script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>
21
-
22
-
23
- <body id="top" class="class">
24
- <nav id="metadata">
25
- <nav id="home-section" class="section">
26
- <h3 class="section-header">
27
- <a href="../index.html">Home</a>
28
- <a href="../table_of_contents.html#classes">Classes</a>
29
- <a href="../table_of_contents.html#methods">Methods</a>
30
- </h3>
31
- </nav>
32
-
33
-
34
- <nav id="search-section" class="section project-section" class="initially-hidden">
35
- <form action="#" method="get" accept-charset="utf-8">
36
- <h3 class="section-header">
37
- <input type="text" name="search" placeholder="Search" id="search-field"
38
- title="Type to search, Up and Down to navigate, Enter to load">
39
- </h3>
40
- </form>
41
-
42
- <ul id="search-results" class="initially-hidden"></ul>
43
- </nav>
44
-
45
-
46
-
47
-
48
- <div id="file-metadata">
49
- <nav id="file-list-section" class="section">
50
- <h3 class="section-header">Defined In</h3>
51
- <ul>
52
- <li>lib/churn/scm/hg_analyzer.rb
53
- </ul>
54
- </nav>
55
-
56
-
57
- </div>
58
-
59
- <div id="class-metadata">
60
-
61
- <nav id="parent-class-section" class="section">
62
- <h3 class="section-header">Parent</h3>
63
-
64
- <p class="link">SourceControl
65
-
66
- </nav>
67
-
68
-
69
-
70
- <!-- Method Quickref -->
71
- <nav id="method-list-section" class="section">
72
- <h3 class="section-header">Methods</h3>
73
-
74
- <ul class="link-list">
75
-
76
- <li ><a href="#method-c-supported-3F">::supported?</a>
77
-
78
- <li ><a href="#method-i-get_logs">#get_logs</a>
79
-
80
- <li ><a href="#method-i-get_revisions">#get_revisions</a>
81
-
82
- </ul>
83
- </nav>
84
-
85
- </div>
86
-
87
- <div id="project-metadata">
88
- <nav id="fileindex-section" class="section project-section">
89
- <h3 class="section-header">Pages</h3>
90
-
91
- <ul>
92
-
93
- <li class="file"><a href="../LICENSE.html">LICENSE</a>
94
-
95
- </ul>
96
- </nav>
97
-
98
- <nav id="classindex-section" class="section project-section">
99
- <h3 class="section-header">Class and Module Index</h3>
100
-
101
- <ul class="link-list">
102
-
103
- <li><a href="../Churn.html">Churn</a>
104
-
105
- <li><a href="../Churn/BzrAnalyzer.html">Churn::BzrAnalyzer</a>
106
-
107
- <li><a href="../Churn/ChurnCalculator.html">Churn::ChurnCalculator</a>
108
-
109
- <li><a href="../Churn/ChurnHistory.html">Churn::ChurnHistory</a>
110
-
111
- <li><a href="../Churn/ChurnOptions.html">Churn::ChurnOptions</a>
112
-
113
- <li><a href="../Churn/GitAnalyzer.html">Churn::GitAnalyzer</a>
114
-
115
- <li><a href="../Churn/HgAnalyzer.html">Churn::HgAnalyzer</a>
116
-
117
- <li><a href="../Churn/LocationMapping.html">Churn::LocationMapping</a>
118
-
119
- <li><a href="../Churn/SourceControl.html">Churn::SourceControl</a>
120
-
121
- <li><a href="../Churn/SvnAnalyzer.html">Churn::SvnAnalyzer</a>
122
-
123
- <li><a href="../Object.html">Object</a>
124
-
125
- </ul>
126
- </nav>
127
-
128
- </div>
129
- </nav>
130
-
131
- <div id="documentation">
132
- <h1 class="class">class Churn::HgAnalyzer</h1>
133
-
134
- <div id="description" class="description">
135
-
136
- <p>analizes Hg / Mercurial SCM to find recently changed files, and what lines
137
- have been altered</p>
138
-
139
- </div><!-- description -->
140
-
141
-
142
-
143
-
144
- <section id="5Buntitled-5D" class="documentation-section">
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
-
153
- <!-- Methods -->
154
-
155
- <section id="public-class-5Buntitled-5D-method-details" class="method-section section">
156
- <h3 class="section-header">Public Class Methods</h3>
157
-
158
-
159
- <div id="method-c-supported-3F" class="method-detail ">
160
-
161
- <div class="method-heading">
162
- <span class="method-name">supported?</span><span
163
- class="method-args">()</span>
164
-
165
- <span class="method-click-advice">click to toggle source</span>
166
-
167
- </div>
168
-
169
-
170
- <div class="method-description">
171
-
172
-
173
-
174
-
175
-
176
-
177
- <div class="method-source-code" id="supported-3F-source">
178
- <pre><span class="ruby-comment"># File lib/churn/scm/hg_analyzer.rb, line 6</span>
179
- <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">supported?</span>
180
- <span class="ruby-operator">!</span><span class="ruby-operator">!</span>(<span class="ruby-value">%xhg branch 2&gt;&amp;1`</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">$?</span>.<span class="ruby-identifier">success?</span>)
181
- <span class="ruby-keyword">end</span></pre>
182
- </div><!-- supported-3F-source -->
183
-
184
- </div>
185
-
186
-
187
-
188
-
189
- </div><!-- supported-3F-method -->
190
-
191
-
192
- </section><!-- public-class-method-details -->
193
-
194
- <section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
195
- <h3 class="section-header">Public Instance Methods</h3>
196
-
197
-
198
- <div id="method-i-get_logs" class="method-detail ">
199
-
200
- <div class="method-heading">
201
- <span class="method-name">get_logs</span><span
202
- class="method-args">()</span>
203
-
204
- <span class="method-click-advice">click to toggle source</span>
205
-
206
- </div>
207
-
208
-
209
- <div class="method-description">
210
-
211
-
212
-
213
-
214
-
215
-
216
- <div class="method-source-code" id="get_logs-source">
217
- <pre><span class="ruby-comment"># File lib/churn/scm/hg_analyzer.rb, line 10</span>
218
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">get_logs</span>
219
- <span class="ruby-node">%xhg log -v#{date_range}`</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">&quot;\n&quot;</span>).<span class="ruby-identifier">reject</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span> <span class="ruby-identifier">line</span> <span class="ruby-operator">!~</span> <span class="ruby-regexp">/^files:/</span>}.<span class="ruby-identifier">map</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span> <span class="ruby-identifier">line</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">&quot; &quot;</span>)[<span class="ruby-value">1</span><span class="ruby-operator">..</span><span class="ruby-value">-1</span>]}.<span class="ruby-identifier">flatten</span>
220
- <span class="ruby-keyword">end</span></pre>
221
- </div><!-- get_logs-source -->
222
-
223
- </div>
224
-
225
-
226
-
227
-
228
- </div><!-- get_logs-method -->
229
-
230
-
231
- <div id="method-i-get_revisions" class="method-detail ">
232
-
233
- <div class="method-heading">
234
- <span class="method-name">get_revisions</span><span
235
- class="method-args">()</span>
236
-
237
- <span class="method-click-advice">click to toggle source</span>
238
-
239
- </div>
240
-
241
-
242
- <div class="method-description">
243
-
244
-
245
-
246
-
247
-
248
-
249
- <div class="method-source-code" id="get_revisions-source">
250
- <pre><span class="ruby-comment"># File lib/churn/scm/hg_analyzer.rb, line 14</span>
251
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">get_revisions</span>
252
- <span class="ruby-node">%xhg log#{date_range}`</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">&quot;\n&quot;</span>).<span class="ruby-identifier">reject</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span> <span class="ruby-identifier">line</span> <span class="ruby-operator">!~</span> <span class="ruby-regexp">/^changeset:/</span>}.<span class="ruby-identifier">map</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span> <span class="ruby-identifier">line</span>[<span class="ruby-regexp">/:(\S+)$/</span>, <span class="ruby-value">1</span>] }
253
- <span class="ruby-keyword">end</span></pre>
254
- </div><!-- get_revisions-source -->
255
-
256
- </div>
257
-
258
-
259
-
260
-
261
- </div><!-- get_revisions-method -->
262
-
263
-
264
- </section><!-- public-instance-method-details -->
265
-
266
- </section><!-- 5Buntitled-5D -->
267
-
268
- </div><!-- documentation -->
269
-
270
-
271
- <footer id="validator-badges">
272
- <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
273
- <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
274
- <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
275
- </footer>
276
-