Show More
@@ -1960,11 +1960,7 b' def combinechangegroupresults(op):' | |||||
1960 | ), |
|
1960 | ), | |
1961 | ) |
|
1961 | ) | |
1962 | def handlechangegroup(op, inpart): |
|
1962 | def handlechangegroup(op, inpart): | |
1963 | """apply a changegroup part on the repo |
|
1963 | """apply a changegroup part on the repo""" | |
1964 |
|
||||
1965 | This is a very early implementation that will massive rework before being |
|
|||
1966 | inflicted to any end-user. |
|
|||
1967 | """ |
|
|||
1968 | from . import localrepo |
|
1964 | from . import localrepo | |
1969 |
|
1965 | |||
1970 | tr = op.gettransaction() |
|
1966 | tr = op.gettransaction() |
General Comments 0
You need to be logged in to leave comments.
Login now