Commands - modify

- Migrated handleModify to CmdModify.
This commit is contained in:
Paul Beckingham 2011-05-30 15:48:20 -04:00
parent 510ce650a6
commit a2da93b681
8 changed files with 240 additions and 168 deletions

View file

@ -32,6 +32,7 @@ set (commands_SRCS Command.cpp Command.h
CmdLog.cpp CmdLog.h
CmdLogo.cpp CmdLogo.h
CmdMerge.cpp CmdMerge.h
CmdModify.cpp CmdModify.h
CmdPrepend.cpp CmdPrepend.h
CmdProjects.cpp CmdProjects.h
CmdPull.cpp CmdPull.h