Show More
@@ -209,7 +209,7 b' diffopts2 = (' | |||||
209 | b'p', |
|
209 | b'p', | |
210 | b'show-function', |
|
210 | b'show-function', | |
211 | None, |
|
211 | None, | |
212 | _(b'show which function each change is in'), |
|
212 | _(b'show which function each change is in (DEFAULT: diff.showfunc)'), | |
213 | ), |
|
213 | ), | |
214 | (b'', b'reverse', None, _(b'produce a diff that undoes the changes')), |
|
214 | (b'', b'reverse', None, _(b'produce a diff that undoes the changes')), | |
215 | ] |
|
215 | ] |
@@ -6646,7 +6646,7 b' def shelve(ui, repo, *pats, **opts):' | |||||
6646 | (b'i', b'ignored', None, _(b'show only ignored files')), |
|
6646 | (b'i', b'ignored', None, _(b'show only ignored files')), | |
6647 | (b'n', b'no-status', None, _(b'hide status prefix')), |
|
6647 | (b'n', b'no-status', None, _(b'hide status prefix')), | |
6648 | (b't', b'terse', _NOTTERSE, _(b'show the terse output (EXPERIMENTAL)')), |
|
6648 | (b't', b'terse', _NOTTERSE, _(b'show the terse output (EXPERIMENTAL)')), | |
6649 | (b'C', b'copies', None, _(b'show source of copied files')), |
|
6649 | (b'C', b'copies', None, _(b'show source of copied files (DEFAULT: ui.statuscopies)')), | |
6650 | ( |
|
6650 | ( | |
6651 | b'0', |
|
6651 | b'0', | |
6652 | b'print0', |
|
6652 | b'print0', |
General Comments 0
You need to be logged in to leave comments.
Login now