OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mercurial
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/lib/codereview/
codereview.py
19
'''
Mercurial
interface to codereview.appspot.com.
44
print >>sys.stderr, "This is a
Mercurial
extension and should not be invoked directly."
61
from
mercurial
import commands as hg_commands
62
from
mercurial
import util as hg_util
128
# Even with those,
Mercurial
still sometimes turns unicode into str
129
# and then tries to use it as ascii. Change
Mercurial
's default.
131
from
mercurial
import encoding
138
#
Mercurial
to let me check in a change with UTF-8 in the
735
# We can't trust
Mercurial
+ Python not to die before making the change,
737
# $(hg root)/last-change so that if
Mercurial
does die, peopl
[
all
...]
/external/regex-re2/lib/codereview/
codereview.py
19
'''
Mercurial
interface to codereview.appspot.com.
44
print >>sys.stderr, "This is a
Mercurial
extension and should not be invoked directly."
61
from
mercurial
import commands as hg_commands
62
from
mercurial
import util as hg_util
128
# Even with those,
Mercurial
still sometimes turns unicode into str
129
# and then tries to use it as ascii. Change
Mercurial
's default.
131
from
mercurial
import encoding
138
#
Mercurial
to let me check in a change with UTF-8 in the
732
# We can't trust
Mercurial
+ Python not to die before making the change,
734
# $(hg root)/last-change so that if
Mercurial
does die, peopl
[
all
...]
Completed in 143 milliseconds