##// END OF EJS Templates
i18n-pt_BR: synchronized with 6b52963ced73
i18n-pt_BR: synchronized with 6b52963ced73

File last commit:

r16202:53e2cd30 2.1.1 stable
r16214:a0ab72ac stable
Show More
test-commandserver.py.out
147 lines | 3.3 KiB | text/plain | TextLexer
/ tests / test-commandserver.py.out
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541
testing hellomessage:
Idan Kamara
tests: add basic commandserver test
r14770 o, 'capabilities: getencoding runcommand\nencoding: ***'
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541 runcommand id
Idan Kamara
tests: add basic commandserver test
r14770 000000000000 tip
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541
testing unknowncommand:
Idan Kamara
test-commandserver: flush stdout
r16117 abort: unknown command unknowncommand
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541
testing checkruncommand:
runcommand
Idan Kamara
tests: add basic commandserver test
r14770 Mercurial Distributed SCM
basic commands:
Olav Reinert
help: fix column alignment in "hg help" output...
r15862 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
phase set or show the current phase name
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)
Idan Kamara
tests: add basic commandserver test
r14770
use "hg help" for the full list of commands or "hg -v" for details
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541 runcommand id --quiet
Idan Kamara
tests: add basic commandserver test
r14770 000000000000
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541 runcommand id
Idan Kamara
tests: add basic commandserver test
r14770 000000000000 tip
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541 runcommand id --config ui.quiet=True
Idan Kamara
tests: add basic commandserver test
r14770 000000000000
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541 runcommand id
Idan Kamara
tests: add basic commandserver test
r14770 000000000000 tip
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541
testing inputeof:
Idan Kamara
tests: add basic commandserver test
r14770 server exit code = 1
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541
testing serverinput:
runcommand import -
Idan Kamara
tests: add basic commandserver test
r14770 applying patch from stdin
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541 runcommand log
Idan Kamara
tests: add basic commandserver test
r14770 changeset: 0:eff892de26ec
tag: tip
user: test
date: Thu Jan 01 00:00:00 1970 +0000
summary: 1
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541
testing cwd:
runcommand --cwd foo st bar
Idan Kamara
cmdserver: restore old working dir after dispatch when we have --cwd
r14864 ? bar
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541 runcommand st foo/bar
Idan Kamara
cmdserver: restore old working dir after dispatch when we have --cwd
r14864 ? foo/bar
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541
testing localhgrc:
runcommand showconfig
Idan Kamara
cmdserver: take repo.baseui as our ui...
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
tests: make test-commandserver.py output readable
r15541 runcommand init foo
Mads Kiilerich
tests: make test-commandserver.py independent of line ending and slash direction
r15542 runcommand -R foo showconfig ui defaults
Idan Kamara
cmdserver: take repo.baseui as our ui...
r14882 defaults.backout=-d "0 0"
defaults.commit=-d "0 0"
defaults.tag=-d "0 0"
ui.slash=True
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541
testing hookoutput:
runcommand --config hooks.pre-identify=python:test-commandserver.hook id
Idan Kamara
hooks: redirect stdout/err/in to the ui descriptors when calling python hooks...
r14889 hook talking
now try to read something: 'some input'
eff892de26ec tip
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541
testing outsidechanges:
Idan Kamara
cmdserver: invalidate the dirstate when running commands (issue3271)...
r16114 runcommand status
M a
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541 runcommand tip
Idan Kamara
cmdserver: repo.invalidate() on every runcommand...
r14939 changeset: 1:d3a0a68be6de
tag: tip
user: test
date: Thu Jan 01 00:00:00 1970 +0000
summary: 2
Idan Kamara
cmdserver: invalidate the dirstate when running commands (issue3271)...
r16114 runcommand status
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541
testing bookmarks:
runcommand bookmarks
Idan Kamara
cmdserver: repo.invalidate() on every runcommand...
r14939 no bookmarks set
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541 runcommand bookmarks
Idan Kamara
cmdserver: repo.invalidate() on every runcommand...
r14939 bm1 1:d3a0a68be6de
bm2 1:d3a0a68be6de
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541 runcommand bookmarks
Idan Kamara
cmdserver: repo.invalidate() on every runcommand...
r14939 * bm1 1:d3a0a68be6de
bm2 1:d3a0a68be6de
Idan Kamara
scmutil: update cached copy when filecached attribute is assigned (issue3263)...
r16115 runcommand bookmarks bm3
runcommand commit -Amm
runcommand bookmarks
bm1 1:d3a0a68be6de
bm2 1:d3a0a68be6de
* bm3 2:aef17e88f5f0
Idan Kamara
cmdserver: repo.invalidate() on every runcommand...
r14939
Mads Kiilerich
tests: make test-commandserver.py output readable
r15541 testing tagscache:
runcommand id -t -r 0
runcommand id -t -r 0
Idan Kamara
cmdserver: repo.invalidate() on every runcommand...
r14939 foo
Idan Kamara
test-commandserver: test that phase data is being refreshed
r15989
testing setphase:
runcommand phase -r .
Idan Kamara
scmutil: update cached copy when filecached attribute is assigned (issue3263)...
r16115 3: draft
Idan Kamara
test-commandserver: test that phase data is being refreshed
r15989 runcommand phase -r .
Idan Kamara
scmutil: update cached copy when filecached attribute is assigned (issue3263)...
r16115 3: public
Idan Kamara
localrepo: clear _filecache on rollback (issue3261)...
r16116
testing rollback:
runcommand phase -r . -p
Idan Kamara
test-commandserver: flush stdout
r16117 no phases changed
Idan Kamara
localrepo: clear _filecache on rollback (issue3261)...
r16116 runcommand commit -Am.
runcommand rollback
repository tip rolled back to revision 3 (undo commit)
working directory now based on revision 3
runcommand phase -r .
3: public