comparison hgext/mq.py @ 11706:5fdf08b6b50c

mq: correct qimport documentation
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Thu, 29 Jul 2010 17:18:17 +0900
parents 84fb29f5e0d2
children aae1dd12fce6
comparison
equal deleted inserted replaced
11705:e95bacedae12 11706:5fdf08b6b50c
1816 1816
1817 To import a patch from standard input, pass - as the patch file. 1817 To import a patch from standard input, pass - as the patch file.
1818 When importing from standard input, a patch name must be specified 1818 When importing from standard input, a patch name must be specified
1819 using the --name flag. 1819 using the --name flag.
1820 1820
1821 You can import a patch existing inside the patch repository and 1821 To import an existing patch while renaming it::
1822 rename it on the go::
1823 1822
1824 hg qimport -e existing-patch -n new-name 1823 hg qimport -e existing-patch -n new-name
1825 """ 1824 """
1826 q = repo.mq 1825 q = repo.mq
1827 try: 1826 try: