Mercurial > evolve
comparison hgext/simple4server.py @ 878:5cb2744a6d36
simple4server: update "from <changeset>" statement
Could obviously not do it in the same changeset than the original changes.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Mon, 10 Mar 2014 22:09:26 -0700 |
parents | cf35f38d6a10 |
children | 48804a8d7472 |
comparison
equal
deleted
inserted
replaced
877:cf35f38d6a10 | 878:5cb2744a6d36 |
---|---|
131 seenmarkers |= direct | 131 seenmarkers |= direct |
132 pendingnodes -= seennodes | 132 pendingnodes -= seennodes |
133 seennodes |= pendingnodes | 133 seennodes |= pendingnodes |
134 return seenmarkers | 134 return seenmarkers |
135 | 135 |
136 # from evolve extension: 1a23c7c52a43 | 136 # from evolve extension: cf35f38d6a10 |
137 def srv_pullobsmarkers(repo, proto, others): | 137 def srv_pullobsmarkers(repo, proto, others): |
138 """serves a binary stream of markers. | 138 """serves a binary stream of markers. |
139 | 139 |
140 Serves relevant to changeset between heads and common. The stream is prefix | 140 Serves relevant to changeset between heads and common. The stream is prefix |
141 by a -string- representation of an integer. This integer is the size of the | 141 by a -string- representation of an integer. This integer is the size of the |