Mercurial > hg
view tests/test-basic.t @ 13492:ca940d06bf95 stable
tests: test renaming a file added on two branches (issue2089)
The issue was fixed by d100702326d5 .
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Thu, 24 Feb 2011 13:57:52 -0300 |
parents | 4c94b6d0fb1c |
children | 0b79cf616e65 |
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 This command is ancient: $ hg history changeset: 0:acb14030fe0a tag: tip user: test date: Thu Jan 01 00:00:00 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...