Mercurial > public > mercurial-scm > hg
diff tests/test-execute-bit.t @ 18334:44bda93df90e
merge: changing the mode of a file is also an update
It was a change in the file system that wasn't reported in the summaries.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Thu, 10 Jan 2013 00:44:23 +0100 |
parents | 9231c629ec10 |
children | 7a9cbb315d84 |
line wrap: on
line diff
--- a/tests/test-execute-bit.t Tue Jan 15 01:05:12 2013 +0100 +++ b/tests/test-execute-bit.t Thu Jan 10 00:44:23 2013 +0100 @@ -20,7 +20,7 @@ M a $ hg up 0 - 0 files updated, 0 files merged, 0 files removed, 0 files unresolved + 1 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg id d69afc33ff8a $ test -x a && echo executable -- bad || echo not executable -- good