mercurial/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 16 Jan 2015 15:19:57 -0800
changeset 24022 da63f557d0dc
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
trydiff: make 'revs' ignored if opts.git is set Instead of setting revs=None to prevent the call to diffline() when opts.git is set, explicitly do not call the function in the git case.