Commit Graph

54 Commits

Author SHA1 Message Date
Sebastian Sdorra
fc1688a73d remove unused method 2011-11-19 13:11:04 +01:00
Sebastian Sdorra
352b639ab7 merge with default branch 2011-11-19 13:02:05 +01:00
Sebastian Sdorra
c609df47ef added missing revision parameter to changesetviewer api 2011-11-15 20:45:37 +01:00
Sebastian Sdorra
cd44c8b3b9 implement mercurial getChangeset with path method 2011-11-14 16:03:51 +01:00
youngwan
c0905b8a14 added to view history of the specific file. 2011-11-14 10:43:34 +09:00
Sebastian Sdorra
453571f3c4 fix mercurial hooks with configured force base url 2011-11-03 14:13:18 +01:00
Sebastian Sdorra
bb96e78efb fix wrong mercurial hook url with mod_proxy 2011-10-28 12:47:46 +02:00
Sebastian Sdorra
09dc9af0cb mercurial support for directory structures 2011-10-23 16:39:09 +02:00
Sebastian Sdorra
6418ec9c89 fix bug with empty mercurial repository browser on tip revision 2011-10-21 09:03:37 +02:00
Sebastian Sdorra
8f488e5090 call pending lambda if available 2011-10-19 13:35:16 +02:00
Sebastian Sdorra
f1752c0403 improve exception handling 2011-10-19 09:02:03 +02:00
Sebastian Sdorra
84f63e94c0 reauthenticate user on mercurial hooks 2011-10-15 15:55:17 +02:00
Sebastian Sdorra
fe6a033b54 fix mercurial pre-receive hooks 2011-10-12 08:26:03 +02:00
Sebastian Sdorra
4bc98c0314 fix npe for mercurial repository hooks 2011-10-08 17:25:42 +02:00
Sebastian Sdorra
20318c4f2c remove unused methods 2011-10-08 15:37:30 +02:00
Sebastian Sdorra
6075a37f82 improve logging 2011-10-08 15:36:13 +02:00
Sebastian Sdorra
8975eccd88 improve mercurial command handling 2011-10-08 15:31:10 +02:00
Sebastian Sdorra
1d8695463c improve logging 2011-10-05 19:19:24 +02:00
Sebastian Sdorra
a6f00f9d4c fix bug in mercurial hook registration 2011-10-05 18:38:24 +02:00
Sebastian Sdorra
9600056601 fix mercurial pre receive hook 2011-09-30 08:50:21 +02:00
Sebastian Sdorra
47f0272f56 improve logging 2011-09-30 08:37:48 +02:00
Sebastian Sdorra
860e9367c9 improve performance of mercurial changesetviewer 2011-09-29 14:57:00 +02:00
Sebastian Sdorra
52527af7f8 added logging 2011-09-29 14:17:14 +02:00
Sebastian Sdorra
e8163dcf50 remove unused imports 2011-09-29 14:15:26 +02:00
Sebastian Sdorra
a5d733f1c6 fix wrong logging message 2011-09-28 10:07:49 +02:00
Sebastian Sdorra
83c8996ece added logging for HgRepositoryHookEvent 2011-09-28 10:05:13 +02:00
Sebastian Sdorra
2a53cf8e1c register pretxnchangegroup hooks for existing mercurial repositories 2011-09-28 09:58:10 +02:00
Sebastian Sdorra
7a046fc698 register pretxnchangegroup for new mercurial repositories 2011-09-28 09:49:36 +02:00
Sebastian Sdorra
e056c39435 fetch pending commits only on pre-receive hooks 2011-09-28 09:46:17 +02:00
Sebastian Sdorra
b07810c2d1 implement mercurial pre-receive hook 2011-09-28 09:42:16 +02:00
Sebastian Sdorra
58b935794e added getResultFromScript to HgUtil 2011-09-22 19:26:56 +02:00
Sebastian Sdorra
798b7332d7 use hgblame.py script to show commit description in mercurial blame view 2011-09-22 19:07:14 +02:00
Sebastian Sdorra
c5a3e34fb6 use HgUtil for repository browser 2011-09-22 18:58:13 +02:00
Sebastian Sdorra
99fd08ef49 added createPythonProcess method to HgUtil 2011-09-22 18:57:08 +02:00
Sebastian Sdorra
b903efee62 improve blame api and description to blameline 2011-09-22 15:49:28 +02:00
Sebastian Sdorra
7f5a063246 added mercurial diff support 2011-09-18 10:58:17 +02:00
Sebastian Sdorra
9514f0397e fix wrong line number 2011-09-16 15:38:40 +02:00
Sebastian Sdorra
668600b65d rename BlamePagingResult to BlameResult 2011-09-16 09:05:06 +02:00
Sebastian Sdorra
0c59e16c46 fix mercurial blame author and when date 2011-09-15 13:40:24 +02:00
Sebastian Sdorra
158d3552c3 start implementing mercurial blame viewer 2011-09-15 11:54:31 +02:00
Sebastian Sdorra
8dc56330c2 apply patch for blame support from naver.com 2011-09-14 11:13:14 +02:00
Sebastian Sdorra
68ad2afb35 fix bug in HgHookManager 2011-08-23 16:13:28 +02:00
Sebastian Sdorra
48b37d688c improve logging of mercurial hook callback 2011-08-23 15:43:15 +02:00
Sebastian Sdorra
b93230c8a1 use a servlet instead of a restful resource 2011-08-07 16:35:51 +02:00
Sebastian Sdorra
4c6f7d8401 fix wrong total result 2011-08-06 22:00:23 +02:00
Sebastian Sdorra
20b62974f4 improve creation of mercurial hook script 2011-07-24 13:36:19 +02:00
Sebastian Sdorra
6b678b502a added a challenge for mercurial hooks 2011-07-22 13:08:12 +02:00
Sebastian Sdorra
21013a967f register missing mercurial hooks 2011-07-22 12:50:45 +02:00
Sebastian Sdorra
b5b91865bf register hook on new repository creation 2011-07-22 12:25:59 +02:00
Sebastian Sdorra
46223730fb fire mercurial hook events 2011-07-21 22:13:42 +02:00