Mercurial > hg-stable
view tests/test-basic.t @ 12059:0de6cfdcaad8
webcommands: remove unncessary access to repo.changelog
changectx are good enough in these cases and their interface is more stable.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Thu, 26 Aug 2010 23:38:13 +0200 |
parents | 5dc8b3ee407b |
children | 4c94b6d0fb1c |
line wrap: on
line source
Create a repository: $ mkdir t $ cd t $ hg init Make a changeset: $ echo a > a $ hg add a $ hg commit -m test -d "1000000 0" This command is ancient: $ hg history changeset: 0:0acdaf898367 tag: tip user: test date: Mon Jan 12 13:46:40 1970 +0000 summary: test Poke around at hashes: $ hg manifest --debug b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3 644 a $ hg cat a a Verify should succeed: $ hg verify checking changesets checking manifests crosschecking files in changesets and manifests checking files 1 files, 1 changesets, 1 total revisions At the end...