Mercurial > public > mercurial-scm > hg-stable
diff tests/test-alias.t @ 15603:36d7a0c7505f
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 01 Dec 2011 15:57:10 -0600 |
parents | 7cbb81c47025 195dbd1cef0c |
children | 8ed112ed774a |
line wrap: on
line diff
--- a/tests/test-alias.t Thu Dec 01 01:42:03 2011 -0600 +++ b/tests/test-alias.t Thu Dec 01 15:57:10 2011 -0600 @@ -397,3 +397,11 @@ use "hg help" for the full list of commands or "hg -v" for details [255] +This should show id: + + $ hg --config alias.log='id' log + 000000000000 tip + +This shouldn't: + + $ hg --config alias.log='id' history