Mercurial > hgsubversion
comparison tests/test_util.py @ 546:d84116dda52d
test_util: add tags to output of draw
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Sat, 06 Feb 2010 10:36:12 -0600 |
parents | cf4fe45bf8fd |
children | 2148eb4b4da4 |
comparison
equal
deleted
inserted
replaced
545:ebd8fb1a05e4 | 546:d84116dda52d |
---|---|
293 extensions.loadall(_ui) | 293 extensions.loadall(_ui) |
294 graphlog = extensions.find('graphlog') | 294 graphlog = extensions.find('graphlog') |
295 templ = """\ | 295 templ = """\ |
296 changeset: {rev}:{node|short} | 296 changeset: {rev}:{node|short} |
297 branch: {branches} | 297 branch: {branches} |
298 tags: {tags} | |
298 summary: {desc|firstline} | 299 summary: {desc|firstline} |
299 files: {files} | 300 files: {files} |
300 | 301 |
301 """ | 302 """ |
302 graphlog.graphlog(_ui, repo, rev=None, template=templ) | 303 graphlog.graphlog(_ui, repo, rev=None, template=templ) |