log

age author description
2013-08-05 Artem Tikhomirov Fix file.isCopy() use for Log/History command. File revisions originating from another file list no parents even in the middle of revision chain
2013-08-03 Artem Tikhomirov Refactor HgLogCommand to utilize correct file.isCopy(int)
2013-08-02 Artem Tikhomirov Fix file.isCopy() for blame/annotate. Refactor status and blame to use newly introduced FileHistory helper that builds file rename history
2013-08-01 Artem Tikhomirov Fix file.isCopy() use for status and cat commands
2013-07-27 Artem Tikhomirov Issue 44: Renames/copies other than for the very first revision of a file are not recognized
2013-07-27 Artem Tikhomirov Defect: copies are not reported with default settings (not even as added!). Parameter needCopies removed as there seems to be no reason to condition copies for hi-level api (HgStatus.isCopy() is way down the road)
Loading...