##// END OF EJS Templates
merge with stable
Matt Mackall -
r14223:e456084a merge default
parent child Browse files
Show More
@@ -595,8 +595,8 def transplant(ui, repo, *revs, **opts):
595 cleanupfn()
595 cleanupfn()
596
596
597 def revsettransplanted(repo, subset, x):
597 def revsettransplanted(repo, subset, x):
598 """``transplanted(set)``
598 """``transplanted([set])``
599 Transplanted changesets in set.
599 Transplanted changesets in set, or all transplanted changesets.
600 """
600 """
601 if x:
601 if x:
602 s = revset.getset(repo, subset, x)
602 s = revset.getset(repo, subset, x)
@@ -66,7 +66,8 test transplanted revset
66 6 b2
66 6 b2
67 7 b3
67 7 b3
68 $ hg help revsets | grep transplanted
68 $ hg help revsets | grep transplanted
69 "transplanted(set)"
69 "transplanted([set])"
70 Transplanted changesets in set, or all transplanted changesets.
70
71
71 test tranplanted keyword
72 test tranplanted keyword
72
73
General Comments 0
You need to be logged in to leave comments. Login now