Mercurial > evolve
comparison tests/test-metaedit.t @ 2769:b96349ae3e2a
metaedit: add support for the -D and -U options
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 23 Jul 2017 07:33:36 +0200 |
parents | 606722a686ef |
children | 4dd84054ebbb |
comparison
equal
deleted
inserted
replaced
2768:85e5a56db776 | 2769:b96349ae3e2a |
---|---|
207 11: test | 207 11: test |
208 12: foobar2 | 208 12: foobar2 |
209 $ hg diff -r "10" -r "11" --hidden | 209 $ hg diff -r "10" -r "11" --hidden |
210 | 210 |
211 'fold' one commit | 211 'fold' one commit |
212 $ hg metaedit "desc(D2)" --fold --user foobar3 | 212 $ HGUSER=foobar3 hg metaedit "desc(D2)" --fold -U --config |
213 1 changesets folded | 213 1 changesets folded |
214 $ hg log -r "tip" --template '{rev}: {author}\n' | 214 $ hg log -r "tip" --template '{rev}: {author}\n' |
215 13: foobar3 | 215 13: foobar3 |