Server:
1666 Client: p4web-browser
Path:
 
Files   Submitted   Branches   Labels   Clients   Users   Jobs   Settings  
Display tree view Display revision history Display revision history Display revision history thumbnails Show branching history View head revision text Cancel operation Hide recent activity bar Show go to bar Information Help
1111 2001/11/28 jonathan_kamens Put the name of the program in 1112 2001/11/28 jonathan_kamens Fix a bug that made it impossib 1224 2002/01/06 jonathan_kamens Fix type -- should be text+xk i 1331 2002/01/15 jonathan_kamens Allow file names with spaces in 5998 2007/08/01 jonathan_kamens Add "use strict" and "use warni
Revision History:  
//guest/jonathan_kamens/p4pr.perl
Type: kxtext Client: //p4web-browser/guest/jonathan_kamens/p4pr.perl Head rev size: 7.50 KB
Head: #14
Opened by Other(s) opened by  jonathan_kamens@jonathan_kamens
Rev Changelist Date User Type Changelist Description/Action
 14  5998 2007/08/01 jonathan_kamens kxtext Add "use strict" and "use warnings" to make code cleaner.
Suggestion from Dan Nicolaescu: Make printing line numbers optional,
disabled by default.
Change from dan Nicolaescu: Print the change date for each line in the
file.
View revision text Diff rev #13 vs. rev #14 edit
 13  1331 2002/01/15 jonathan_kamens kxtext Allow file names with spaces in them to work properly.
View revision text Diff rev #12 vs. rev #13 edit
 12  1224 2002/01/06 jonathan_kamens kxtext Fix type -- should be text+xk instead of text+x so that Id
string is substituted.
View revision text Diff rev #11 vs. rev #12 edit
 11  1112 2001/11/28 jonathan_kamens xtext Fix a bug that made it impossible to annotate an earlier version of a
file which is deleted at its head revision.
View revision text Diff rev #10 vs. rev #11 edit
 10  1111 2001/11/28 jonathan_kamens xtext Put the name of the program in "$whoami" instead of messing with $0.
Use "basename" in the "File::Basename" package to determine the name
of the program.

Whitespace cleanups.

Better usage message.

Add support for "--after" to only look at revisions after the
specified date.

Redo command-line parsing to use "Getopt::Long". Remove previous
parsing of no-op, undocumented "-r" and "-c" options. Removed unused
variables $showauthor, $showchange, $showrev.
View revision text Diff rev #9 vs. rev #10 edit
 9  365 2000/06/07 jonathan_kamens xtext (find_branch_part): When figuring out what part of the file name to
display for a previous branch of the file, display all different path
components rather than displaying all different characters. That is,
when comparing the current file name to the previous one, split it up
on slashes and compare the components instead of doing a
character-by-character comparison. This gives a much more intuitive
result.
View revision text Diff rev #8 vs. rev #9 edit
 8  341 2000/05/16 jonathan_kamens xtext When looking for where a file was branched from, ignore "copy from"
and "merge from" lines -- we only really care about "branch from"
lines.
View revision text Diff rev #7 vs. rev #8 edit
 7  336 2000/05/12 jonathan_kamens xtext Missing caret in the regular expression matching diff lines.
View revision text Diff rev #6 vs. rev #7 edit
 6  335 2000/05/12 jonathan_kamens xtext Use P4 environment variable for name of p4 executable, if it's
set.
View revision text Diff rev #5 vs. rev #6 edit
 5  328 2000/05/09 jonathan_kamens xtext Instead of hard-coding the path to /usr/local/bin/p4, set $P4 to just
"p4" by default, so it'll get whatever p4 is in the search path.
View revision text Diff rev #4 vs. rev #5 edit
 4  327 2000/05/09 jonathan_kamens xtext Eliminate some unnecessary usages of the character '#', and quote
others with backslashes, to make Perl mode in Emacs indent more
happily.
View revision text Diff rev #3 vs. rev #4 edit
 3  326 2000/05/09 jonathan_kamens xtext Add a comment with my name and address indicating that I've modified
the script to annotate past branchings.
View revision text Diff rev #2 vs. rev #3 edit
 2  325 2000/05/09 jonathan_kamens xtext Changes to make p4pr.perl display annotation back through branchings.
View revision text Diff rev #1 vs. rev #2 edit
 1  324 2000/05/09 jonathan_kamens xtext Branch in preparation for committing my changes which will cause p4pr
to trace changes back through branchings.

View revision text
branch
branch from //public/perforce/utils/p4db/p4pr.perl#1
Copyright 2008 Perforce Software. All rights reserved.