no p4 annotate?
no p4 annotate?
- Subject: no p4 annotate?
- From: Jim Correia <email@hidden>
- Date: Fri, 19 Dec 2003 15:13:25 -0500
While reading the release notes waiting for the final build to arrive...
The Xcode 1.1 release notes say:
Basic support for 'cvs annotate' has been added. Currently you can
only act on the checked out file and the raw results are placed in a
new untitled window. No Perforce support as of yet since Perforce
doesn't have a comparable command.
p4 does have a like command. It is even called annotate. :-)
annotate -- Print file lines along with their revisions
p4 annotate [ -aq ] file[revRange] ...
Prints all lines of the named files, indicating what revision
introduced each line into the file.
If the file argument has a revision, then only revisions up to
that
revision are displayed. If the file argument has a revision
range,
then only revisions within that range are displayed. See 'p4
help
revisions' for help specifying revisions.
The -a flag includes both deleted files and lines no longer
present
at the head revision; in this case, both the starting and ending
revision for each line is indicated.
The -q flag suppresses the one-line header for each file.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.