Mercurial > hg4j
diff src/com/tmate/hgkit/ll/HgRepository.java @ 10:382cfe9463db
Dirstate parsing. DataAccess refactored to allow reuse and control over constants
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Sat, 25 Dec 2010 21:50:12 +0100 |
parents | d6d2a630f4a6 |
children | df8c67f3006a |
line wrap: on
line diff
--- a/src/com/tmate/hgkit/ll/HgRepository.java Sat Dec 25 04:45:59 2010 +0100 +++ b/src/com/tmate/hgkit/ll/HgRepository.java Sat Dec 25 21:50:12 2010 +0100 @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2010 Artem Tikhomirov */ package com.tmate.hgkit.ll; @@ -45,10 +45,6 @@ } return this.manifest; } - - public final Object/*HgDirstate*/ getDirstate() { - throw notImplemented(); - } public abstract HgDataFile getFileNode(String path);