alarmz / boar

Automatically exported from code.google.com/p/boar
0 stars 0 forks source link

Feature to show log for specific files or sub-tree #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently list shows all sessions
list session show revisions within a session

extending this to list session/offset would make the use of /offset much more 
useful (as it stands, I'm not exactly sure what functionality the 
session/offset provides). Is there some way to drill down to only view things 
by session/offset already or is that an option to allow for future 
functionality?

Original issue reported on code.google.com by cryptob...@gmail.com on 21 Dec 2011 at 11:11

GoogleCodeExporter commented 9 years ago
I'll rephrase this request to be "Feature to show log for specific files or 
sub-tree" (was: "Allow list command to display revisions of session/offset").

The workdir offset feature is just there to make it possible client-side to 
work on a sub-tree of a repository. Otherwise, you'd always need to check out 
the full tree. There is no offset concept in the repository, the repository 
does not know that you have only checked out part of the tree. 

Original comment by ekb...@gmail.com on 29 Dec 2011 at 1:52

GoogleCodeExporter commented 9 years ago
As of changeset a04fa646493c it is now possible to show the log for a specific 
filename or directory.

Original comment by ekb...@gmail.com on 24 Jun 2012 at 11:48