view tests/test-issue1089.t @ 15983:32b9aee3602c stable

largefiles: fix revert on missing largefile (issue3217)
author Na'Tosha Bard <natosha@unity3d.com>
date Wed, 25 Jan 2012 16:52:16 +0100
parents 9910f60a37ee
children f2719b387380
line wrap: on
line source

http://mercurial.selenic.com/bts/issue1089

  $ hg init
  $ mkdir a
  $ echo a > a/b
  $ hg ci -Am m
  adding a/b

  $ hg rm a
  removing a/b (glob)
  $ hg ci -m m a

  $ mkdir a b
  $ echo a > a/b
  $ hg ci -Am m
  adding a/b

  $ hg rm a
  removing a/b (glob)
  $ cd b

Relative delete:

  $ hg ci -m m ../a