mercurial/commands.py
branchstable
changeset 22493 abf4e98b8ff2
parent 22316 816be4ca4ae2
child 22502 e6e7ef68c879
child 22576 c712238c4f9b
equal deleted inserted replaced
22492:d5261db0011f 22493:abf4e98b8ff2
  4116        will appear in files:.
  4116        will appear in files:.
  4117 
  4117 
  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 
  4127       Some examples:
  4126       Some examples:
  4128 
  4127 
  4173 
  4172 
  4174     See :hg:`help templates` for more about pre-packaged styles and
  4173     See :hg:`help templates` for more about pre-packaged styles and
  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)
  4181 
  4181 
  4182     revs, expr, filematcher = cmdutil.getlogrevs(repo, pats, opts)
  4182     revs, expr, filematcher = cmdutil.getlogrevs(repo, pats, opts)