Show More
@@ -53,25 +53,31 b' class SimpleHg(simplevcs.SimpleVCS):' | |||||
53 | return repo_name.rstrip('/') |
|
53 | return repo_name.rstrip('/') | |
54 |
|
54 | |||
55 | _ACTION_MAPPING = { |
|
55 | _ACTION_MAPPING = { | |
|
56 | 'between': 'pull', | |||
|
57 | 'branches': 'pull', | |||
|
58 | 'branchmap': 'pull', | |||
|
59 | 'capabilities': 'pull', | |||
56 | 'changegroup': 'pull', |
|
60 | 'changegroup': 'pull', | |
57 | 'changegroupsubset': 'pull', |
|
61 | 'changegroupsubset': 'pull', | |
|
62 | 'changesetdata': 'pull', | |||
|
63 | 'clonebundles': 'pull', | |||
|
64 | 'clonebundles_manifest': 'pull', | |||
|
65 | 'debugwireargs': 'pull', | |||
|
66 | 'filedata': 'pull', | |||
58 | 'getbundle': 'pull', |
|
67 | 'getbundle': 'pull', | |
59 | 'stream_out': 'pull', |
|
|||
60 | 'listkeys': 'pull', |
|
|||
61 | 'between': 'pull', |
|
|||
62 | 'branchmap': 'pull', |
|
|||
63 | 'branches': 'pull', |
|
|||
64 | 'clonebundles': 'pull', |
|
|||
65 | 'capabilities': 'pull', |
|
|||
66 | 'debugwireargs': 'pull', |
|
|||
67 | 'heads': 'pull', |
|
68 | 'heads': 'pull', | |
68 | 'lookup': 'pull', |
|
|||
69 | 'hello': 'pull', |
|
69 | 'hello': 'pull', | |
70 | 'known': 'pull', |
|
70 | 'known': 'pull', | |
|
71 | 'listkeys': 'pull', | |||
|
72 | 'lookup': 'pull', | |||
|
73 | 'manifestdata': 'pull', | |||
|
74 | 'narrow_widen': 'pull', | |||
|
75 | 'protocaps': 'pull', | |||
|
76 | 'stream_out': 'pull', | |||
71 |
|
77 | |||
72 | # largefiles |
|
78 | # largefiles | |
|
79 | 'getlfile': 'pull', | |||
73 | 'putlfile': 'push', |
|
80 | 'putlfile': 'push', | |
74 | 'getlfile': 'pull', |
|
|||
75 | 'statlfile': 'pull', |
|
81 | 'statlfile': 'pull', | |
76 | 'lheads': 'pull', |
|
82 | 'lheads': 'pull', | |
77 |
|
83 |
General Comments 0
You need to be logged in to leave comments.
Login now