55:63de59630d29
Anton Shestakov <engored@ya.ru>, Sun, 07 Sep 2014 01:36:29 +0900
More commands in hg sessions: closed branch, tags, bookmarks.

next change 56:49435f917654
previous change 51:8edd66f923ca

docs/prompt-session-venv.sh

Permissions: -rw-r--r--

Other formats: Feeds:
#!/bin/false
# paste this into an interactive shell
cd "$(mktemp -d)" && virtualenv venv && cd venv
source ./bin/activate