Merge
- Added support for URIs - Added push command (pushes *.data to remote location) - Added config option: merge.autopush
This commit is contained in:
@@ -78,6 +78,7 @@ int handleDenotate (std::string &);
|
||||
int handleDuplicate (std::string &);
|
||||
void handleUndo ();
|
||||
void handleMerge (std::string&);
|
||||
void handlePush (std::string&);
|
||||
#ifdef FEATURE_SHELL
|
||||
void handleShell ();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user