changeset 102:a3a2e5deb320

Updated contact address to support@hg4j.com
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Fri, 28 Jan 2011 03:50:52 +0100
parents 777ab7034c1b
children 0b2dcca7de9f
files COPYING build.xml cmdline/org/tmatesoft/hg/console/Bundle.java cmdline/org/tmatesoft/hg/console/Cat.java cmdline/org/tmatesoft/hg/console/Incoming.java cmdline/org/tmatesoft/hg/console/Log.java cmdline/org/tmatesoft/hg/console/Manifest.java cmdline/org/tmatesoft/hg/console/Options.java cmdline/org/tmatesoft/hg/console/Outgoing.java cmdline/org/tmatesoft/hg/console/Remote.java cmdline/org/tmatesoft/hg/console/Status.java src/org/tmatesoft/hg/core/Cset.java src/org/tmatesoft/hg/core/LogCommand.java src/org/tmatesoft/hg/core/Nodeid.java src/org/tmatesoft/hg/core/Path.java src/org/tmatesoft/hg/core/RepositoryFacade.java src/org/tmatesoft/hg/core/RepositoryTreeWalker.java src/org/tmatesoft/hg/core/StatusCommand.java src/org/tmatesoft/hg/internal/ConfigFile.java src/org/tmatesoft/hg/internal/DataAccess.java src/org/tmatesoft/hg/internal/DataAccessProvider.java src/org/tmatesoft/hg/internal/DigestHelper.java src/org/tmatesoft/hg/internal/Internals.java src/org/tmatesoft/hg/internal/RequiresFile.java src/org/tmatesoft/hg/internal/RevlogDump.java src/org/tmatesoft/hg/internal/RevlogStream.java src/org/tmatesoft/hg/internal/StoragePathHelper.java src/org/tmatesoft/hg/repo/Changeset.java src/org/tmatesoft/hg/repo/HgBundle.java src/org/tmatesoft/hg/repo/HgChangelog.java src/org/tmatesoft/hg/repo/HgDataFile.java src/org/tmatesoft/hg/repo/HgDirstate.java src/org/tmatesoft/hg/repo/HgIgnore.java src/org/tmatesoft/hg/repo/HgInternals.java src/org/tmatesoft/hg/repo/HgLookup.java src/org/tmatesoft/hg/repo/HgManifest.java src/org/tmatesoft/hg/repo/HgRepository.java src/org/tmatesoft/hg/repo/HgStatusCollector.java src/org/tmatesoft/hg/repo/HgStatusInspector.java src/org/tmatesoft/hg/repo/HgTags.java src/org/tmatesoft/hg/repo/HgWorkingCopyStatusCollector.java src/org/tmatesoft/hg/repo/Revlog.java src/org/tmatesoft/hg/util/FileWalker.java src/org/tmatesoft/hg/util/PathPool.java src/org/tmatesoft/hg/util/PathRewrite.java test/org/tmatesoft/hg/test/ErrorCollectorExt.java test/org/tmatesoft/hg/test/ExecHelper.java test/org/tmatesoft/hg/test/LogOutputParser.java test/org/tmatesoft/hg/test/ManifestOutputParser.java test/org/tmatesoft/hg/test/OutputParser.java test/org/tmatesoft/hg/test/StatusOutputParser.java test/org/tmatesoft/hg/test/TestHistory.java test/org/tmatesoft/hg/test/TestManifest.java test/org/tmatesoft/hg/test/TestStatus.java test/org/tmatesoft/hg/test/TestStorePath.java
diffstat 55 files changed, 55 insertions(+), 55 deletions(-) [+]
line wrap: on
line diff
--- a/COPYING	Fri Jan 28 03:07:25 2011 +0100
+++ b/COPYING	Fri Jan 28 03:50:52 2011 +0100
@@ -11,4 +11,4 @@
  
 For information on how to redistribute this software under 
 the terms of a license other than GNU General Public License 
-contact TMate Software at support@svnkit.com
\ No newline at end of file
+contact TMate Software at support@hg4j.com
\ No newline at end of file
--- a/build.xml	Fri Jan 28 03:07:25 2011 +0100
+++ b/build.xml	Fri Jan 28 03:50:52 2011 +0100
@@ -13,7 +13,7 @@
  
  For information on how to redistribute this software under
  the terms of a license other than GNU General Public License
- contact TMate Software at support@svnkit.com
+ contact TMate Software at support@hg4j.com
 -->
 <project name="hg4j" default="samples">
     <description>
--- a/cmdline/org/tmatesoft/hg/console/Bundle.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/cmdline/org/tmatesoft/hg/console/Bundle.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.console;
 
--- a/cmdline/org/tmatesoft/hg/console/Cat.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/cmdline/org/tmatesoft/hg/console/Cat.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.console;
 
--- a/cmdline/org/tmatesoft/hg/console/Incoming.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/cmdline/org/tmatesoft/hg/console/Incoming.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.console;
 
--- a/cmdline/org/tmatesoft/hg/console/Log.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/cmdline/org/tmatesoft/hg/console/Log.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.console;
 
--- a/cmdline/org/tmatesoft/hg/console/Manifest.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/cmdline/org/tmatesoft/hg/console/Manifest.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.console;
 
--- a/cmdline/org/tmatesoft/hg/console/Options.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/cmdline/org/tmatesoft/hg/console/Options.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.console;
 
--- a/cmdline/org/tmatesoft/hg/console/Outgoing.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/cmdline/org/tmatesoft/hg/console/Outgoing.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.console;
 
--- a/cmdline/org/tmatesoft/hg/console/Remote.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/cmdline/org/tmatesoft/hg/console/Remote.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.console;
 
--- a/cmdline/org/tmatesoft/hg/console/Status.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/cmdline/org/tmatesoft/hg/console/Status.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.console;
 
--- a/src/org/tmatesoft/hg/core/Cset.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/core/Cset.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.core;
 
--- a/src/org/tmatesoft/hg/core/LogCommand.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/core/LogCommand.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.core;
 
--- a/src/org/tmatesoft/hg/core/Nodeid.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/core/Nodeid.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.core;
 
--- a/src/org/tmatesoft/hg/core/Path.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/core/Path.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.core;
 
--- a/src/org/tmatesoft/hg/core/RepositoryFacade.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/core/RepositoryFacade.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.core;
 
--- a/src/org/tmatesoft/hg/core/RepositoryTreeWalker.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/core/RepositoryTreeWalker.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.core;
 
--- a/src/org/tmatesoft/hg/core/StatusCommand.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/core/StatusCommand.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.core;
 
--- a/src/org/tmatesoft/hg/internal/ConfigFile.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/internal/ConfigFile.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.internal;
 
--- a/src/org/tmatesoft/hg/internal/DataAccess.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/internal/DataAccess.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.internal;
 
--- a/src/org/tmatesoft/hg/internal/DataAccessProvider.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/internal/DataAccessProvider.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.internal;
 
--- a/src/org/tmatesoft/hg/internal/DigestHelper.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/internal/DigestHelper.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.internal;
 
--- a/src/org/tmatesoft/hg/internal/Internals.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/internal/Internals.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.internal;
 
--- a/src/org/tmatesoft/hg/internal/RequiresFile.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/internal/RequiresFile.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.internal;
 
--- a/src/org/tmatesoft/hg/internal/RevlogDump.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/internal/RevlogDump.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.internal;
 
--- a/src/org/tmatesoft/hg/internal/RevlogStream.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/internal/RevlogStream.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.internal;
 
--- a/src/org/tmatesoft/hg/internal/StoragePathHelper.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/internal/StoragePathHelper.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.internal;
 
--- a/src/org/tmatesoft/hg/repo/Changeset.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/repo/Changeset.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.repo;
 
--- a/src/org/tmatesoft/hg/repo/HgBundle.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/repo/HgBundle.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.repo;
 
--- a/src/org/tmatesoft/hg/repo/HgChangelog.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/repo/HgChangelog.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.repo;
 
--- a/src/org/tmatesoft/hg/repo/HgDataFile.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/repo/HgDataFile.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.repo;
 
--- a/src/org/tmatesoft/hg/repo/HgDirstate.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/repo/HgDirstate.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.repo;
 
--- a/src/org/tmatesoft/hg/repo/HgIgnore.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/repo/HgIgnore.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.repo;
 
--- a/src/org/tmatesoft/hg/repo/HgInternals.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/repo/HgInternals.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.repo;
 
--- a/src/org/tmatesoft/hg/repo/HgLookup.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/repo/HgLookup.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.repo;
 
--- a/src/org/tmatesoft/hg/repo/HgManifest.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/repo/HgManifest.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.repo;
 
--- a/src/org/tmatesoft/hg/repo/HgRepository.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/repo/HgRepository.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.repo;
 
--- a/src/org/tmatesoft/hg/repo/HgStatusCollector.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/repo/HgStatusCollector.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.repo;
 
--- a/src/org/tmatesoft/hg/repo/HgStatusInspector.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/repo/HgStatusInspector.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.repo;
 
--- a/src/org/tmatesoft/hg/repo/HgTags.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/repo/HgTags.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.repo;
 
--- a/src/org/tmatesoft/hg/repo/HgWorkingCopyStatusCollector.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/repo/HgWorkingCopyStatusCollector.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.repo;
 
--- a/src/org/tmatesoft/hg/repo/Revlog.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/repo/Revlog.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.repo;
 
--- a/src/org/tmatesoft/hg/util/FileWalker.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/util/FileWalker.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.util;
 
--- a/src/org/tmatesoft/hg/util/PathPool.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/util/PathPool.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.util;
 
--- a/src/org/tmatesoft/hg/util/PathRewrite.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/src/org/tmatesoft/hg/util/PathRewrite.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.util;
 
--- a/test/org/tmatesoft/hg/test/ErrorCollectorExt.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/test/org/tmatesoft/hg/test/ErrorCollectorExt.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.test;
 
--- a/test/org/tmatesoft/hg/test/ExecHelper.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/test/org/tmatesoft/hg/test/ExecHelper.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.test;
 
--- a/test/org/tmatesoft/hg/test/LogOutputParser.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/test/org/tmatesoft/hg/test/LogOutputParser.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.test;
 
--- a/test/org/tmatesoft/hg/test/ManifestOutputParser.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/test/org/tmatesoft/hg/test/ManifestOutputParser.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.test;
 
--- a/test/org/tmatesoft/hg/test/OutputParser.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/test/org/tmatesoft/hg/test/OutputParser.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.test;
 
--- a/test/org/tmatesoft/hg/test/StatusOutputParser.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/test/org/tmatesoft/hg/test/StatusOutputParser.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.test;
 
--- a/test/org/tmatesoft/hg/test/TestHistory.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/test/org/tmatesoft/hg/test/TestHistory.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.test;
 
--- a/test/org/tmatesoft/hg/test/TestManifest.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/test/org/tmatesoft/hg/test/TestManifest.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.test;
 
--- a/test/org/tmatesoft/hg/test/TestStatus.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/test/org/tmatesoft/hg/test/TestStatus.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.test;
 
--- a/test/org/tmatesoft/hg/test/TestStorePath.java	Fri Jan 28 03:07:25 2011 +0100
+++ b/test/org/tmatesoft/hg/test/TestStorePath.java	Fri Jan 28 03:50:52 2011 +0100
@@ -12,7 +12,7 @@
  *
  * For information on how to redistribute this software under
  * the terms of a license other than GNU General Public License
- * contact TMate Software at support@svnkit.com
+ * contact TMate Software at support@hg4j.com
  */
 package org.tmatesoft.hg.test;