[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] ctypes-python-bindings branch WC Diff

From: Sage La Torra <sagelt_at_gmail.com>
Date: 2007-06-22 22:58:25 CEST

This patch adds a diff method to the WC class. It's slightly limited
(on purpose) in that it only diffs the base revision against the
working copy, since that's the only diff that really makes sense for
the WC class to produce. It's loaded with options to allow for various
output methods, as well as everything supported by svn_client_diff3().
The documentation in the patch should explain the functionality pretty
completely. The diff for the patch was produced by python code calling
WC.diff().

[[[
Add diff method to python WC class.

*csvn/wc.py
(WC.diff) New method to produce the diff of something in the working
copy against the base revision.
]]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Fri Jun 22 22:58:12 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.