Show More
@@ -1054,7 +1054,7 b' def extdata(repo, subset, x):' | |||||
1054 |
|
1054 | |||
1055 | @predicate(b'extinct()', safe=True) |
|
1055 | @predicate(b'extinct()', safe=True) | |
1056 | def extinct(repo, subset, x): |
|
1056 | def extinct(repo, subset, x): | |
1057 | """Obsolete changesets with obsolete descendants only. |
|
1057 | """Obsolete changesets with obsolete descendants only. (EXPERIMENTAL) | |
1058 | """ |
|
1058 | """ | |
1059 | # i18n: "extinct" is a keyword |
|
1059 | # i18n: "extinct" is a keyword | |
1060 | getargs(x, 0, 0, _(b"extinct takes no arguments")) |
|
1060 | getargs(x, 0, 0, _(b"extinct takes no arguments")) |
General Comments 0
You need to be logged in to leave comments.
Login now