Show More
@@ -1,6 +1,7 b'' | |||||
1 | #!/usr/bin/env python |
|
1 | #!/usr/bin/env python | |
2 | # |
|
2 | # | |
3 | # Copyright 2005-2007 by Intevation GmbH <intevation@intevation.de> |
|
3 | # Copyright 2005-2007 by Intevation GmbH <intevation@intevation.de> | |
|
4 | # | |||
4 | # Author(s): |
|
5 | # Author(s): | |
5 | # Thomas Arendsen Hein <thomas@intevation.de> |
|
6 | # Thomas Arendsen Hein <thomas@intevation.de> | |
6 | # |
|
7 | # |
@@ -1,6 +1,7 b'' | |||||
1 | # Mercurial extension to provide the 'hg children' command |
|
1 | # Mercurial extension to provide the 'hg children' command | |
2 | # |
|
2 | # | |
3 | # Copyright 2007 by Intevation GmbH <intevation@intevation.de> |
|
3 | # Copyright 2007 by Intevation GmbH <intevation@intevation.de> | |
|
4 | # | |||
4 | # Author(s): |
|
5 | # Author(s): | |
5 | # Thomas Arendsen Hein <thomas@intevation.de> |
|
6 | # Thomas Arendsen Hein <thomas@intevation.de> | |
6 | # |
|
7 | # |
@@ -5,6 +5,7 b'' | |||||
5 | # |
|
5 | # | |
6 | # This software may be used and distributed according to the terms of the |
|
6 | # This software may be used and distributed according to the terms of the | |
7 | # GNU General Public License version 2, incorporated herein by reference. |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | ||||
8 | '''command to show certain statistics about revision history''' |
|
9 | '''command to show certain statistics about revision history''' | |
9 |
|
10 | |||
10 | from mercurial.i18n import _ |
|
11 | from mercurial.i18n import _ |
@@ -4,6 +4,7 b'' | |||||
4 | # |
|
4 | # | |
5 | # This software may be used and distributed according to the terms of the |
|
5 | # This software may be used and distributed according to the terms of the | |
6 | # GNU General Public License version 2, incorporated herein by reference. |
|
6 | # GNU General Public License version 2, incorporated herein by reference. | |
|
7 | ||||
7 | '''converting foreign VCS repositories to Mercurial''' |
|
8 | '''converting foreign VCS repositories to Mercurial''' | |
8 |
|
9 | |||
9 | import convcmd |
|
10 | import convcmd |
@@ -4,6 +4,7 b'' | |||||
4 | # |
|
4 | # | |
5 | # This software may be used and distributed according to the terms of the |
|
5 | # This software may be used and distributed according to the terms of the | |
6 | # GNU General Public License version 2, incorporated herein by reference. |
|
6 | # GNU General Public License version 2, incorporated herein by reference. | |
|
7 | ||||
7 | '''pulling, updating and merging in one command''' |
|
8 | '''pulling, updating and merging in one command''' | |
8 |
|
9 | |||
9 | from mercurial.i18n import _ |
|
10 | from mercurial.i18n import _ |
@@ -4,6 +4,7 b'' | |||||
4 | # |
|
4 | # | |
5 | # This software may be used and distributed according to the terms of the |
|
5 | # This software may be used and distributed according to the terms of the | |
6 | # GNU General Public License version 2, incorporated herein by reference. |
|
6 | # GNU General Public License version 2, incorporated herein by reference. | |
|
7 | ||||
7 | '''show revision graphs in terminal windows |
|
8 | '''show revision graphs in terminal windows | |
8 |
|
9 | |||
9 | This extension adds a --graph option to the incoming, outgoing and log |
|
10 | This extension adds a --graph option to the incoming, outgoing and log |
@@ -4,6 +4,7 b'' | |||||
4 | # |
|
4 | # | |
5 | # This software may be used and distributed according to the terms of the |
|
5 | # This software may be used and distributed according to the terms of the | |
6 | # GNU General Public License version 2, incorporated herein by reference. |
|
6 | # GNU General Public License version 2, incorporated herein by reference. | |
|
7 | ||||
7 | '''browsing the repository in a graphical way |
|
8 | '''browsing the repository in a graphical way | |
8 |
|
9 | |||
9 | The hgk extension allows browsing the history of a repository in a |
|
10 | The hgk extension allows browsing the history of a repository in a |
@@ -4,6 +4,7 b'' | |||||
4 | # |
|
4 | # | |
5 | # This software may be used and distributed according to the terms of the |
|
5 | # This software may be used and distributed according to the terms of the | |
6 | # GNU General Public License version 2, incorporated herein by reference. |
|
6 | # GNU General Public License version 2, incorporated herein by reference. | |
|
7 | ||||
7 | '''\ |
|
8 | '''\ | |
8 | use suffixes to refer to ancestor revisions |
|
9 | use suffixes to refer to ancestor revisions | |
9 |
|
10 |
@@ -8,6 +8,7 b'' | |||||
8 | # This software may be used and distributed according to the terms of the |
|
8 | # This software may be used and distributed according to the terms of the | |
9 | # GNU General Public License version 2, incorporated herein by reference. |
|
9 | # GNU General Public License version 2, incorporated herein by reference. | |
10 | # |
|
10 | # | |
|
11 | ||||
11 | """allow to use MBCS path with problematic encoding. |
|
12 | """allow to use MBCS path with problematic encoding. | |
12 |
|
13 | |||
13 | Some MBCS encodings are not good for some path operations (i.e. |
|
14 | Some MBCS encodings are not good for some path operations (i.e. |
@@ -2,6 +2,7 b'' | |||||
2 | # |
|
2 | # | |
3 | # Copyright 2007 Matt Mackall |
|
3 | # Copyright 2007 Matt Mackall | |
4 | # Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
|
4 | # Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org> | |
|
5 | # | |||
5 | # Inspired by git bisect, extension skeleton taken from mq.py. |
|
6 | # Inspired by git bisect, extension skeleton taken from mq.py. | |
6 | # |
|
7 | # | |
7 | # This software may be used and distributed according to the terms of the |
|
8 | # This software may be used and distributed according to the terms of the |
General Comments 0
You need to be logged in to leave comments.
Login now