mercurial/commands.py
changeset 22502 e6e7ef68c879
parent 22501 bde49bbfb30f
parent 22493 abf4e98b8ff2
child 22552 bb14cca8c4e4
equal deleted inserted replaced
22501:bde49bbfb30f 22502:e6e7ef68c879
  4276        will appear in files:.
  4276        will appear in files:.
  4277 
  4277 
  4278     .. note::
  4278     .. note::
  4279 
  4279 
  4280        for performance reasons, log FILE may omit duplicate changes
  4280        for performance reasons, log FILE may omit duplicate changes
  4281        made on branches and will not show deletions. To see all
  4281        made on branches and will not show removals or mode changes. To
  4282        changes including duplicates and deletions, use the --removed
  4282        see all such changes, use the --removed switch.
  4283        switch.
       
  4284 
  4283 
  4285     .. container:: verbose
  4284     .. container:: verbose
  4286 
  4285 
  4287       Some examples:
  4286       Some examples:
  4288 
  4287 
  4333 
  4332 
  4334     See :hg:`help templates` for more about pre-packaged styles and
  4333     See :hg:`help templates` for more about pre-packaged styles and
  4335     specifying custom templates.
  4334     specifying custom templates.
  4336 
  4335 
  4337     Returns 0 on success.
  4336     Returns 0 on success.
       
  4337 
  4338     """
  4338     """
  4339     if opts.get('graph'):
  4339     if opts.get('graph'):
  4340         return cmdutil.graphlog(ui, repo, *pats, **opts)
  4340         return cmdutil.graphlog(ui, repo, *pats, **opts)
  4341 
  4341 
  4342     revs, expr, filematcher = cmdutil.getlogrevs(repo, pats, opts)
  4342     revs, expr, filematcher = cmdutil.getlogrevs(repo, pats, opts)