Mercurial > hg4j
comparison src/org/tmatesoft/hg/repo/Revlog.java @ 538:dd4f6311af52
Commit: first working version
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 05 Feb 2013 22:30:21 +0100 |
parents | 243202f1bda5 |
children | 46f29b73e51e |
comparison
equal
deleted
inserted
replaced
537:5a455624be4f | 538:dd4f6311af52 |
---|---|
390 protected HgParentChildMap<? extends Revlog> getParentWalker() { | 390 protected HgParentChildMap<? extends Revlog> getParentWalker() { |
391 HgParentChildMap<Revlog> pw = new HgParentChildMap<Revlog>(this); | 391 HgParentChildMap<Revlog> pw = new HgParentChildMap<Revlog>(this); |
392 pw.init(); | 392 pw.init(); |
393 return pw; | 393 return pw; |
394 } | 394 } |
395 | 395 |
396 /* | 396 /* |
397 * class with cancel and few other exceptions support. TODO consider general superclass to share with e.g. HgManifestCommand.Mediator | 397 * class with cancel and few other exceptions support. TODO consider general superclass to share with e.g. HgManifestCommand.Mediator |
398 */ | 398 */ |
399 protected abstract static class ErrorHandlingInspector implements RevlogStream.Inspector, CancelSupport { | 399 protected abstract static class ErrorHandlingInspector implements RevlogStream.Inspector, CancelSupport { |
400 private Exception failure; | 400 private Exception failure; |