Mercurial > hgsubversion
comparison tests/test_utility_commands.py @ 160:7a5a0b5c8e34
info: Actually determine and show the repo root.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 30 Dec 2008 10:12:16 -0600 |
parents | 91541523ea5c |
children | 33ebdcb75bcd |
comparison
equal
deleted
inserted
replaced
159:463998d266e3 | 160:7a5a0b5c8e34 |
---|---|
11 import utility_commands | 11 import utility_commands |
12 import fetch_command | 12 import fetch_command |
13 import test_util | 13 import test_util |
14 | 14 |
15 expected_info_output = '''URL: file://%(repo)s/%(branch)s | 15 expected_info_output = '''URL: file://%(repo)s/%(branch)s |
16 Repository Root: None | 16 Repository Root: file://%(repo)s |
17 Repository UUID: df2126f7-00ab-4d49-b42c-7e981dde0bcf | 17 Repository UUID: df2126f7-00ab-4d49-b42c-7e981dde0bcf |
18 Revision: %(rev)s | 18 Revision: %(rev)s |
19 Node Kind: directory | 19 Node Kind: directory |
20 Last Changed Author: durin | 20 Last Changed Author: durin |
21 Last Changed Rev: %(rev)s | 21 Last Changed Rev: %(rev)s |