log test/org/tmatesoft/hg/test/TestStatus.java @ 677:1c49c0cee540

age author description
Wed, 11 Jul 2012 22:45:29 +0200 Artem Tikhomirov Issue 34: incorrect status for a file copy in wc against base rev
Wed, 20 Jun 2012 16:51:18 +0200 Artem Tikhomirov Do not walk into nested repositories at all, ignore not only .hg but whole nested repo
Tue, 19 Jun 2012 21:06:21 +0200 Artem Tikhomirov Tests: with more precise relations for files/dirs, ImmediateChild is the right expectation
Wed, 13 Jun 2012 21:07:39 +0200 Artem Tikhomirov oth.util.Status renamed to Outcome as the noun is too overloaded, especially in scm
Fri, 27 Apr 2012 20:57:20 +0200 Artem Tikhomirov Tests for subrepo API, refactor status tests for reuse, better subrepos API
Thu, 29 Mar 2012 18:29:03 +0200 Artem Tikhomirov FIXMEs: javadoc, proper use of constants
Thu, 29 Mar 2012 17:14:35 +0200 Artem Tikhomirov FIXMEs: consistent names, throws for commands and their handlers. Use of checked exceptions in hi-level api
Thu, 22 Mar 2012 21:02:20 +0100 Artem Tikhomirov A bit of FIXME cleanup (mostly degraded to TODO post 1.0), comments and javadoc
Sat, 25 Feb 2012 19:31:57 +0100 Artem Tikhomirov Issue 25: Underflow in InflaterDataAccess; test and fix for hang up when reading past end of compressed data (or zero-length data) smartgit3
Thu, 23 Feb 2012 15:31:57 +0100 Artem Tikhomirov Issue 24: IAE, Underflow in FilterDataAccess. Issue 26:UnsupportedOperationException when patching empty base revision. Tests smartgit3
Mon, 13 Feb 2012 15:11:27 +0100 Artem Tikhomirov Issue 23: HgInvalidRevisionException for svn imported repository (changeset 0 references nullid manifest). Tests
Thu, 02 Feb 2012 16:16:19 +0100 Artem Tikhomirov Issue 22: Test for subsequent empty manifest entries case for separate .i and .d repository control files
Fri, 06 Jan 2012 00:42:15 +0300 Artem Tikhomirov Issue 22: UnsupportedOperationException on empty manifest entry
Thu, 08 Dec 2011 22:19:27 +0100 Artem Tikhomirov Report non-critical errors during status operation to handler/inspector
Sat, 03 Sep 2011 13:10:12 +0200 Artem Tikhomirov Ignored tests shall be valid tests nevertheless