diff hgext/transplant.py @ 16991:1aae34f109fd

consistency: use REV instead of REVISION
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 20 Jun 2012 16:49:04 +0200
parents 38caf405d010
children 0c18aed2fcca
line wrap: on
line diff
--- a/hgext/transplant.py	Wed Jun 20 16:46:10 2012 +0200
+++ b/hgext/transplant.py	Wed Jun 20 16:49:04 2012 +0200
@@ -535,7 +535,7 @@
     transplanted, otherwise you will be prompted to select the
     changesets you want.
 
-    :hg:`transplant --branch REVISION --all` will transplant the
+    :hg:`transplant --branch REV --all` will transplant the
     selected branch (up to the named revision) onto your current
     working directory.