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

[PATCH] svnmerge.py: Refactor analyze_revs

From: David James <djames_at_collab.net>
Date: 2006-03-03 00:09:22 CET

This patch simplifies svnmerge.py by refactoring analyze_revs. I'm
doing this refactoring now so that it will be easier to add new
features (like complex merge tracking) later.

[[[
Refactor analyze_revs, creating a separate function called "find_changes"
for finding which revisions and merges affect a given URL.

* contrib/client-side/svnmerge.py
  (find_changes): New function.
  (analyze_revs): Use find_changes function.
]]]

--
David James -- http://www.cs.toronto.edu/~james
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 3 00:10:26 2006

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.