fr_file_index.html #1

  • //
  • guest/
  • tony_smith/
  • perforce/
  • P4Rubylib/
  • triggers/
  • doc/
  • fr_file_index.html
  • View
  • Commits
  • Open Download .zip Download (1004 B)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Files</title>
<style type="text/css">
<!--
  body {
background-color: #ddddff;
     font-family: Verdana, Arial, Helvetica, sans-serif; 
       font-size: 11px; 
      font-style: normal;
     line-height: 14px; 
           color: #000040;
  }
div.banner {
  background: #0000aa;
  color:      white;
  padding: 1;
  margin: 0;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  width: 100%;
}

A.xx { color: white; font-weight: bold; }
-->
</style>
<base target="docwin">
</head>
<body>
<div class="banner"><a href="files/P4Triggers_rb.html" class="xx">Files</a></div>
<a href="files/P4Triggers_rb.html">P4Triggers.rb</a><br />
<a href="files/checkcase_rb.html">checkcase.rb</a><br />
<a href="files/checkjob_rb.html">checkjob.rb</a><br />
<a href="files/checktype_rb.html">checktype.rb</a><br />
</body></html>
# Change User Description Committed
#3 4654 Tony Smith Add an example spec trigger to show how you might restrict the
default view for all new clients to a pre-defined set of
mappings.
#2 4640 Tony Smith Add a sample post-commit trigger that can be used to keep a master
and slave branch in sync.
#1 3637 Tony Smith Add RDoc documentation to the sample triggers.