Mercurial > hg4j
log src/org/tmatesoft/hg/repo/HgRepository.java @ 287:ed6b74a58c66
age | author | description |
---|---|---|
Sat, 03 Sep 2011 13:12:13 +0200 | Artem Tikhomirov | HgDirstate shall operate with Path instead of String for file names. Use of Pair instead of array of unspecified length for parents. |
Fri, 02 Sep 2011 13:40:09 +0200 | Artem Tikhomirov | Erroneous and slow status for working copies based on non-tip revision |
Mon, 15 Aug 2011 18:51:41 +0200 | Artem Tikhomirov | HgRepository.getWorkingCopyBranchName() to retrieve branch associated with working directory |
Thu, 16 Jun 2011 04:23:51 +0200 | Artem Tikhomirov | Initial access to subrepositories |
Fri, 10 Jun 2011 04:35:21 +0200 | Artem Tikhomirov | Allow access to working copy content through HgDataFile. Give access to repository's working dir |
Tue, 07 Jun 2011 04:54:13 +0200 | Artem Tikhomirov | Experimental access to working dir parents |
Tue, 07 Jun 2011 04:28:32 +0200 | Artem Tikhomirov | HgTags got TagInfo to access tags. Tags are read from all branches/revisions now, not only working copy |