--- a/hgext/transplant.py Fri May 06 11:50:58 2011 -0500
+++ b/hgext/transplant.py Fri May 06 11:51:18 2011 -0500
@@ -595,8 +595,8 @@
cleanupfn()
def revsettransplanted(repo, subset, x):
- """``transplanted(set)``
- Transplanted changesets in set.
+ """``transplanted([set])``
+ Transplanted changesets in set, or all transplanted changesets.
"""
if x:
s = revset.getset(repo, subset, x)
--- a/tests/test-transplant.t Fri May 06 11:50:58 2011 -0500
+++ b/tests/test-transplant.t Fri May 06 11:51:18 2011 -0500
@@ -66,7 +66,8 @@
6 b2
7 b3
$ hg help revsets | grep transplanted
- "transplanted(set)"
+ "transplanted([set])"
+ Transplanted changesets in set, or all transplanted changesets.
test tranplanted keyword