The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

viewHistory - VCS history viewer

SYNOPSIS

 # a la RCS
 rlog foo.c | viewHistory 
  
 # or as I do it at my workplace
 fhist bar.c | viewHistory -type tnd

DESCRIPTION

Launch a Tk application to display a graph of the history of your VCS file.

AUTHOR

Dominique Dumont Dominique_Dumont@grenoble.hp.com

Copyright (c) 1998-1999 Dominique Dumont. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

perl(1), Puppet::VcsTools::History