Mercurial > hg-stable
comparison tests/test-log.t @ 24585:e191d5d8d515
changeset_printer: hide manifest node for workingctx
Because workingctx has no manifest, it makes sense to hide "manifest:" row
completely.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 14 Mar 2015 17:33:22 +0900 |
parents | 5a40b5d45396 |
children | 201caa10536b |
comparison
equal
deleted
inserted
replaced
24584:5a40b5d45396 | 24585:e191d5d8d515 |
---|---|
1631 date: [A-Za-z0-9:+ ]+ (re) | 1631 date: [A-Za-z0-9:+ ]+ (re) |
1632 | 1632 |
1633 $ hg log -r 'wdir()' -q | 1633 $ hg log -r 'wdir()' -q |
1634 0:65624cd9070a+ | 1634 0:65624cd9070a+ |
1635 | 1635 |
1636 $ hg log -r 'wdir()' --debug | |
1637 changeset: 0:65624cd9070a035fa7191a54f2b8af39f16b0c08+ | |
1638 phase: draft | |
1639 parent: 0:65624cd9070a035fa7191a54f2b8af39f16b0c08 | |
1640 parent: -1:0000000000000000000000000000000000000000 | |
1641 user: test | |
1642 date: [A-Za-z0-9:+ ]+ (re) | |
1643 extra: branch=default | |
1644 | |
1636 Check that adding an arbitrary name shows up in log automatically | 1645 Check that adding an arbitrary name shows up in log automatically |
1637 | 1646 |
1638 $ cat > ../names.py <<EOF | 1647 $ cat > ../names.py <<EOF |
1639 > """A small extension to test adding arbitrary names to a repo""" | 1648 > """A small extension to test adding arbitrary names to a repo""" |
1640 > from mercurial.namespaces import namespace | 1649 > from mercurial.namespaces import namespace |