diff src/org/tmatesoft/hg/repo/HgInternals.java @ 483:e31e85cf4d4c

Handle include and unset directives in config files
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 07 Aug 2012 19:14:53 +0200
parents 51d682cf9cdc
children b3c16d1aede0
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgInternals.java	Tue Aug 07 14:27:13 2012 +0200
+++ b/src/org/tmatesoft/hg/repo/HgInternals.java	Tue Aug 07 19:14:53 2012 +0200
@@ -150,6 +150,7 @@
 	
 	// expose otherwise package-local information primarily to use in our own o.t.hg.core package
 	public static SessionContext getContext(HgRepository repo) {
+		// TODO SessionContext.Source and HgRepo to implement it
 		return repo.getContext();
 	}