The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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