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

[svnmerge][PATCH] Remove hardcoding of subcommands.

From: Madan U S <madan_at_collab.net>
Date: 2006-04-13 19:47:03 CEST

Now on, introducing a subcommand, would just be a matter
of appending an entry to the command_table dictionary (of
course that implies implementing the action_cmd() function
too ;).
 
[[[
Remove hard-coding for subcommand checking.
 
* contrib/client-side/svnmerge.py
  (main): Compare the given subcommand against the
command_table keys,
  instead of hard-coded values.
]]]

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

Received on Thu Apr 13 19:58:03 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.