Sebastian Sdorra
|
8a9b403340
|
fix license headers
|
2012-07-13 08:57:16 +02:00 |
|
Sebastian Sdorra
|
05c22eda7d
|
implement browse command with javahg
|
2012-07-13 08:56:47 +02:00 |
|
Sebastian Sdorra
|
38dd72caaf
|
added fileview extension to javahg repository
|
2012-07-12 21:29:40 +02:00 |
|
Sebastian Sdorra
|
b9042ebc97
|
added fileview mercurial extension
|
2012-07-12 21:25:57 +02:00 |
|
Sebastian Sdorra
|
afd5f006d5
|
fix license headers
|
2012-07-10 21:11:35 +02:00 |
|
Sebastian Sdorra
|
c3b286a745
|
implement branches command for hg
|
2012-07-10 20:51:36 +02:00 |
|
Sebastian Sdorra
|
c157ac54e8
|
implement tags command for mercurial
|
2012-07-05 19:05:30 +02:00 |
|
Sebastian Sdorra
|
536f63e6df
|
improve performance of diff command
|
2012-07-05 18:09:27 +02:00 |
|
Sebastian Sdorra
|
9a3d254af1
|
fix not found in revision 00... errors
|
2012-07-04 11:31:29 +02:00 |
|
Sebastian Sdorra
|
fbbaa32b55
|
improve performance for big history with paging
|
2012-07-04 11:18:58 +02:00 |
|
Sebastian Sdorra
|
ebc3db753e
|
improve performance of mercurial log command
|
2012-07-04 10:33:11 +02:00 |
|
Sebastian Sdorra
|
b9eb0aff5f
|
prepare for lazy loading
|
2012-07-04 10:00:41 +02:00 |
|
Sebastian Sdorra
|
d53449945e
|
close repository after each unit test
|
2012-07-04 09:10:10 +02:00 |
|
Sebastian Sdorra
|
d2b93ded12
|
fix wrong style name
|
2012-07-04 09:09:50 +02:00 |
|
Sebastian Sdorra
|
2e2cb9cd9c
|
improve changeset generation
|
2012-07-04 09:09:27 +02:00 |
|
Sebastian Sdorra
|
4aad609ea9
|
remove unused import
|
2012-07-04 08:13:46 +02:00 |
|
Sebastian Sdorra
|
b079327c58
|
use own javahg log command
|
2012-07-04 08:12:57 +02:00 |
|
Sebastian Sdorra
|
682071ffe8
|
start implementation of javahg log command to improve performance
|
2012-07-03 22:09:25 +02:00 |
|
Sebastian Sdorra
|
d6ac6789ab
|
added todo comment
|
2012-07-01 20:45:58 +02:00 |
|
Sebastian Sdorra
|
c37b3c163a
|
remove unused imports
|
2012-07-01 20:44:40 +02:00 |
|
Sebastian Sdorra
|
1df3815a6c
|
use javahg for log command
|
2012-07-01 20:43:05 +02:00 |
|
Sebastian Sdorra
|
152943d15b
|
use javahg for diff command
|
2012-07-01 19:30:23 +02:00 |
|
Sebastian Sdorra
|
41a8c515e3
|
use javahg for cat command
|
2012-07-01 19:22:42 +02:00 |
|
Sebastian Sdorra
|
6ac0b67dd0
|
use javahg for blame command
|
2012-07-01 19:15:46 +02:00 |
|
Sebastian Sdorra
|
5140b06f78
|
added dependency to javahg
|
2012-07-01 18:11:23 +02:00 |
|
Sebastian Sdorra
|
374aa7fec0
|
[maven-release-plugin] prepare for next development iteration
|
2012-07-01 15:45:14 +02:00 |
|
Sebastian Sdorra
|
1d297cf66c
|
[maven-release-plugin] prepare release 1.17
|
2012-07-01 15:45:13 +02:00 |
|
Sebastian Sdorra
|
cb16d451ed
|
fix license headers
|
2012-06-24 17:59:04 +02:00 |
|
Sebastian Sdorra
|
db42d835cf
|
fix mercurial version informations
|
2012-06-24 16:00:46 +02:00 |
|
Sebastian Sdorra
|
e58025f3b8
|
added unit test for mercurial log command paging
|
2012-06-16 13:30:21 +02:00 |
|
Sebastian Sdorra
|
e2889a6fee
|
fix paging of mercurial log command
|
2012-06-16 13:30:05 +02:00 |
|
Sebastian Sdorra
|
e56cf1a41d
|
enable all unit tests for hg log command
|
2012-06-13 15:40:01 +02:00 |
|
Sebastian Sdorra
|
402cc9af5a
|
improve hg log command
|
2012-06-13 15:39:36 +02:00 |
|
Sebastian Sdorra
|
2f2b25aa1f
|
added basic unit test for hg log command
|
2012-06-13 14:29:33 +02:00 |
|
Sebastian Sdorra
|
0bb11a1740
|
added unit test for hg blame command
|
2012-06-13 14:17:19 +02:00 |
|
Sebastian Sdorra
|
08f87390d4
|
added unit test for hg browse command
|
2012-06-13 14:13:42 +02:00 |
|
Sebastian Sdorra
|
ab98be035d
|
remove trailing slash from path
|
2012-06-13 14:03:28 +02:00 |
|
Sebastian Sdorra
|
354fe0a211
|
added unit test for hg cat command
|
2012-06-13 13:37:08 +02:00 |
|
Sebastian Sdorra
|
74045097b6
|
fix nullpointerexception
|
2012-06-13 13:36:46 +02:00 |
|
Sebastian Sdorra
|
89d0b305d7
|
implement mercurial log command
|
2012-06-13 12:33:03 +02:00 |
|
Sebastian Sdorra
|
0c5e8c944b
|
implement blame command for mercurial
|
2012-06-13 12:28:11 +02:00 |
|
Sebastian Sdorra
|
b1fcfa5328
|
implement diff command for mercurial
|
2012-06-13 12:25:19 +02:00 |
|
Sebastian Sdorra
|
67c6eef808
|
register hg browse command
|
2012-06-13 12:22:00 +02:00 |
|
Sebastian Sdorra
|
dc913d3df6
|
implement browse command for mercurial
|
2012-06-13 12:20:55 +02:00 |
|
Sebastian Sdorra
|
9b4afc647a
|
implement cat command for mercurial
|
2012-06-13 12:16:18 +02:00 |
|
Sebastian Sdorra
|
88dfaf8467
|
fix compile error
|
2012-06-13 12:16:01 +02:00 |
|
Sebastian Sdorra
|
468c17b38c
|
remove jaxbcontext from AbstractHgHandler
|
2012-06-13 12:14:57 +02:00 |
|
Sebastian Sdorra
|
c7370b84ab
|
start implementation of new repository api for mercurial
|
2012-06-13 11:52:50 +02:00 |
|
Sebastian Sdorra
|
3e1d4a0602
|
merge with branch issue-173
|
2012-06-07 10:00:41 +02:00 |
|
Sebastian Sdorra
|
d3976c861c
|
fix mercurial import with non valid mail address in contact field
|
2012-06-06 14:59:31 +02:00 |
|