log

age author description
Tue, 11 Jan 2011 16:48:36 +0300 Dmitry Neverov Test for collecting changes between 2 branches
Tue, 11 Jan 2011 16:13:31 +0300 Dmitry Neverov reuse code
Tue, 11 Jan 2011 15:47:47 +0300 Dmitry Neverov Test for collecting changes between 2 same roots
Tue, 11 Jan 2011 15:47:13 +0300 Dmitry Neverov If branch point is initial cset - do no try to find its parents
Tue, 11 Jan 2011 15:44:08 +0300 Dmitry Neverov add method to check if changeset is initial
Tue, 11 Jan 2011 15:26:57 +0300 Dmitry Neverov Remove redundant method
Tue, 11 Jan 2011 15:24:58 +0300 Dmitry Neverov Initial implementation of BranchSupport interface
Tue, 11 Jan 2011 15:15:16 +0300 Dmitry Neverov Add limit option to log command
Tue, 11 Jan 2011 13:53:21 +0300 Dmitry Neverov Add dependency from server.jar
Tue, 11 Jan 2011 18:16:49 +0300 Dmitry Neverov Normilize file separators and map paths when collect changes
Tue, 11 Jan 2011 13:05:31 +0300 Dmitry Neverov Collect changes using CheckoutRules.
Thu, 23 Dec 2010 16:51:28 +0300 Dmitry Neverov Fix TW-15008. Show changed files in all merge commits. Eluru-6.0.x
Thu, 23 Dec 2010 16:51:28 +0300 Dmitry Neverov Fix TW-15008. Show changed files in all merge commits.
Wed, 22 Dec 2010 17:56:41 +0300 Dmitry Neverov Merge: Fix problem with hg.cmd on Windows Eluru-6.0.x
Wed, 22 Dec 2010 17:52:07 +0300 Dmitry Neverov Fix problem with hg.cmd on Windows
Wed, 22 Dec 2010 12:18:12 +0300 Dmitry Neverov Merge changes since September
Wed, 22 Dec 2010 12:15:44 +0300 Dmitry Neverov Merge chagnes since September Darjeeling-5.1.x
Wed, 22 Dec 2010 11:39:14 +0300 Dmitry Neverov Merge changes since september Eluru-6.0.x
Thu, 02 Dec 2010 14:44:37 +0300 Pavel.Sher minor
Thu, 02 Dec 2010 14:43:27 +0300 Pavel.Sher new branch Eluru-6.0.x
Tue, 26 Oct 2010 21:23:50 +0400 Pavel.Sher remove dep on runtime-util.jar
Thu, 14 Oct 2010 16:11:17 +0400 Dmitry Neverov Setup snapshot builds
Thu, 14 Oct 2010 15:35:33 +0400 Dmitry Neverov add SettingsTest to test case
Thu, 14 Oct 2010 15:20:12 +0400 Dmitry Neverov Fix TW-13768: underscore in hostname are allowed.
Thu, 14 Oct 2010 12:45:54 +0400 Dmitry Neverov add test for TW-13768
Wed, 06 Oct 2010 14:00:36 +0400 Dmitry Neverov Fix problem with windows paths
Tue, 28 Sep 2010 15:00:50 +0400 Dmitry Neverov Extract Util class and method getHgPath(). Now tests can be ran using installed hg in the system.
Tue, 28 Sep 2010 13:38:23 +0400 Dmitry Neverov Add log in case of error
Tue, 28 Sep 2010 13:09:04 +0400 Dmitry Neverov Create repositoryUrl using java.util.URI (it escapes illegal characters)
Tue, 28 Sep 2010 12:49:37 +0400 Dmitry Neverov Rewrite containsCredentials using java.util.URI