Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
eol: fix variable naming - call it _eolmatch instead of _eolfile
2016-10-09, by Mads Kiilerich
parsers: move PyInt aliasing out of util.h
2016-10-09, by Gregory Szorc
osutil: use PyLongObject on Python 3 for listdir_slot
2016-10-09, by Gregory Szorc
osutil: use PyLongObject in recvfds
2016-10-09, by Gregory Szorc
py3: use encoding.environ instead of os.environ
2016-10-09, by Pulkit Goyal
store: py26 compat, don't use a dict comprehension
2016-10-09, by Martijn Pieters
dirs: document performance reasons for bypassing Python C API
2016-10-08, by Gregory Szorc
dirs: port PyInt code to work on Python 3
2016-10-08, by Gregory Szorc
dirs: convert PyString to PyBytes
2016-10-08, by Gregory Szorc
dirs: inline string macros
2016-10-08, by Gregory Szorc
parsers: use PyVarObject_HEAD_INIT
2016-10-08, by Gregory Szorc
pathencode: use Py_SIZE directly
2016-10-08, by Gregory Szorc
util: remove PyString* aliases on Python 3
2016-10-08, by Gregory Szorc
parsers: convert PyString* to PyBytes*
2016-10-08, by Gregory Szorc
pathencode: convert PyString* to PyBytes*
2016-10-08, by Gregory Szorc
osutil: convert PyString* to PyBytes*
2016-10-08, by Gregory Szorc
manifest: convert PyString* to PyBytes*
2016-10-08, by Gregory Szorc
merge: update doc of manifestmerge() per 18c2184c27dc
2016-10-02, by Yuya Nishihara
py3: remove superfluous indent from check-py3-compat.py
2016-10-08, by Yuya Nishihara
py3: make check-py3-compat.py load modules in standard manner
2016-10-08, by Yuya Nishihara
py3: include module filename in check-py3-compat.py output
2016-10-09, by Yuya Nishihara
util: document we want Python type mapping to be temporary
2016-10-08, by Gregory Szorc
util: define PyInt_Type on Python 3
2016-10-08, by Gregory Szorc
parsers: return NULL from PyInit_parsers on Python 3
2016-10-08, by Gregory Szorc
mail: take --encoding and HGENCODING into account
2016-10-05, by Gábor Stefanik
template: provide a termwidth keyword (issue5395)
2016-10-08, by Simon Farnsworth
util: ensure forwarded attrs are set in globals() as sysstr
2016-10-08, by Augie Fackler
pycompat: when setting attrs, ensure we use sysstr
2016-10-08, by Augie Fackler
i18n: make the locale directory name the same string type as the datapath
2016-10-08, by Augie Fackler
contributing: add new file with a pointer to the wiki
2016-10-08, by Augie Fackler
templater: add relpath() to convert repo path to relative path (issue5394)
2016-10-08, by Yuya Nishihara
hgweb: fix the MRO in Python 3
2016-10-08, by Martijn Pieters
hgweb: make fctx.annotate a separated function so it could be wrapped
2016-10-08, by Jun Wu
zsh_completion: update some option usage flags ('+', '=' and ':')
2016-10-04, by Anton Shestakov
manifest: drop Py_TPFLAGS_HAVE_SEQUENCE_IN from tp_flags in Python 3
2016-10-08, by Gregory Szorc
import: abort instead of crashing when copy source does not exist (issue5375)
2016-10-08, by Ryan McElroy
py3: make encodefun in store.py compatible with py3k
2016-10-08, by Mateusz Kwapich
py3: make the string unicode so its iterable in py3k
2016-10-08, by Mateusz Kwapich
copies: don't record divergence for files needing no merge
2016-10-03, by Gábor Stefanik
hgweb: avoid line wrap between revision and annotate-info (issue5398)
2016-10-08, by Tooru Fujisawa
py3: make format strings unicodes and not bytes
2016-10-08, by Pulkit Goyal
mail: handle renamed email.Header
2016-10-07, by Pulkit Goyal
revset: build _syminitletters from a saner source: the string module
2016-10-07, by Augie Fackler
mq: release lock after transaction in qrefresh
2016-08-11, by Pierre-Yves David
perf: release lock after transaction in perffncachewrite
2016-08-11, by Pierre-Yves David
pull: grab wlock during pull
2016-08-23, by Pierre-Yves David
bisect: move 'printresult' in the 'hbisect' module
2016-08-24, by Pierre-Yves David
bisect: move the 'extendrange' to the 'hbisect' module
2016-08-24, by Pierre-Yves David
bisect: extract the 'reset' logic into its own function
2016-08-24, by Pierre-Yves David
bisect: access the filesystem through vfs when reseting
2016-08-24, by Pierre-Yves David
util: remove the copypasta unquote function
2016-10-07, by Martijn Pieters
merge: add conflict labels to merge command
2016-10-07, by Simon Farnsworth
check-commit: allow underscore as commit topic
2016-10-05, by Mathias De Maré
merge: use labels in subrepo merge
2016-10-08, by Simon Farnsworth
registrar: make format strings unicodes and not bytes
2016-10-07, by Augie Fackler
extensions: move the "import" logic out from "load"
2016-10-03, by Jun Wu
hgmanpage: stop using raw-unicode strings
2016-10-07, by Augie Fackler
revset: define _symletters in terms of _syminitletters
2016-10-07, by Augie Fackler
revset: remove doubled space
2016-10-07, by Augie Fackler
util: use string.hexdigits instead of defining it ourselves
2016-10-07, by Augie Fackler
util: correct check of sys.version_info
2016-10-07, by Augie Fackler
py3: switch to .items() using transformer
2016-10-07, by Pulkit Goyal
py3: handle multiple arguments in .encode() and .decode()
2016-10-07, by Pulkit Goyal
py3: convert to unicode to pass into encode()
2016-10-07, by Pulkit Goyal
templater: use "needle" and "haystack" as (meta-)variables for ifcontains()
2016-10-01, by Anton Shestakov
copies: mark checkcopies as internal with the _ prefix
2016-10-03, by Gábor Stefanik
copies: split u1/u2 to u1u/u2u and u1r/u2r
2016-10-03, by Gábor Stefanik
copies: style fixes and add comment
2016-10-03, by Gábor Stefanik
copies: limit is an optimization, and doesn't provide guarantees
2016-10-03, by Gábor Stefanik
revset: do not rewrite ':y' to '0:y' (issue5385)
2016-10-01, by Yuya Nishihara
revset: extract function that creates range set from computed revisions
2016-10-01, by Yuya Nishihara
lazymanifest: write a more efficient, pypy friendly version of lazymanifest
2016-09-12, by Maciej Fijalkowski
hg: set default path correctly when doing a clone+share (issue5378)
2016-10-02, by Gregory Szorc
annotate: calculate line count correctly
2016-10-01, by Jun Wu
py3: use unicode in is_frozen()
2016-10-02, by Pulkit Goyal
py3: use unicodes in __slots__
2016-10-02, by Pulkit Goyal
merge with stable
2016-10-01, by Augie Fackler
url: fix crash by empty path with #fragments
2016-09-30, by Yuya Nishihara
py3: make i18n use encoding.environ
2016-09-28, by Yuya Nishihara
py3: provide encoding.environ which is a dict of bytes
2016-09-28, by Yuya Nishihara
py3: convert encoding name and mode to str
2016-09-28, by Yuya Nishihara
pycompat: extract function that converts attribute or encoding name to str
2016-09-28, by Yuya Nishihara
Added signature for changeset 149433e68974
stable
2016-10-01, by Augie Fackler
pycompat: provide 'ispy3' constant
2016-09-28, by Yuya Nishihara
Added tag 3.9.2 for changeset 149433e68974
stable
2016-10-01, by Augie Fackler
extensions: add a note about debug output during extensions search
2016-09-30, by Pierre-Yves David
extensions: fix a debug message when searching for extensions
2016-09-30, by Pierre-Yves David
dirstate: rebuild should update dirstate properly
2016-08-30, by Mateusz Kwapich
histedit: avoid converting nodeid to context and back again
2016-09-27, by Martin von Zweigbergk
help: mark boolean flags with [no-] to explain that they can be negated
2016-09-13, by Augie Fackler
mdiff: remove unused parameter 'refine' from allblocks()
2016-09-27, by Philippe Pepiot
demandimport: error out early on missing attribute of non package (issue5373)
2016-09-26, by Yuya Nishihara
demandimport: add 'nt' to ignore list (issue5373)
2016-09-27, by Yuya Nishihara
demandimport: add '_ctypes.pointer' to ignore list on PyPy
2016-09-27, by Yuya Nishihara
hgweb: make anchor name actually match its href on help index page
2016-09-26, by Anton Shestakov
perf: add perfchangegroupchangelog command
2016-09-24, by Gregory Szorc
perf: add --reverse to perfrevlog
2016-09-24, by Gregory Szorc
log: copy the way of ancestor traversal to --follow matcher (issue5376)
2016-09-24, by Yuya Nishihara
log: unroll loop that populates file paths for --patch --follow matcher
2016-09-24, by Yuya Nishihara
wireproto: rename argument to groupchunks()
2016-09-25, by Gregory Szorc
tests: actually test non-generaldelta variant for stream clones
2016-09-25, by Gregory Szorc
revlog: document high frequency of code execution
2016-08-24, by Gregory Szorc
revlog: make code in builddelta() slightly easier to read
2016-08-24, by Gregory Szorc
py3: update test expectation on stable
stable
3.9.2
2016-09-23, by Augie Fackler
grep: rewrite help to better document current (confusing) behavior
stable
2016-09-23, by Kevin Bullock
templates: add built-in files() function
2016-09-23, by Hannes Oldenburg
rebase: rebase changesets in topo order (issue5370) (BC)
2016-09-17, by Xidorn Quan
dispatch: make hg --profile wrap reposetup
2016-09-22, by Arun Kulshreshtha
dispatch: change indentation level in _dispatch()
2016-09-22, by Arun Kulshreshtha
log: drop outdated optimization to walk revisions in reverse order
2016-09-22, by Yuya Nishihara
graphlog: preserve topo sort even if additional filter options specified
2016-09-22, by Yuya Nishihara
transaction: open a file with checkambig=True to avoid file stat ambiguity
2016-09-22, by FUJIWARA Katsunori
repair: open a file with checkambig=True to avoid file stat ambiguity
2016-09-22, by FUJIWARA Katsunori
changelog: specify checkambig=True to revlog.__init__, to avoid ambiguity
2016-09-22, by FUJIWARA Katsunori
changelog: specify checkambig=True to avoid ambiguity around truncation
2016-09-22, by FUJIWARA Katsunori
manifest: specify checkambig=True to revlog.__init__, to avoid ambiguity
2016-09-22, by FUJIWARA Katsunori
revlog: specify checkambig at writing to avoid file stat ambiguity
2016-09-22, by FUJIWARA Katsunori
vfs: use checkambigatclosing in checkambig=True but atomictemp=False case
2016-09-22, by FUJIWARA Katsunori
scmutil: add file object wrapper class to check ambiguity at closing
2016-09-22, by FUJIWARA Katsunori
scmutil: factor out common logic of delayclosedfile to reuse it
2016-09-22, by FUJIWARA Katsunori
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip