annotate README.txt @ 16:a50e0e7a5195

HISTORY
author Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
date Sun, 15 Nov 2015 10:19:27 +0100
parents 8cca585b11cc
children b4132c5f5b7c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
7591d4101b93 Added preliminary setup.py
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 3
diff changeset
1 .. -*- mode: rst; compile-command: "rst2html README.txt README.html" -*-
0
6f92e4c814d1 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2
10
62880e909417 README updates after changes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 5
diff changeset
3 ================================================
13
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
4 Mercurial All Paths extension
10
62880e909417 README updates after changes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 5
diff changeset
5 ================================================
0
6f92e4c814d1 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6
13
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
7 Push or pull to many (or all) paths at once.
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
8
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
9 .. contents::
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
10 :local:
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
11 :depth: 2
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
12
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
13 .. sectnum::
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
14
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
15 Usage
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
16 ================================================
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
17
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
18 Simple::
10
62880e909417 README updates after changes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 5
diff changeset
19
62880e909417 README updates after changes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 5
diff changeset
20 hg pushall
0
6f92e4c814d1 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
21
13
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
22 pushes to all paths defined for the repository (all paths
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
23 returned by ``hg paths`` - usually defined in ``.hg/hgrc``,
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
24 but `Path Pattern`_ paths are also handled).
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
25
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
26 There is also corresponding::
10
62880e909417 README updates after changes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 5
diff changeset
27
62880e909417 README updates after changes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 5
diff changeset
28 hg pullall
0
6f92e4c814d1 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
29
13
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
30 Instead of using standard paths, you can define and use *groups*::
0
6f92e4c814d1 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
31
10
62880e909417 README updates after changes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 5
diff changeset
32 hg pushall -g publish
0
6f92e4c814d1 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
33
13
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
34 pushes to all paths specified in the ``[publish]`` config
3
be90faafa754 And added some formatting.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 2
diff changeset
35 section, which should look like this::
0
6f92e4c814d1 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
36
6f92e4c814d1 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
37 [publish]
6f92e4c814d1 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
38 bitbucket = ssh://hg@bitbucket.org/ludovicchabant/piecrust
6f92e4c814d1 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
39 github = git+ssh://git@github.com:ludovicchabant/PieCrust.git
6f92e4c814d1 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
40 other = ssh://my@own/server
6f92e4c814d1 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
41 local = /some/other/place
6f92e4c814d1 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
42
13
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
43 All standard ``push`` and ``pull`` options can be used::
10
62880e909417 README updates after changes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 5
diff changeset
44
62880e909417 README updates after changes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 5
diff changeset
45 hg pushall -b branch
0
6f92e4c814d1 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
46
10
62880e909417 README updates after changes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 5
diff changeset
47 or::
0
6f92e4c814d1 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
48
10
62880e909417 README updates after changes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 5
diff changeset
49 hg pullall --force
62880e909417 README updates after changes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 5
diff changeset
50
62880e909417 README updates after changes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 5
diff changeset
51 etc.
62880e909417 README updates after changes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 5
diff changeset
52
13
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
53 Finally, there are::
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
54
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
55 hg incomingall
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
56
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
57 and
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
58
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
59 hg outgoingall
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
60
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
61 which simply iterate over all paths.
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
62
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
63 Installation
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
64 =======================================================
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
65
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
66 From PyPi
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
67 --------------------
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
68
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
69 If you have working ``pip`` or ``easy_install``::
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
70
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
71 pip install --user mercurial_all_paths
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
72
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
73 or maybe::
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
74
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
75 sudo pip install mercurial_all_paths
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
76
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
77 Then activate by::
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
78
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
79 [extensions]
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
80 mercurial_all_paths =
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
81
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
82 To upgrade, repeat the same command with ``--upgrade`` option, for
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
83 example::
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
84
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
85 pip install --user --upgrade mercurial_all_paths
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
86
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
87 From source
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
88 -------------------------------------------------------
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
89
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
90 Clone this repository::
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
91
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
92 cd ~/sources
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
93 hg clone https://bitbucket.org/Mekk/mercurial-all_paths/
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
94
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
95 either::
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
96
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
97 pip install --user -e mercurial-all_paths
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
98
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
99 and activate as above, or just activate by full path::
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
100
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
101 [extensions]
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
102 mercurial_path_pattern = ~/sources/mercurial-path_pattern/mercurial_path_pattern.py
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
103
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
104 To upgrade, pull and update.
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
105
16
a50e0e7a5195 HISTORY
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 13
diff changeset
106 History
a50e0e7a5195 HISTORY
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 13
diff changeset
107 =======================================================
a50e0e7a5195 HISTORY
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 13
diff changeset
108
a50e0e7a5195 HISTORY
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 13
diff changeset
109 See `HISTORY.txt`_
a50e0e7a5195 HISTORY
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 13
diff changeset
110
13
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
111 Development, bug reports, enhancement suggestions
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
112 =======================================================
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
113
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
114 At the moment this extension is forked. Version by
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
115 Marcin Kasperski is maintained at
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
116
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
117 http://bitbucket.org/Mekk/mercurial-all_paths/
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
118
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
119 while original version by Ludovic Chabant is available at
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
120
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
121 https://bitbucket.org/ludovicchabant/allpaths
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
122
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
123 Additional notes
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
124 =======================================================
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
125
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
126 Information about this extension is also available
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
127 on Mercurial Wiki: http://mercurial.selenic.com/wiki/AllPathsExtension
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
128
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
129
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
130
8cca585b11cc Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 10
diff changeset
131 .. Path Pattern: https://bitbucket.org/Mekk/mercurial-path_pattern/