[Python-projects] [bug] hgview does not show files with changed modes in diffs
Simon Law
sfllaw at sfllaw.ca
Mon Jun 1 18:30:59 CEST 2009
Reproduction steps:
sfllaw at belgium:~$ mkdir foo
sfllaw at belgium:~$ cd foo
sfllaw at belgium:~/foo$ hg init
sfllaw at belgium:~/foo$ touch me
sfllaw at belgium:~/foo$ hg add me
sfllaw at belgium:~/foo$ hg ci -m 'Added me'
sfllaw at belgium:~/foo$ chmod +x me
sfllaw at belgium:~/foo$ hg ci -m 'me is runnable'
sfllaw at belgium:~/foo$ hgview
Expected results:
Both changesets indicate that an empty file has been changed, somehow.
This is what hgk does.
Actual results:
It looks like no changes have been made.
--
Cheers,
Simon Law http://sfllaw.ca/~sfllaw/
More information about the Python-Projects
mailing list