We'll use 'fetch' to download newer wiki revisions, which will lead to
using 'update' to apply those newer revisions.
self.metadir.create(self.args[0])
self.metadir.create(self.args[0])
-class FetchCommand(CommandBase):
+class PullCommand(CommandBase):
def __init__(self):
usage = '%prog fetch [options] PAGENAME ...'
def __init__(self):
usage = '%prog fetch [options] PAGENAME ...'
- CommandBase.__init__(self, 'fetch', 'fetch remote pages', usage)
- self.shortcuts.append('ft')
+ CommandBase.__init__(self, 'pull', 'add remote pages to repo', usage)
def _do_command(self):
self._die_if_no_init()
def _do_command(self):
self._die_if_no_init()