Mercurial > hg
view tests/test-issue1089.t @ 47506:29ea3b4c4f62 stable
Added signature for changeset 411dc27fd9fd
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 09 Jul 2021 00:25:14 +0530 |
parents | 4441705b7111 |
children | 55c6ebd11cb9 |
line wrap: on
line source
https://bz.mercurial-scm.org/1089 $ hg init $ mkdir a $ echo a > a/b $ hg ci -Am m adding a/b $ hg rm a removing a/b $ 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 $ cd b Relative delete: $ hg ci -m m ../a $ cd ..