Mercurial > hg4j
diff 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 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/Revlog.java Tue Feb 05 20:06:22 2013 +0100 +++ b/src/org/tmatesoft/hg/repo/Revlog.java Tue Feb 05 22:30:21 2013 +0100 @@ -392,7 +392,7 @@ pw.init(); return pw; } - + /* * class with cancel and few other exceptions support. TODO consider general superclass to share with e.g. HgManifestCommand.Mediator */