Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Brodie Rao
- Sun, 14 Feb 2010 06:52:31
Show More
hgext/bookmarks.py
0
+1
-1
@@
-30,7
+30,7
b' branching.'
30
30
31
from mercurial.i18n import _
31
from mercurial.i18n import _
32
from mercurial.node import nullid , nullrev , hex , short
32
from mercurial.node import nullid , nullrev , hex , short
33
from mercurial import util , commands , localrepo, repair , extensions
33
from mercurial import util , commands , repair , extensions
34
import os
34
import os
35
35
36
def write ( repo ):
36
def write ( repo ):
hgext/color.py
0
+1
-1
@@
-65,7
+65,7
b' Default effects may be overridden from t'
65
65
66
import os , sys
66
import os , sys
67
67
68
from mercurial import cmdutil , commands , extensions , error
68
from mercurial import cmdutil , commands , extensions
69
from mercurial.i18n import _
69
from mercurial.i18n import _
70
70
71
# start and stop parameters for effects
71
# start and stop parameters for effects
hgext/inotify/__init__.py
0
0
-1
@@
-11,7
+11,6
b''
11
# todo: socket permissions
11
# todo: socket permissions
12
12
13
from mercurial.i18n import _
13
from mercurial.i18n import _
14
from mercurial import cmdutil , util
15
import server
14
import server
16
from client import client , QueryFailed
15
from client import client , QueryFailed
17
16
hgext/inotify/linuxserver.py
0
0
-1
@@
-8,7
+8,6
b''
8
8
9
from mercurial.i18n import _
9
from mercurial.i18n import _
10
from mercurial import osutil , util
10
from mercurial import osutil , util
11
import common
12
import server
11
import server
13
import errno , os , select , stat , sys , time
12
import errno , os , select , stat , sys , time
14
13
hgext/progress.py
0
0
-1
@@
-39,7
+39,6
b' changed by adding either -<num> which wo'
39
or +<num> for the first num characters.
39
or +<num> for the first num characters.
40
"""
40
"""
41
41
42
import math
43
import sys
42
import sys
44
import time
43
import time
45
44
mercurial/cmdutil.py
0
+1
-1
@@
-7,7
+7,7
b''
7
7
8
from node import hex , nullid , nullrev , short
8
from node import hex , nullid , nullrev , short
9
from i18n import _
9
from i18n import _
10
import os , sys , errno , re , glob , tempfile , time
10
import os , sys , errno , re , glob , tempfile
11
import mdiff , bdiff , util , templater , patch , error , encoding , templatekw
11
import mdiff , bdiff , util , templater , patch , error , encoding , templatekw
12
import match as _match
12
import match as _match
13
13
mercurial/copies.py
0
0
-1
@@
-5,7
+5,6
b''
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 or any later version.
6
# GNU General Public License version 2 or any later version.
7
7
8
from i18n import _
9
import util
8
import util
10
import heapq
9
import heapq
11
10
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages