log tests/test-commandserver.py @ 18381:7ac4449f0f39

age author description
2012-05-12 Brodie Rao cleanup: "raise SomeException()" -> "raise SomeException"
2012-05-12 Brodie Rao cleanup: eradicate long lines
2012-03-01 Idan Kamara dirstate: filecacheify _ignore (issue3278) stable 2.1.1
2012-03-01 Idan Kamara dirstate: filecacheify _branch stable
2012-02-15 Idan Kamara test-commandserver: flush stdout stable
2012-02-15 Idan Kamara localrepo: clear _filecache on rollback (issue3261) stable
2012-02-15 Idan Kamara scmutil: update cached copy when filecached attribute is assigned (issue3263) stable
2012-02-15 Idan Kamara cmdserver: invalidate the dirstate when running commands (issue3271) stable
2012-01-25 Idan Kamara test-commandserver: test that phase data is being refreshed stable
2011-11-20 Mads Kiilerich tests: make test-commandserver.py independent of line ending and slash direction
2011-11-20 Mads Kiilerich tests: make test-commandserver.py output readable
2011-07-25 Idan Kamara cmdserver: repo.invalidate() on every runcommand
2011-07-09 Idan Kamara hooks: redirect stdout/err/in to the ui descriptors when calling python hooks stable
2011-07-14 Idan Kamara cmdserver: take repo.baseui as our ui stable
2011-07-15 Idan Kamara test-commandserver: explicitly close opened file stable
2011-07-11 Idan Kamara cmdserver: restore old working dir after dispatch when we have --cwd stable
2011-06-29 Idan Kamara tests: add basic commandserver test stable