2013-06-06 |
Artem Tikhomirov |
Issue 46: Files with backslashes (legal on Linux) cause troubles
|
2013-05-30 |
Artem Tikhomirov |
Added tag v1.1rc2 for changeset 54e16ab771ec
|
2013-05-30 |
Artem Tikhomirov |
Progress/cancel for HgDiffCommand. Renamed execute method
v1.1rc2
|
2013-05-30 |
Artem Tikhomirov |
AIOOBE in HgManifest.RevisionMapper. Provide more details about exception context. Create lock file atomically. Test concurrent pull-rebase and read
|
2013-05-23 |
Artem Tikhomirov |
HgDiffCommand. Do not use deprecated code. Javadoc
|
2013-05-22 |
Artem Tikhomirov |
Diff/blame methods as command, their residence in HgDataFile was a mistake
|
2013-05-22 |
Artem Tikhomirov |
Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
|
2013-05-21 |
Artem Tikhomirov |
Added tag v1.1rc1 for changeset 5afc7eedb3dd
|
2013-05-21 |
Artem Tikhomirov |
@since, TODOs. Tests: add 1 sec to deal with fs timestamp granularity on linux
v1.1rc1
|
2013-05-21 |
Artem Tikhomirov |
Refactor internals of blame support, tests
|
2013-05-20 |
Artem Tikhomirov |
FIXMEs and TODOs: pay some technical debt
|
2013-05-20 |
Artem Tikhomirov |
Update tests for Windows; TestCommit: use copy of a repo (not clone) to preserve old timestamps
|
2013-05-20 |
Artem Tikhomirov |
Update to comply with Java 1.5 target
|
2013-05-18 |
Artem Tikhomirov |
RevlogStream: be aware of existence (not HgDataFile), facilitate use of an added HgDataFile over a commit; Rollback: be more sensitive about file changes (file size is not enough: write/rollback leaves it intact); tests
|
2013-05-18 |
Artem Tikhomirov |
Do not cache branch value of working copy as it's not possible to refresh it after commit now
|
2013-05-17 |
Artem Tikhomirov |
Close FIS, not FileChannel, to clear both references to FileDescriptor right away
|
2013-05-16 |
Artem Tikhomirov |
Refactor approach how content finds it way down to a commit revision
|
2013-05-15 |
Artem Tikhomirov |
Rollback support for commands that modify repository. Strategy to keep complete copy of a file being changed
|
2013-05-14 |
Artem Tikhomirov |
encode directories as demanded by fncache format
|
2013-05-13 |
Artem Tikhomirov |
Test for repository locks
|
2013-05-10 |
Artem Tikhomirov |
Added tag v1.1m4 for changeset f41dd9a3b8af
|
2013-05-10 |
Artem Tikhomirov |
Remove few Experimental annotations as the API they've marked graduates
v1.1m4
|
2013-05-10 |
Artem Tikhomirov |
Test tags, branches and hgingore information get refreshed on external (and/or internal) change
|
2013-05-09 |
Artem Tikhomirov |
Tests for tailored sections in HgRepoConfig
|
2013-05-09 |
Artem Tikhomirov |
Refresh tags, branches, bookmarks and ignore when their files (or csets in the repo) are changed
|
2013-05-08 |
Artem Tikhomirov |
Test TODOs: test for ConfigFile (covering %include and %unset directives)
|
2013-05-07 |
Artem Tikhomirov |
Clean, organize and resolve some TODOs and FIXMEs: minor refactorings and comments
|
2013-05-07 |
Artem Tikhomirov |
Refresh revlogs if a change to a file has been detected; do not force reload of the whole repository
|
2013-05-07 |
Artem Tikhomirov |
Avoid mmap files when only few bytes are to be read
|
2013-05-06 |
Artem Tikhomirov |
Commit: update active bookmark with new revision
|