Mercurial > hgsubversion
comparison tests/test_util.py @ 1084:ca36d5915dc7
test_util: include Subversion revision when drawing a pretty graph
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Sun, 11 Aug 2013 22:20:59 +0200 |
parents | c8d0f5983571 |
children | cd0d14e25757 |
comparison
equal
deleted
inserted
replaced
1083:8087267d0805 | 1084:ca36d5915dc7 |
---|---|
645 _ui = ui.ui() | 645 _ui = ui.ui() |
646 _ui.setconfig('extensions', 'graphlog', '') | 646 _ui.setconfig('extensions', 'graphlog', '') |
647 extensions.loadall(_ui) | 647 extensions.loadall(_ui) |
648 graphlog = extensions.find('graphlog') | 648 graphlog = extensions.find('graphlog') |
649 templ = """\ | 649 templ = """\ |
650 changeset: {rev}:{node|short} | 650 changeset: {rev}:{node|short} (r{svnrev}) |
651 branch: {branches} | 651 branch: {branches} |
652 tags: {tags} | 652 tags: {tags} |
653 summary: {desc|firstline} | 653 summary: {desc|firstline} |
654 files: {files} | 654 files: {files} |
655 | 655 |