diff options
author | W. Trevor King <wking@drexel.edu> | 2009-10-06 06:47:10 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-10-06 06:47:10 -0400 |
commit | 5ccc639e7c04abc97db15eb15677a256e9400b44 (patch) | |
tree | ed3d250b258023ec9cc154b5843a90ae75d517f3 /.be/bugs/529c290e-b1cf-4800-be7e-68f1ecb9565c/comments/2bb7b4d0-6290-4771-9fff-4aa2e8086b1a | |
parent | 5323cc1ba94095938c54a2853a3827c14b420e66 (diff) | |
download | bugseverywhere-5ccc639e7c04abc97db15eb15677a256e9400b44.tar.gz |
Oops, fixed return typo in libbe.darcs.Darcs._vcs_get_file_contents()
For self.parsed_version[0] >= 2, was returning the entire output of
._u_invoke_client() (status, output, and error). Now it just returns
the output, which is what we want. This fixes Chris' failed test:
======================================================================
FAIL: Should get file contents as committed to specified revision.
----------------------------------------------------------------------
Traceback (most recent call last):
File "libbe/vcs.py", line 852, in test_revision_file_contents_as_committed
self.test_contents['rev_1'], committed_contents)
AssertionError: 'Lorem ipsum' != (0, 'Lorem ipsum', '')
----------------------------------------------------------------------
Diffstat (limited to '.be/bugs/529c290e-b1cf-4800-be7e-68f1ecb9565c/comments/2bb7b4d0-6290-4771-9fff-4aa2e8086b1a')
0 files changed, 0 insertions, 0 deletions