view tests/test-issue1089.t @ 16214:a0ab72ac86f9 stable

i18n-pt_BR: synchronized with 6b52963ced73
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Wed, 29 Feb 2012 13:17:41 -0300
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