Commit Graph

179 Commits

Author SHA1 Message Date
Sebastian Sdorra
c347b407c4 remove unused fields 2013-02-11 15:33:01 +01:00
Sebastian Sdorra
114834d257 util classes should be final with a private constructor 2013-02-11 15:28:14 +01:00
Sebastian Sdorra
340cfbef11 remove unused imports 2013-02-01 11:43:26 +01:00
Sebastian Sdorra
9adc65d9e5 util classes should be final with a private constructor 2013-01-31 10:26:16 +01:00
Sebastian Sdorra
2d5fa22ca4 use index of char instead of index of string, if possible 2013-01-30 10:10:20 +01:00
Sebastian Sdorra
cc81411523 implement disable sub repository detection option 2013-01-20 11:41:33 +01:00
Sebastian Sdorra
d34ce7b0c9 implement recursive option for mercurial browse command 2013-01-19 13:22:27 +01:00
Sebastian Sdorra
da52e76ac7 implement disable last commit for mercurial browse command 2013-01-18 21:11:25 +01:00
Sebastian Sdorra
739318699b added isSupported method for repository features to RepositoryService 2012-12-16 19:36:47 +01:00
Sebastian Sdorra
9b67423203 added features for specific repository types 2012-12-16 18:33:34 +01:00
Sebastian Sdorra
4cee27b744 use system environment when executing "hg create" 2012-12-14 20:11:33 +01:00
Sebastian Sdorra
36eb919026 merge with branch issue-287 2012-12-07 10:00:13 +01:00
Sebastian Sdorra
8eb6dff48d fix missing p2 revision and use shorter property names 2012-12-07 09:55:26 +01:00
Sebastian Sdorra
49a10aa875 store mercurial specific revisions as changeset properties 2012-12-04 21:16:00 +01:00
Sebastian Sdorra
1a93f2baf7 use javahg to retrieve changesets from a mercurial hook 2012-11-04 11:47:38 +01:00
Sebastian Sdorra
61361f8b87 remove unused field 2012-10-30 08:13:26 +01:00
Sebastian Sdorra
1d55460730 fix mercurial sub repository detection in source browser 2012-10-30 08:11:34 +01:00
Sebastian Sdorra
8552b564f1 fix wrong mercurial changeset ids during hooks 2012-10-17 12:17:37 +02:00
Sebastian Sdorra
727025770c merge with branch apache-shiro 2012-10-16 07:08:28 +02:00
Sebastian Sdorra
9f5a8268e0 remove unused imports 2012-10-15 20:58:01 +02:00
Sebastian Sdorra
6728758637 do not store request and respone in authentication token 2012-10-11 16:12:06 +02:00
Sebastian Sdorra
ad1655f28d added option to display revisions as part of the node id 2012-09-20 13:52:54 +02:00
Sebastian Sdorra
7d0980605e do not use security context in core plugins and samples 2012-08-30 12:08:16 +02:00
Sebastian Sdorra
43224d595b merge with branch issue-226 2012-08-16 19:52:58 +02:00
Sebastian Sdorra
41ec0431e4 fix npe on windows startup 2012-08-16 08:11:34 +02:00
Sebastian Sdorra
bc34f85a1d fix lincense headers 2012-08-12 21:55:18 +02:00
Sebastian Sdorra
6d7b5fd2cc fix hg.py instead of hg.bat 2012-08-11 16:04:12 +02:00
Sebastian Sdorra
5e815cecc0 fix defect hg.bat from package installation 2012-08-11 15:40:38 +02:00
Sebastian Sdorra
be5c3bd131 set repository encoding if available 2012-08-09 20:34:01 +02:00
Sebastian Sdorra
461d723a77 added repository property to change the encoding of a single mercurial repository 2012-08-09 20:29:00 +02:00
Sebastian Sdorra
9c75551726 remove unused import 2012-08-09 20:04:48 +02:00
Sebastian Sdorra
30fea6e463 allow configuration of mercurial repository encoding 2012-08-09 19:44:26 +02:00
Sebastian Sdorra
222e2872ab use slf4j for javahg logging 2012-08-05 16:28:11 +02:00
Sebastian Sdorra
21f51ba868 fix another npe on empty repository 2012-08-03 08:31:27 +02:00
Sebastian Sdorra
1a63bb58e2 fix npe on empty repository 2012-08-03 08:31:09 +02:00
Sebastian Sdorra
d919338cc2 pass supported repository commands to scm state 2012-08-03 07:50:04 +02:00
Sebastian Sdorra
f94b1a43db implement branch option for mercurial log command 2012-07-27 10:54:48 +02:00
Sebastian Sdorra
5b23b60ee3 fix missing revision in browse command 2012-07-13 09:11:50 +02:00
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
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
2e2cb9cd9c improve changeset generation 2012-07-04 09:09:27 +02:00