##// END OF EJS Templates
comments on git-operations mapp
marcink -
r2322:6ea36346 beta
parent child Browse files
Show More
@@ -62,7 +62,9 b' class SimpleGitUploadPackHandler(dulserv'
62
62
63
63
64 dulserver.DEFAULT_HANDLERS = {
64 dulserver.DEFAULT_HANDLERS = {
65 #git-ls-remote, git-clone, git-fetch and git-pull
65 'git-upload-pack': SimpleGitUploadPackHandler,
66 'git-upload-pack': SimpleGitUploadPackHandler,
67 #git-push
66 'git-receive-pack': dulserver.ReceivePackHandler,
68 'git-receive-pack': dulserver.ReceivePackHandler,
67 }
69 }
68
70
@@ -196,7 +198,6 b' class SimpleGit(BaseVCSController):'
196 baseui = make_ui('db')
198 baseui = make_ui('db')
197 self.__inject_extras(repo_path, baseui, extras)
199 self.__inject_extras(repo_path, baseui, extras)
198
200
199
200 try:
201 try:
201 # invalidate cache on push
202 # invalidate cache on push
202 if action == 'push':
203 if action == 'push':
General Comments 0
You need to be logged in to leave comments. Login now