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