Mercurial > public > mercurial-scm > hg
comparison tests/test-commandserver.py.out @ 20650:e811b93f2cb1
cmdserver: allow to start server without repository
Typical use case is to clone repository through command server. Clone may
require user interaction, so command-server protocol is beneficial over
raw stdio channels.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Mon, 03 Mar 2014 23:21:24 +0900 |
parents | 9524938c8ff8 |
children | 9336bc7dca8e |
comparison
equal
deleted
inserted
replaced
20649:9524938c8ff8 | 20650:e811b93f2cb1 |
---|---|
235 runcommand qpop --all | 235 runcommand qpop --all |
236 popping 0.diff | 236 popping 0.diff |
237 patch queue now empty | 237 patch queue now empty |
238 runcommand qqueue --active | 238 runcommand qqueue --active |
239 foo | 239 foo |
240 | |
241 testing hellomessage: | |
242 | |
243 o, 'capabilities: getencoding runcommand\nencoding: ***' | |
244 runcommand id | |
245 abort: there is no Mercurial repository here (.hg not found) | |
246 [255] | |
247 | |
248 testing startwithoutrepo: | |
249 | |
250 runcommand init repo2 | |
251 runcommand id -R repo2 | |
252 000000000000 tip |