Adds argument for marking an edit as 'minor'
This commit is contained in:
parent
3df800f978
commit
690decc54b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class ICapContent(IBaseCap):
|
||||||
def log_content(self, id):
|
def log_content(self, id):
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
def push_content(self, content, message=None):
|
def push_content(self, content, message=None, minor=False):
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
def get_content_preview(self, content):
|
def get_content_preview(self, content):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue