tests/test-issue1089.t
author Ion Savin <comp_@gmx.net>
Fri, 09 Dec 2011 14:14:30 +0200
changeset 15631 e5fd140a4e69
parent 15447 9910f60a37ee
child 16913 f2719b387380
permissions -rw-r--r--
annotate: show full changeset hash when invoked with --debug and -c

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