Command - pull

- Migrated handlePull to CmdPull.
This commit is contained in:
Paul Beckingham 2011-05-30 14:30:14 -04:00
parent abd51e81a3
commit 99fae1f9a8
9 changed files with 164 additions and 77 deletions

View file

@ -33,6 +33,7 @@ set (commands_SRCS Command.cpp Command.h
CmdLogo.cpp CmdLogo.h
CmdPrepend.cpp CmdPrepend.h
CmdProjects.cpp CmdProjects.h
CmdPull.cpp CmdPull.h
CmdQuery.cpp CmdQuery.h
CmdReports.cpp CmdReports.h
CmdShell.cpp CmdShell.h