Yann Dirson wrote:
> "mr log" with a set of git repos currently runs "git log" on each
> repo, each git-log command being by default run through a pager.
> 
> 1. this is not comfortable
> 2. the "mr log:" are hidden outside of the pager
> 3. having distinct lists is not very useful
> 
> Well, points 1. and 2. would maybe warrant a wishlist of their own
> (setting GIT_PAGER while to an empty value running mr commands would
> make things better).  The thing is it would mostly be a temporary
> solution before the next suggestion.
> 
> It would be much more useful to merge the individual logs.  That would
> probably just require a per-backend regexp to match a single log entry
> and extract its date.

FWIW, I disable git's autopaging, and pipe such commands to a pager
manually, so I didn't notice this. However, I also mostly use mr log
in a leaf repository as a way to access the VCS log without remembering
what the VCS is. I agree that it probably makes sense to have mr log
disable git autopaging, and possibly to have it then page things itself.

Merging logs has been suggested before, but it requires considerably
more VCS-specific code than the rest of mr has.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to