Mercurial > jhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 209:9ce3b26798c4 | 210:6a2481866491 |
|---|---|
| 341 if (debug) { | 341 if (debug) { |
| 342 dumpResponseHeader(u, c); | 342 dumpResponseHeader(u, c); |
| 343 } | 343 } |
| 344 File tf = writeBundle(c.getInputStream(), false, "HG10GZ" /*didn't see any other that zip*/); | 344 File tf = writeBundle(c.getInputStream(), false, "HG10GZ" /*didn't see any other that zip*/); |
| 345 if (debug) { | 345 if (debug) { |
| 346 System.out.printf("Wrote bundle %s for roots %s", tf, sb); | 346 System.out.printf("Wrote bundle %s for roots %s\n", tf, sb); |
| 347 } | 347 } |
| 348 return getLookupHelper().loadBundle(tf); | 348 return getLookupHelper().loadBundle(tf); |
| 349 } catch (MalformedURLException ex) { | 349 } catch (MalformedURLException ex) { |
| 350 throw new HgException(ex); | 350 throw new HgException(ex); |
| 351 } catch (IOException ex) { | 351 } catch (IOException ex) { |
