Mercurial > hg
view tests/test-backwards-remove.t @ 16571:1ff42ee98446 stable
largefiles: fix commit of both largefiles and non-largefiles (issue3354)
This bug was caused by some old code that should have been removed long ago.
author | Na'Tosha Bard <natosha@unity3d.com> |
---|---|
date | Thu, 03 May 2012 15:24:45 +0200 |
parents | 4c94b6d0fb1c |
children | 5c2a4f37eace |
line wrap: on
line source
$ hg init $ echo This is file a1 > a $ hg add a $ hg commit -m "commit #0" $ ls a $ echo This is file b1 > b $ hg add b $ hg commit -m "commit #1" $ hg co 0 0 files updated, 0 files merged, 1 files removed, 0 files unresolved B should disappear $ ls a