You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Madan U S <ma...@collab.net> on 2006/04/13 17:47:03 UTC

[svnmerge][PATCH] Remove hardcoding of subcommands.

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.
]]]

Re: [svnmerge][PATCH] Remove hardcoding of subcommands.

Posted by Daniel Rall <dl...@collab.net>.
On Thu, 13 Apr 2006, Madan S. wrote:

> 
> 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 ;).

Nice, tested and committed in r19344.