diff src/org/tmatesoft/hg/repo/HgRemoteRepository.java @ 210:6a2481866491

Wrong parent assignment when building branch chain
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 28 Apr 2011 03:55:23 +0200
parents 1bf0a5af2d5d
children 41a778e3fd31
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgRemoteRepository.java	Thu Apr 28 03:44:45 2011 +0200
+++ b/src/org/tmatesoft/hg/repo/HgRemoteRepository.java	Thu Apr 28 03:55:23 2011 +0200
@@ -343,7 +343,7 @@
 			}
 			File tf = writeBundle(c.getInputStream(), false, "HG10GZ" /*didn't see any other that zip*/);
 			if (debug) {
-				System.out.printf("Wrote bundle %s for roots %s", tf, sb);
+				System.out.printf("Wrote bundle %s for roots %s\n", tf, sb);
 			}
 			return getLookupHelper().loadBundle(tf);
 		} catch (MalformedURLException ex) {