Mercurial > hg4j
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/design.txt Sat Dec 18 05:47:35 2010 +0100 @@ -0,0 +1,10 @@ +FileStructureWalker (pass HgFile, HgFolder to callable; which can ask for VCS data from any file) +External uses: user browses files, selects one and asks for its history +Params: tip/revision; +Implementation: manifest + +Log --rev +Log <file> + +hg cat +Implementation: logic to find file by name in the repository is the same with Log and other commands \ No newline at end of file