Oops, fixed return typo in libbe.darcs.Darcs._vcs_get_file_contents()
authorW. Trevor King <wking@drexel.edu>
Tue, 6 Oct 2009 10:47:10 +0000 (06:47 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 6 Oct 2009 10:47:10 +0000 (06:47 -0400)
commit5ccc639e7c04abc97db15eb15677a256e9400b44
treeed3d250b258023ec9cc154b5843a90ae75d517f3
parent5323cc1ba94095938c54a2853a3827c14b420e66
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', '')
----------------------------------------------------------------------
libbe/darcs.py