ossp-pkg/svs/svs.pod 1.1 -> 1.2
--- svs.pod 2004/12/14 19:18:37 1.1
+++ svs.pod 2005/01/13 11:12:58 1.2
@@ -43,9 +43,11 @@
=item B<svs> vi I<file> [...]
-=item B<svs> diff I<file>|I<dir> [...]
+=item B<svs> diff [I<file>|I<dir> [...]]
+
+=item B<svs> backout [I<file>|I<dir> [...]]
-=item B<svs> backout I<file>|I<dir> [...]
+=item B<svs> status [I<file>|I<dir> [...]]
=back
@@ -118,6 +120,12 @@
This backouts all changes made to files where an I<file>C<.orig> exists.
The I<file>C<.orig> files are removed, too.
+=item B<svs> status [I<file>|I<dir> [...]]
+
+This shows a short status of files I<file> where an I<file>C<.orig> or I<file>C<.rej> file exists.
+A prefix of "C<M>" indicates a modification (a I<file>C<.orig> exists).
+A prefix of "C<C>" indicates a conflict (a I<file>C<.rej> exists).
+
=back
=head1 HISTORY
|
|