Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Side by Side Diff: bootstrap/virtualenv/CONTRIBUTING.rst

Issue 1205873002: Re-land: Added virtualenv for depot_tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Restore cd commands Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « bootstrap/virtualenv/AUTHORS.txt ('k') | bootstrap/virtualenv/LICENSE.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 virtualenv
2 ==========
3
4 See docs/index.rst for user documentation.
5
6 Contributor notes
7 -----------------
8
9 * virtualenv is designed to work on python 2 and 3 with a single code base.
10 Use Python 3 print-function syntax, and always ``use sys.exc_info()[1]``
11 inside the ``except`` block to get at exception objects.
12
13 * virtualenv uses git-flow_ to `coordinate development`_. The latest stable
14 version should exist on the *master* branch, and new work should be
15 integrated to *develop*.
16
17 * All changes to files inside virtualenv_embedded should be integrated to
18 ``virtualenv.py`` with ``bin/rebuild-script.py``.
19
20 .. _git-flow: https://github.com/nvie/gitflow
21 .. _coordinate development: http://nvie.com/posts/a-successful-git-branching-mod el/
OLDNEW
« no previous file with comments | « bootstrap/virtualenv/AUTHORS.txt ('k') | bootstrap/virtualenv/LICENSE.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698