From: Chris Ball Date: Tue, 6 Oct 2009 03:15:39 +0000 (-0400) Subject: Large merge from W. Trevor King, including Gianluca's HTML export. X-Git-Tag: 1.0.0~62 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b6a50c703369467132876f21efa8e4ffc672afae;p=be.git Large merge from W. Trevor King, including Gianluca's HTML export. --- b6a50c703369467132876f21efa8e4ffc672afae diff --cc libbe/vcs.py index 294b8e0,a1d3022..179339e --- a/libbe/vcs.py +++ b/libbe/vcs.py @@@ -808,7 -837,7 +837,8 @@@ class VCS_commit_TestCase(VCSTestCase) def test_revision_file_contents_as_committed(self): """Should get file contents as committed to specified revision.""" - if not self.rcs.versioned: ++ import sys + if not self.vcs.versioned: return for path in self.test_files: full_path = self.full_path(path)