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