Mercurial > hg4j
comparison design.txt @ 1:a3576694a4d1
Repository detection from local/specified directory
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Sat, 18 Dec 2010 05:47:35 +0100 |
parents | |
children | 08db726a0fb7 |
comparison
equal
deleted
inserted
replaced
0:dbd663faec1f | 1:a3576694a4d1 |
---|---|
1 FileStructureWalker (pass HgFile, HgFolder to callable; which can ask for VCS data from any file) | |
2 External uses: user browses files, selects one and asks for its history | |
3 Params: tip/revision; | |
4 Implementation: manifest | |
5 | |
6 Log --rev | |
7 Log <file> | |
8 | |
9 hg cat | |
10 Implementation: logic to find file by name in the repository is the same with Log and other commands |