comparison tests/test_fetch_mappings.py @ 1098:28116a204b6a

test_fetch_mappings: trim some superfluous whitespace
author Augie Fackler <raf@durin42.com>
date Thu, 17 Oct 2013 11:27:25 -0400
parents e015cd34168d
children 49791c40a8a5
comparison
equal deleted inserted replaced
1097:e015cd34168d 1098:28116a204b6a
340 ui = self.ui() 340 ui = self.ui()
341 ui.setconfig('hgsubversion', 'defaultmessage', 'blyf') 341 ui.setconfig('hgsubversion', 'defaultmessage', 'blyf')
342 commands.clone(ui, test_util.fileurl(repo_path), self.wc_path) 342 commands.clone(ui, test_util.fileurl(repo_path), self.wc_path)
343 343
344 self.assertEqual(self.repo['tip'].description(), 'blyf') 344 self.assertEqual(self.repo['tip'].description(), 'blyf')
345
346