Show More
@@ -1,4 +1,3 b'' | |||||
1 | #!/usr/bin/env python |
|
|||
2 |
|
|
1 | # | |
3 | # This is an experimental py3k-enabled mercurial setup script. |
|
2 | # This is an experimental py3k-enabled mercurial setup script. | |
4 | # |
|
3 | # |
@@ -1,5 +1,3 b'' | |||||
1 | #!/usr/bin/env python |
|
|||
2 |
|
||||
3 |
|
|
1 | """\ | |
4 | reorder a revlog (the manifest by default) to save space |
|
2 | reorder a revlog (the manifest by default) to save space | |
5 |
|
3 |
@@ -1,4 +1,3 b'' | |||||
1 | #!/usr/bin/env python |
|
|||
2 |
|
|
1 | # -*- coding: utf-8 -*- | |
3 | # $Id: manpage.py 6110 2009-08-31 14:40:33Z grubert $ |
|
2 | # $Id: manpage.py 6110 2009-08-31 14:40:33Z grubert $ | |
4 | # Author: Engelbert Gruber <grubert@users.sourceforge.net> |
|
3 | # Author: Engelbert Gruber <grubert@users.sourceforge.net> |
@@ -1,4 +1,3 b'' | |||||
1 | #!/usr/bin/env python |
|
|||
2 |
|
|
1 | # -*- coding: utf-8 -*- | |
3 | # no-check-code |
|
2 | # no-check-code | |
4 | # |
|
3 | # |
@@ -1,4 +1,3 b'' | |||||
1 | #!/usr/bin/env python |
|
|||
2 |
|
|
1 | # | |
3 | # This is the mercurial setup script. |
|
2 | # This is the mercurial setup script. | |
4 | # |
|
3 | # |
@@ -1,5 +1,3 b'' | |||||
1 | #!/usr/bin/env python |
|
|||
2 |
|
||||
3 |
|
|
1 | import struct | |
4 | from mercurial import bdiff, mpatch |
|
2 | from mercurial import bdiff, mpatch | |
5 |
|
3 |
@@ -1,5 +1,3 b'' | |||||
1 | #!/usr/bin/env python |
|
|||
2 |
|
||||
3 |
|
|
1 | from mercurial import demandimport | |
4 | demandimport.enable() |
|
2 | demandimport.enable() | |
5 |
|
3 |
@@ -1,5 +1,3 b'' | |||||
1 | #!/usr/bin/env python |
|
|||
2 |
|
||||
3 |
|
|
1 | from mercurial.hg import parseurl | |
4 |
|
2 | |||
5 | def testparse(url, branch=[]): |
|
3 | def testparse(url, branch=[]): |
@@ -1,5 +1,3 b'' | |||||
1 | #!/usr/bin/env python |
|
|||
2 |
|
||||
3 |
|
|
1 | from mercurial import store | |
4 |
|
2 | |||
5 | auxencode = lambda f: store._auxencode(f, True) |
|
3 | auxencode = lambda f: store._auxencode(f, True) |
@@ -1,5 +1,3 b'' | |||||
1 | #!/usr/bin/env python |
|
|||
2 |
|
||||
3 |
|
|
1 | from pprint import pprint | |
4 | from mercurial import minirst |
|
2 | from mercurial import minirst | |
5 |
|
3 |
@@ -1,5 +1,3 b'' | |||||
1 | #!/usr/bin/env python |
|
|||
2 |
|
||||
3 |
|
|
1 | from hgext import color | |
4 |
|
2 | |||
5 | # ensure errors aren't buffered |
|
3 | # ensure errors aren't buffered |
@@ -1,5 +1,3 b'' | |||||
1 | #!/usr/bin/env python |
|
|||
2 |
|
||||
3 |
|
|
1 | from mercurial import ui, dispatch, error | |
4 |
|
2 | |||
5 | testui = ui.ui() |
|
3 | testui = ui.ui() |
General Comments 0
You need to be logged in to leave comments.
Login now