add postCommit to callbacks list
This commit is contained in:
parent
47da84ed72
commit
b9d6948d81
1 changed files with 3 additions and 1 deletions
|
|
@ -45,7 +45,9 @@ callbacks = {
|
|||
'preRepoInit': [],
|
||||
'postRepoInit': [],
|
||||
'preRepoDone': [],
|
||||
'postRepoDone': []
|
||||
'postRepoDone': [],
|
||||
'preCommit': [],
|
||||
'postCommit': [],
|
||||
}
|
||||
|
||||
class PluginTracker(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue