sapling/tests/test-issue1089.t

27 lines
298 B
Perl
Raw Normal View History

https://bz.mercurial-scm.org/1089
2010-09-04 01:34:37 +04:00
$ hg init
$ mkdir a
$ echo a > a/b
$ hg ci -Am m
adding a/b
$ hg rm a
removing a/b
2010-09-04 01:34:37 +04:00
$ 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
2010-09-04 01:34:37 +04:00
$ cd b
Relative delete:
$ hg ci -m m ../a
$ cd ..