test-commandserver.py.out
119 lines
| 2.7 KiB
| text/plain
|
TextLexer
/ tests / test-commandserver.py.out
Mads Kiilerich
|
r15541 | |||
testing hellomessage: | ||||
Idan Kamara
|
r14770 | o, 'capabilities: getencoding runcommand\nencoding: ***' | ||
Mads Kiilerich
|
r15541 | runcommand id | ||
Idan Kamara
|
r14770 | 000000000000 tip | ||
abort: unknown command unknowncommand | ||||
Mads Kiilerich
|
r15541 | |||
testing unknowncommand: | ||||
testing checkruncommand: | ||||
runcommand | ||||
Idan Kamara
|
r14770 | Mercurial Distributed SCM | ||
basic commands: | ||||
add add the specified files on the next commit | ||||
annotate show changeset information by line for each file | ||||
clone make a copy of an existing repository | ||||
commit commit the specified files or all outstanding changes | ||||
diff diff repository (or selected files) | ||||
export dump the header and diffs for one or more changesets | ||||
forget forget the specified files on the next commit | ||||
init create a new repository in the given directory | ||||
log show revision history of entire repository or files | ||||
merge merge working directory with another revision | ||||
pull pull changes from the specified source | ||||
push push changes to the specified destination | ||||
remove remove the specified files on the next commit | ||||
serve start stand-alone webserver | ||||
status show changed files in the working directory | ||||
summary summarize working directory state | ||||
update update working directory (or switch revisions) | ||||
use "hg help" for the full list of commands or "hg -v" for details | ||||
Mads Kiilerich
|
r15541 | runcommand id --quiet | ||
Idan Kamara
|
r14770 | 000000000000 | ||
Mads Kiilerich
|
r15541 | runcommand id | ||
Idan Kamara
|
r14770 | 000000000000 tip | ||
Mads Kiilerich
|
r15541 | runcommand id --config ui.quiet=True | ||
Idan Kamara
|
r14770 | 000000000000 | ||
Mads Kiilerich
|
r15541 | runcommand id | ||
Idan Kamara
|
r14770 | 000000000000 tip | ||
Mads Kiilerich
|
r15541 | |||
testing inputeof: | ||||
Idan Kamara
|
r14770 | server exit code = 1 | ||
Mads Kiilerich
|
r15541 | |||
testing serverinput: | ||||
runcommand import - | ||||
Idan Kamara
|
r14770 | applying patch from stdin | ||
Mads Kiilerich
|
r15541 | runcommand log | ||
Idan Kamara
|
r14770 | changeset: 0:eff892de26ec | ||
tag: tip | ||||
user: test | ||||
date: Thu Jan 01 00:00:00 1970 +0000 | ||||
summary: 1 | ||||
Mads Kiilerich
|
r15541 | |||
testing cwd: | ||||
runcommand --cwd foo st bar | ||||
Idan Kamara
|
r14864 | ? bar | ||
Mads Kiilerich
|
r15541 | runcommand st foo/bar | ||
Idan Kamara
|
r14864 | ? foo/bar | ||
Mads Kiilerich
|
r15541 | |||
testing localhgrc: | ||||
runcommand showconfig | ||||
Idan Kamara
|
r14882 | bundle.mainreporoot=$TESTTMP | ||
defaults.backout=-d "0 0" | ||||
defaults.commit=-d "0 0" | ||||
defaults.tag=-d "0 0" | ||||
ui.slash=True | ||||
ui.foo=bar | ||||
Mads Kiilerich
|
r15541 | runcommand init foo | ||
Mads Kiilerich
|
r15542 | runcommand -R foo showconfig ui defaults | ||
Idan Kamara
|
r14882 | defaults.backout=-d "0 0" | ||
defaults.commit=-d "0 0" | ||||
defaults.tag=-d "0 0" | ||||
ui.slash=True | ||||
Mads Kiilerich
|
r15541 | |||
testing hookoutput: | ||||
runcommand --config hooks.pre-identify=python:test-commandserver.hook id | ||||
Idan Kamara
|
r14889 | hook talking | ||
now try to read something: 'some input' | ||||
eff892de26ec tip | ||||
Mads Kiilerich
|
r15541 | |||
testing outsidechanges: | ||||
runcommand tip | ||||
Idan Kamara
|
r14939 | changeset: 1:d3a0a68be6de | ||
tag: tip | ||||
user: test | ||||
date: Thu Jan 01 00:00:00 1970 +0000 | ||||
summary: 2 | ||||
Mads Kiilerich
|
r15541 | |||
testing bookmarks: | ||||
runcommand bookmarks | ||||
Idan Kamara
|
r14939 | no bookmarks set | ||
Mads Kiilerich
|
r15541 | runcommand bookmarks | ||
Idan Kamara
|
r14939 | bm1 1:d3a0a68be6de | ||
bm2 1:d3a0a68be6de | ||||
Mads Kiilerich
|
r15541 | runcommand bookmarks | ||
Idan Kamara
|
r14939 | * bm1 1:d3a0a68be6de | ||
bm2 1:d3a0a68be6de | ||||
Mads Kiilerich
|
r15541 | testing tagscache: | ||
runcommand id -t -r 0 | ||||
runcommand id -t -r 0 | ||||
Idan Kamara
|
r14939 | foo | ||