author | Matt Mackall <mpm@selenic.com> |
Fri, 16 Sep 2011 14:37:57 -0500 | |
changeset 15105 | 6e91fba485fa |
parent 15104 | a20f5088013a |
child 15106 | 76cd1964519c |
--- a/mercurial/commands.py Fri Sep 16 14:37:56 2011 -0500 +++ b/mercurial/commands.py Fri Sep 16 14:37:57 2011 -0500 @@ -3381,6 +3381,12 @@ its first parent. Also, only files different from BOTH parents will appear in files:. + .. note:: + for performance reasons, log FILE may omit duplicate changes + made on branches and will not show deletions. To see all + changes including duplicates and deletions, use the --removed + switch. + .. container:: verbose Some examples: