merge with stable
authorMatt Mackall <mpm@selenic.com>
Fri, 06 May 2011 11:51:18 -0500
changeset 14223 e456084a3ecc
parent 14222 474179077ae0 (current diff)
parent 14211 b00ab6890fe9 (diff)
child 14238 d466d592e8cf
merge with stable
hgext/transplant.py
tests/test-transplant.t
--- 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