diff src/com/tmate/hgkit/ll/HgRepository.java @ 29:6cce719bbb62

Collector for nodes and their parents
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 11 Jan 2011 04:37:29 +0100
parents 11cfabe692b3
children 70dafe20931d
line wrap: on
line diff
--- a/src/com/tmate/hgkit/ll/HgRepository.java	Tue Jan 11 04:34:34 2011 +0100
+++ b/src/com/tmate/hgkit/ll/HgRepository.java	Tue Jan 11 04:37:29 2011 +0100
@@ -10,6 +10,7 @@
 public abstract class HgRepository {
 
 	public static final int TIP = -1;
+	// TODO NULLNODEID
 
 	// temp aux marker method
 	public static IllegalStateException notImplemented() {