[Pytest-commit] commit/tox: 3 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Dec 6 09:42:59 EST 2015


3 new commits in tox:

https://bitbucket.org/hpk42/tox/commits/3c2945f51c9b/
Changeset:   3c2945f51c9b
Branch:      fix-minor-typos-in-config-doc
User:        cdunklau
Date:        2015-12-04 12:34:31+00:00
Summary:     Created new branch fix-minor-typos-in-config-doc
Affected #:  0 files



https://bitbucket.org/hpk42/tox/commits/805d6eec10c6/
Changeset:   805d6eec10c6
Branch:      fix-minor-typos-in-config-doc
User:        cdunklau
Date:        2015-12-04 12:35:43+00:00
Summary:     Fix two minor typos in config doc
Affected #:  1 file

diff -r 3c2945f51c9bd19876098b57bb0355303c40a993 -r 805d6eec10c6449ae1086c63a005fab85f7d70a9 doc/config.txt
--- a/doc/config.txt
+++ b/doc/config.txt
@@ -441,7 +441,7 @@
    {[sectionname]valuename}
 
 which you can use to avoid repetition of config values.
-You can put default values in one section and reference them in others to avoid repeting the same values::
+You can put default values in one section and reference them in others to avoid repeating the same values::
 
     [base]
     deps =
@@ -455,7 +455,7 @@
         {[base]deps}
 
     [testenv:mercurial]
-    dep =
+    deps =
         mercurial
         {[base]deps}
 


https://bitbucket.org/hpk42/tox/commits/522075b4a033/
Changeset:   522075b4a033
User:        hpk42
Date:        2015-12-06 14:42:58+00:00
Summary:     Merged in cdunklau/tox/fix-minor-typos-in-config-doc (pull request #182)

Fix minor typos in config doc
Affected #:  1 file

diff -r 7c1263d2fd42791dc909bf40d08d28142059137b -r 522075b4a033c76783f7f34cb313272913457ea3 doc/config.txt
--- a/doc/config.txt
+++ b/doc/config.txt
@@ -441,7 +441,7 @@
    {[sectionname]valuename}
 
 which you can use to avoid repetition of config values.
-You can put default values in one section and reference them in others to avoid repeting the same values::
+You can put default values in one section and reference them in others to avoid repeating the same values::
 
     [base]
     deps =
@@ -455,7 +455,7 @@
         {[base]deps}
 
     [testenv:mercurial]
-    dep =
+    deps =
         mercurial
         {[base]deps}

Repository URL: https://bitbucket.org/hpk42/tox/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the pytest-commit mailing list