tests/test-issue1089.t
author Patrick Mezard <pmezard@gmail.com>
Mon, 14 Nov 2011 18:16:01 +0100
changeset 15510 5414b56cfad6
parent 15447 9910f60a37ee
child 16913 f2719b387380
permissions -rw-r--r--
patch: simplify hunk extents parsing Do not capture unwanted groups in regexps

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