diff options
author | Peter Wemm <peter@FreeBSD.org> | 2013-11-25 17:44:04 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2013-11-25 17:44:04 +0000 |
commit | eeb88685bfa4ef1c0639f1136d83ff19de1b4595 (patch) | |
tree | d08d9514226ccef9b5a0c4121b56a53cb06b0539 /subversion/libsvn_wc/diff.h | |
parent | 6573976d8d3ffbe3d00487ebc8c11e3eb4033f17 (diff) |
Diffstat (limited to 'subversion/libsvn_wc/diff.h')
-rw-r--r-- | subversion/libsvn_wc/diff.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/subversion/libsvn_wc/diff.h b/subversion/libsvn_wc/diff.h index d16a9e5eeccb5..ebaf5a8825caf 100644 --- a/subversion/libsvn_wc/diff.h +++ b/subversion/libsvn_wc/diff.h @@ -38,7 +38,9 @@ extern "C" { #endif /* __cplusplus */ -/* Reports the file LOCAL_ABSPATH as ADDED file with relpath RELPATH to +/* A function to diff locally added and locally copied files. + + Reports the file LOCAL_ABSPATH as ADDED file with relpath RELPATH to PROCESSOR with as parent baton PROCESSOR_PARENT_BATON. The node is expected to have status svn_wc__db_status_normal, or @@ -61,7 +63,9 @@ svn_wc__diff_local_only_file(svn_wc__db_t *db, void *cancel_baton, apr_pool_t *scratch_pool); -/* Reports the directory LOCAL_ABSPATH and everything below it (limited by +/* A function to diff locally added and locally copied directories. + + Reports the directory LOCAL_ABSPATH and everything below it (limited by DEPTH) as added with relpath RELPATH to PROCESSOR with as parent baton PROCESSOR_PARENT_BATON. |