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

@@ -53,7 +53,6 @@ bool nag (Task&);
int handleModify (std::string&);
void handleMerge (std::string&);
void handlePush (std::string&);
void handlePull (std::string&);
int deltaAppend (Task&);
int deltaPrepend (Task&);
int deltaDescription (Task&);