##// END OF EJS Templates
help: mention mode in hg log --removed help (issue4381)
Matt Mackall -
r22493:abf4e98b stable
parent child Browse files
Show More
@@ -4118,9 +4118,8 b' def log(ui, repo, *pats, **opts):'
4118 .. note::
4118 .. note::
4119
4119
4120 for performance reasons, log FILE may omit duplicate changes
4120 for performance reasons, log FILE may omit duplicate changes
4121 made on branches and will not show deletions. To see all
4121 made on branches and will not show removals or mode changes. To
4122 changes including duplicates and deletions, use the --removed
4122 see all such changes, use the --removed switch.
4123 switch.
4124
4123
4125 .. container:: verbose
4124 .. container:: verbose
4126
4125
@@ -4175,6 +4174,7 b' def log(ui, repo, *pats, **opts):'
4175 specifying custom templates.
4174 specifying custom templates.
4176
4175
4177 Returns 0 on success.
4176 Returns 0 on success.
4177
4178 """
4178 """
4179 if opts.get('graph'):
4179 if opts.get('graph'):
4180 return cmdutil.graphlog(ui, repo, *pats, **opts)
4180 return cmdutil.graphlog(ui, repo, *pats, **opts)
General Comments 0
You need to be logged in to leave comments. Login now