summaryrefslogtreecommitdiff
path: root/source_control/hg.py
diff options
context:
space:
mode:
Diffstat (limited to 'source_control/hg.py')
-rw-r--r--source_control/hg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source_control/hg.py b/source_control/hg.py
index effc8a7c..5874857a 100644
--- a/source_control/hg.py
+++ b/source_control/hg.py
@@ -96,7 +96,7 @@ requirements: [ ]
EXAMPLES = '''
# Ensure the current working copy is inside the stable branch and deletes untracked files if any.
- hg:
- repo: 'https://bitbucket.org/user/repo1'
+ repo: https://bitbucket.org/user/repo1
dest: /home/user/repo1
revision: stable
purge: yes
@@ -104,7 +104,7 @@ EXAMPLES = '''
# Example just get information about the repository whether or not it has
# already been cloned locally.
- hg:
- repo: 'git://bitbucket.org/user/repo'
+ repo: git://bitbucket.org/user/repo
dest: /srv/checkout
clone: no
update: no