Mercurial > hgrepos > DevTools > mercurial-extensions
annotate README @ 425:2a062f87f75d
Make "revinfo" and "kwarchive" work on Mercurial 6.
Some URL related utility function have been moved from within mercurial.util
to mercurial.utils.urlutil.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 27 Aug 2022 21:36:16 +0200 |
| parents | bee0d9026720 |
| children | bf24f3199629 |
| rev | line source |
|---|---|
|
316
9e0976aea401
Made the README a reST file explicitely
Franz Glasner <fzglas.hg@dom66.de>
parents:
315
diff
changeset
|
1 .. -*- mode: rst; coding: utf-8 -*- |
| 8 | 2 |
| 3 | |
| 4 A Collection of Mercurial extensions | |
| 5 ==================================== | |
| 6 | |
|
315
e9ded6c1db41
Add a copyright and license note to the revinfo and kwarchive modules and to the README also.
Franz Glasner <fzglas.hg@dom66.de>
parents:
125
diff
changeset
|
7 :Author: Franz Glasner |
| 421 | 8 :Version: 4.3.2 |
|
315
e9ded6c1db41
Add a copyright and license note to the revinfo and kwarchive modules and to the README also.
Franz Glasner <fzglas.hg@dom66.de>
parents:
125
diff
changeset
|
9 :When: $Date$ |
|
e9ded6c1db41
Add a copyright and license note to the revinfo and kwarchive modules and to the README also.
Franz Glasner <fzglas.hg@dom66.de>
parents:
125
diff
changeset
|
10 :Date: |VCSJustDate| |
|
e9ded6c1db41
Add a copyright and license note to the revinfo and kwarchive modules and to the README also.
Franz Glasner <fzglas.hg@dom66.de>
parents:
125
diff
changeset
|
11 :ID: @(#) $HGheader$ |
|
424
bee0d9026720
Extend copyright year to 2022
Franz Glasner <fzglas.hg@dom66.de>
parents:
421
diff
changeset
|
12 :Copyright: (C) 2015-2022 Franz Glasner <fzglas.hg@dom66.de> |
|
315
e9ded6c1db41
Add a copyright and license note to the revinfo and kwarchive modules and to the README also.
Franz Glasner <fzglas.hg@dom66.de>
parents:
125
diff
changeset
|
13 :License: This software may be used and distributed according to the |
|
e9ded6c1db41
Add a copyright and license note to the revinfo and kwarchive modules and to the README also.
Franz Glasner <fzglas.hg@dom66.de>
parents:
125
diff
changeset
|
14 terms of the GNU General Public License version 2 or any |
|
e9ded6c1db41
Add a copyright and license note to the revinfo and kwarchive modules and to the README also.
Franz Glasner <fzglas.hg@dom66.de>
parents:
125
diff
changeset
|
15 later version. |
|
e9ded6c1db41
Add a copyright and license note to the revinfo and kwarchive modules and to the README also.
Franz Glasner <fzglas.hg@dom66.de>
parents:
125
diff
changeset
|
16 The license is incorporated herein by reference. |
| 53 | 17 |
| 18 | |
| 123 | 19 kwarchive -- "archive" with keyword expansion within selected files |
|
61
b959b2c59392
FIX: Add the kwarchive module into the README
Franz Glasner <hg@dom66.de>
parents:
53
diff
changeset
|
20 |
| 123 | 21 revinfo -- write a revision summary almost identical to ".hg_archival.txt" |
| 22 but with an extra canonical repository path information |
