Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 2907:8b02af865990
Add diff --git option
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Mon, 14 Aug 2006 22:48:03 -0700 |
parents | 9826af4841ef |
children | 02e239bbd7f9 |
comparison
equal
deleted
inserted
replaced
2906:453097750fbf | 2907:8b02af865990 |
---|---|
2875 (diff, | 2875 (diff, |
2876 [('r', 'rev', [], _('revision')), | 2876 [('r', 'rev', [], _('revision')), |
2877 ('a', 'text', None, _('treat all files as text')), | 2877 ('a', 'text', None, _('treat all files as text')), |
2878 ('p', 'show-function', None, | 2878 ('p', 'show-function', None, |
2879 _('show which function each change is in')), | 2879 _('show which function each change is in')), |
2880 ('g', 'git', None, _('use git extended diff format')), | |
2880 ('w', 'ignore-all-space', None, | 2881 ('w', 'ignore-all-space', None, |
2881 _('ignore white space when comparing lines')), | 2882 _('ignore white space when comparing lines')), |
2882 ('b', 'ignore-space-change', None, | 2883 ('b', 'ignore-space-change', None, |
2883 _('ignore changes in the amount of white space')), | 2884 _('ignore changes in the amount of white space')), |
2884 ('B', 'ignore-blank-lines', None, | 2885 ('B', 'ignore-blank-lines', None, |