Show More
@@ -46,7 +46,6 b' editor = notepad' | |||||
46 | ;extdiff = |
|
46 | ;extdiff = | |
47 | ;fetch = |
|
47 | ;fetch = | |
48 | ;gpg = |
|
48 | ;gpg = | |
49 | ;hgcia = |
|
|||
50 | ;hgk = |
|
49 | ;hgk = | |
51 | ;highlight = |
|
50 | ;highlight = | |
52 | ;histedit = |
|
51 | ;histedit = |
@@ -25,7 +25,7 b' from . import (' | |||||
25 | _aftercallbacks = {} |
|
25 | _aftercallbacks = {} | |
26 | _order = [] |
|
26 | _order = [] | |
27 | _builtin = set(['hbisect', 'bookmarks', 'parentrevspec', 'progress', 'interhg', |
|
27 | _builtin = set(['hbisect', 'bookmarks', 'parentrevspec', 'progress', 'interhg', | |
28 | 'inotify']) |
|
28 | 'inotify', 'hgcia']) | |
29 |
|
29 | |||
30 | def extensions(ui=None): |
|
30 | def extensions(ui=None): | |
31 | if ui: |
|
31 | if ui: |
@@ -7,7 +7,6 b'' | |||||
7 | hgext/fsmonitor/pywatchman/__init__.py requires print_function |
|
7 | hgext/fsmonitor/pywatchman/__init__.py requires print_function | |
8 | hgext/fsmonitor/pywatchman/capabilities.py not using absolute_import |
|
8 | hgext/fsmonitor/pywatchman/capabilities.py not using absolute_import | |
9 | hgext/fsmonitor/pywatchman/pybser.py not using absolute_import |
|
9 | hgext/fsmonitor/pywatchman/pybser.py not using absolute_import | |
10 | hgext/hgcia.py not using absolute_import |
|
|||
11 | hgext/highlight/__init__.py not using absolute_import |
|
10 | hgext/highlight/__init__.py not using absolute_import | |
12 | hgext/highlight/highlight.py not using absolute_import |
|
11 | hgext/highlight/highlight.py not using absolute_import | |
13 | hgext/largefiles/__init__.py not using absolute_import |
|
12 | hgext/largefiles/__init__.py not using absolute_import | |
@@ -68,7 +67,6 b'' | |||||
68 | hgext/fsmonitor/watchmanclient.py: error importing module: <SystemError> Parent module 'hgext.fsmonitor' not loaded, cannot perform relative import (line *) (glob) |
|
67 | hgext/fsmonitor/watchmanclient.py: error importing module: <SystemError> Parent module 'hgext.fsmonitor' not loaded, cannot perform relative import (line *) (glob) | |
69 | hgext/gpg.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob) |
|
68 | hgext/gpg.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob) | |
70 | hgext/graphlog.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob) |
|
69 | hgext/graphlog.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob) | |
71 | hgext/hgcia.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob) |
|
|||
72 | hgext/hgk.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob) |
|
70 | hgext/hgk.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob) | |
73 | hgext/histedit.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob) |
|
71 | hgext/histedit.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob) | |
74 | hgext/keyword.py: error importing: <ImportError> No module named 'BaseHTTPServer' (error at common.py:*) (glob) |
|
72 | hgext/keyword.py: error importing: <ImportError> No module named 'BaseHTTPServer' (error at common.py:*) (glob) |
@@ -260,7 +260,6 b' Test extension help:' | |||||
260 | extdiff command to allow external programs to compare revisions |
|
260 | extdiff command to allow external programs to compare revisions | |
261 | factotum http authentication with factotum |
|
261 | factotum http authentication with factotum | |
262 | gpg commands to sign and verify changesets |
|
262 | gpg commands to sign and verify changesets | |
263 | hgcia hooks for integrating with the CIA.vc notification service |
|
|||
264 | hgk browse the repository in a graphical way |
|
263 | hgk browse the repository in a graphical way | |
265 | highlight syntax highlighting for hgweb (requires Pygments) |
|
264 | highlight syntax highlighting for hgweb (requires Pygments) | |
266 | histedit interactive history editing |
|
265 | histedit interactive history editing |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now