Mercurial > jhg
view test/com/tmate/hgkit/OutputParser.java @ 62:25819103de17
Few more tests for status
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> | 
|---|---|
| date | Tue, 18 Jan 2011 18:42:01 +0100 | 
| parents | fac8e7fcc8b0 | 
| children | 
line wrap: on
 line source
/* * Copyright (c) 2011 Artem Tikhomirov */ package com.tmate.hgkit; /** * * @author artem */ public interface OutputParser { public void parse(CharSequence seq); }
