Mercurial > hg-allpaths
annotate README.txt @ 35:6dae5ed53f22
Setting up tests for 3.8 (not yet really tested)
author | Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl> |
---|---|
date | Sat, 24 Sep 2016 09:48:40 +0200 |
parents | 3f8c4b4a5cc6 |
children | c27e23a3509c |
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 | 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 | 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 | 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 | 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 | 31 |
10
62880e909417
README updates after changes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
5
diff
changeset
|
32 hg pushall -g publish |
0 | 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 | 36 |
37 [publish] | |
38 bitbucket = ssh://hg@bitbucket.org/ludovicchabant/piecrust | |
39 github = git+ssh://git@github.com:ludovicchabant/PieCrust.git | |
40 other = ssh://my@own/server | |
41 local = /some/other/place | |
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 | 46 |
10
62880e909417
README updates after changes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
5
diff
changeset
|
47 or:: |
0 | 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 | 106 History |
107 ======================================================= | |
108 | |
109 See `HISTORY.txt`_ | |
110 | |
30
3f8c4b4a5cc6
README fixes after upstream merge (up-to-date info about two repos and
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
29
diff
changeset
|
111 Development |
13
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 |
30
3f8c4b4a5cc6
README fixes after upstream merge (up-to-date info about two repos and
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
29
diff
changeset
|
114 Main extension repository, maintained by Ludovic Chabant, is available |
3f8c4b4a5cc6
README fixes after upstream merge (up-to-date info about two repos and
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
29
diff
changeset
|
115 at: |
3f8c4b4a5cc6
README fixes after upstream merge (up-to-date info about two repos and
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
29
diff
changeset
|
116 |
3f8c4b4a5cc6
README fixes after upstream merge (up-to-date info about two repos and
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
29
diff
changeset
|
117 https://bitbucket.org/ludovicchabant/allpaths |
3f8c4b4a5cc6
README fixes after upstream merge (up-to-date info about two repos and
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
29
diff
changeset
|
118 |
3f8c4b4a5cc6
README fixes after upstream merge (up-to-date info about two repos and
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
29
diff
changeset
|
119 Fork by Marcin Kasperski, which is usually in sync, but at times may |
3f8c4b4a5cc6
README fixes after upstream merge (up-to-date info about two repos and
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
29
diff
changeset
|
120 contain some not-yet merged changes, is available at: |
13
8cca585b11cc
Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
10
diff
changeset
|
121 |
8cca585b11cc
Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
10
diff
changeset
|
122 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
|
123 |
8cca585b11cc
Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
10
diff
changeset
|
124 Additional notes |
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 |
8cca585b11cc
Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
10
diff
changeset
|
127 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
|
128 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
|
129 |
8cca585b11cc
Module renamed to mercurial_all_paths for possible pypi installation.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
10
diff
changeset
|
130 |
22
7bfb45910b19
Two more readme fixes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
18
diff
changeset
|
131 .. _Path Pattern: https://bitbucket.org/Mekk/mercurial-path_pattern/ |
7bfb45910b19
Two more readme fixes
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
18
diff
changeset
|
132 .. _HISTORY.txt: http://bitbucket.org/Mekk/mercurial-all_paths/src/tip/HISTORY.txt |