Summary: | Preview of previous version of file in CVS Log dialog | ||
---|---|---|---|
Product: | [Applications] cervisia | Reporter: | greendeath |
Component: | general | Assignee: | Christian Loose <christian.loose> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
greendeath
2003-08-15 02:16:04 UTC
Subject: Re: New: Preview of previous version of file in CVS Log dialog
On Friday 15 August 2003 02:16, you wrote:
> Ability to view (without updating) another version of file from CVS Log
> dialog (from both tree/list modes) will be great.
you can do this with Annotate. Select the wanted revision with left mouse
button or key 'A' (select as revision A) and press the Annotate button.
Cheers,
Andr
Probably my idea is not completely redundant. "Annotate" just shows plain text file (+ developer + version - it's not always necessary). Kate (Emacs, vi, or other editor with syntax) will definitely help to look through code (Find is not bad addition to "Annotate" dialog too :-). Same for binary files which could be viewed with external viewers selected by MIME type. With best regards, Eugene. Subject: Re: Preview of previous version of file in CVS Log dialog
> Probably my idea is not completely redundant. "Annotate" just
> shows plain text file (+ developer + version - it's not always
> necessary). Kate (Emacs, vi, or other editor with syntax) will
> definitely help to look through code (Find is not bad addition to
> "Annotate" dialog too :-). Same for binary files which could be
> viewed with external viewers selected by MIME type.
Good points. Both things are useful additions to Cervisia and. Thanks
for your suggestions.
Andr
Subject: kdesdk/cervisia CVS commit by cloose: Added a new button (View) to the log dialog to view the selected revision of a file in the preferred editor. CCMAIL: 62697-done@bugs.kde.org M +5 -0 ChangeLog 1.97 M +62 -3 logdlg.cpp 1.39 M +3 -0 logdlg.h 1.19 |