log

age author description
2013-07-17 Artem Tikhomirov Introduced dedicated IntSliceSeq/IntTuple in place of IntArray with subsequences
2013-07-12 Artem Tikhomirov Refactor HgBundle.GroupElement (clear experimental mark), resolve few technical debt issues
2013-07-12 Artem Tikhomirov Effective update of HgParentChildMap when repository got few revisions added
2013-07-12 Artem Tikhomirov AIOOBE in BundleGenerator.ChunkGenerator.iterate when there are no outgoing changes on push
2013-07-12 Artem Tikhomirov AIOOBE in BundleGenerator.ChunkGenerator.iterate when there are no outgoing changes on push
2013-07-11 Artem Tikhomirov Pull: sample command-line utility
2013-07-11 Artem Tikhomirov Delete bundle with push/pull changes once command completes successfully. Test for bundle generator
2013-07-11 Artem Tikhomirov Refactoring: move all encoding/decoding operations into single place, EncodingHelper
2013-07-10 Artem Tikhomirov Added tag v1.2m1 for changeset dde18bc7053b
2013-07-10 Artem Tikhomirov Test Copy-on-Write transactions v1.2m1
2013-07-10 Artem Tikhomirov Utilize transaction when writing fncache. Better HgIOException
2013-07-10 Artem Tikhomirov Pull: phase2 - update phases from remote, fncache with added files. Tests
2013-07-10 Artem Tikhomirov Merge branch smartgit-4.6
2013-07-10 Artem Tikhomirov Merge branch smartgit-4.5 (no actual changes, merely to denote branch is inactive
2013-07-09 Artem Tikhomirov Pull: phase1 get remote changes and add local revisions
2013-07-05 Artem Tikhomirov Poor performance when reading/collecting branch information. Respect new cache location for recent mercurial revisions. Use different algorithm to build branch cache smartgit-4.6
2013-07-04 Artem Tikhomirov javac complained about casts, while eclipse compiler is fine
2013-07-04 Artem Tikhomirov ParentChildMap can supply RevisionMap. Refactor ArrayHelper to keep most of sorted/reverse index magic inside
2013-07-04 Artem Tikhomirov Performance: rebuild information about branches takes too long (my improvement: 3 times, 11-15 s to less than 4 sec)
2013-07-04 Artem Tikhomirov Performance: reuse unzip output buffer
2013-07-03 Artem Tikhomirov 1) Console push tool. 2) Pass class to blame into FileUtils
2013-07-03 Artem Tikhomirov Tests for recent changes in HgParentChildMap and RepositoryComparator (outgoing to respect drafts and Issue 47)
2013-07-02 Artem Tikhomirov Push: tests. Commit respects phases.new-commit setting. Fix outgoing when changes are not children of common (Issue 47)
2013-07-01 Artem Tikhomirov Push: tests (push to empty, push changes, respect secret)
2013-06-28 Artem Tikhomirov Push: phase4 - settle local and remote phases, push updated phases regardless of server publishing state, do not push secret changesets
2013-06-26 Artem Tikhomirov Push: phase4 - update local and remote phase information
2013-06-25 Artem Tikhomirov Introduced RevisionSet to ease update of phase roots on push
2013-06-25 Artem Tikhomirov Location of repository files as enumeration, use file constants instead of plain names
2013-06-21 Artem Tikhomirov Push: phase3 - update matching remote bookmarks
2013-06-20 Artem Tikhomirov Push: phase2 - upload bundle with changes to remote server