Mercurial > hg
comparison tests/test-addremove @ 8990:627399330c7d
addremove: build lists of already added and removed files too (issue1696)
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 30 Jun 2009 23:25:53 -0500 |
parents | f975e986b4bf |
children |
comparison
equal
deleted
inserted
replaced
8989:85b81cac9613 | 8990:627399330c7d |
---|---|
20 echo c > c | 20 echo c > c |
21 hg commit -Ama | 21 hg commit -Ama |
22 mv a b | 22 mv a b |
23 rm c | 23 rm c |
24 echo d > d | 24 echo d > d |
25 hg addremove -n -s 50 # issue 1696 | |
25 hg addremove -s 50 | 26 hg addremove -s 50 |
26 hg commit -mb | 27 hg commit -mb |