Sun, 09 Oct 2016 05:51:04 -0700 |
Simon Farnsworth |
templater: provide arithmetic operations on integers
|
Sun, 09 Oct 2016 15:54:42 +0200 |
Mads Kiilerich |
eol: store and reuse pattern matchers instead of creating in tight loop
|
Sun, 09 Oct 2016 15:42:42 +0200 |
Mads Kiilerich |
eol: fix variable naming - call it _eolmatch instead of _eolfile
|
Sun, 09 Oct 2016 13:50:53 +0200 |
Gregory Szorc |
parsers: move PyInt aliasing out of util.h
|
Sun, 09 Oct 2016 13:47:46 +0200 |
Gregory Szorc |
osutil: use PyLongObject on Python 3 for listdir_slot
|
Sun, 09 Oct 2016 13:41:18 +0200 |
Gregory Szorc |
osutil: use PyLongObject in recvfds
|
Sun, 09 Oct 2016 12:37:10 +0200 |
Pulkit Goyal |
py3: use encoding.environ instead of os.environ
|
Sun, 09 Oct 2016 12:58:22 +0200 |
Martijn Pieters |
store: py26 compat, don't use a dict comprehension
|
Sat, 08 Oct 2016 16:51:18 +0200 |
Gregory Szorc |
dirs: document performance reasons for bypassing Python C API
|
Sat, 08 Oct 2016 16:20:21 +0200 |
Gregory Szorc |
dirs: port PyInt code to work on Python 3
|
Sat, 08 Oct 2016 14:31:59 +0200 |
Gregory Szorc |
dirs: convert PyString to PyBytes
|
Sat, 08 Oct 2016 16:02:51 +0200 |
Gregory Szorc |
dirs: inline string macros
|
Sat, 08 Oct 2016 22:44:02 +0200 |
Gregory Szorc |
parsers: use PyVarObject_HEAD_INIT
|
Sat, 08 Oct 2016 22:21:22 +0200 |
Gregory Szorc |
pathencode: use Py_SIZE directly
|
Sat, 08 Oct 2016 22:04:56 +0200 |
Gregory Szorc |
util: remove PyString* aliases on Python 3
|
Sat, 08 Oct 2016 22:02:29 +0200 |
Gregory Szorc |
parsers: convert PyString* to PyBytes*
|
Sat, 08 Oct 2016 22:01:07 +0200 |
Gregory Szorc |
pathencode: convert PyString* to PyBytes*
|
Sat, 08 Oct 2016 21:58:55 +0200 |
Gregory Szorc |
osutil: convert PyString* to PyBytes*
|
Sat, 08 Oct 2016 21:57:55 +0200 |
Gregory Szorc |
manifest: convert PyString* to PyBytes*
|
Sun, 02 Oct 2016 17:31:32 +0900 |
Yuya Nishihara |
merge: update doc of manifestmerge() per 18c2184c27dc
|
Sat, 08 Oct 2016 17:22:40 +0200 |
Yuya Nishihara |
py3: remove superfluous indent from check-py3-compat.py
|
Sat, 08 Oct 2016 17:22:07 +0200 |
Yuya Nishihara |
py3: make check-py3-compat.py load modules in standard manner
|
Sun, 09 Oct 2016 08:31:39 +0200 |
Yuya Nishihara |
py3: include module filename in check-py3-compat.py output
|
Sat, 08 Oct 2016 19:16:50 +0200 |
Gregory Szorc |
util: document we want Python type mapping to be temporary
|
Sat, 08 Oct 2016 19:02:44 +0200 |
Gregory Szorc |
util: define PyInt_Type on Python 3
|
Sat, 08 Oct 2016 17:51:29 +0200 |
Gregory Szorc |
parsers: return NULL from PyInit_parsers on Python 3
|
Wed, 05 Oct 2016 13:45:22 +0200 |
Gábor Stefanik |
mail: take --encoding and HGENCODING into account
|
Sat, 08 Oct 2016 02:26:48 -0700 |
Simon Farnsworth |
template: provide a termwidth keyword (issue5395)
|
Sat, 08 Oct 2016 08:36:39 -0400 |
Augie Fackler |
util: ensure forwarded attrs are set in globals() as sysstr
|
Sat, 08 Oct 2016 08:35:43 -0400 |
Augie Fackler |
pycompat: when setting attrs, ensure we use sysstr
|
Sat, 08 Oct 2016 05:26:18 -0400 |
Augie Fackler |
i18n: make the locale directory name the same string type as the datapath
|
Sat, 08 Oct 2016 10:39:00 -0400 |
Augie Fackler |
contributing: add new file with a pointer to the wiki
|
Sat, 08 Oct 2016 15:24:26 +0200 |
Yuya Nishihara |
templater: add relpath() to convert repo path to relative path (issue5394)
|
Sat, 08 Oct 2016 19:11:19 +0200 |
Martijn Pieters |
hgweb: fix the MRO in Python 3
|
Sat, 08 Oct 2016 16:10:34 +0100 |
Jun Wu |
hgweb: make fctx.annotate a separated function so it could be wrapped
|
Tue, 04 Oct 2016 20:49:59 +0800 |
Anton Shestakov |
zsh_completion: update some option usage flags ('+', '=' and ':')
|
Sat, 08 Oct 2016 18:04:57 +0200 |
Gregory Szorc |
manifest: drop Py_TPFLAGS_HAVE_SEQUENCE_IN from tp_flags in Python 3
|
Sat, 08 Oct 2016 05:26:58 -0700 |
Ryan McElroy |
import: abort instead of crashing when copy source does not exist (issue5375)
|
Sat, 08 Oct 2016 08:54:05 -0700 |
Mateusz Kwapich |
py3: make encodefun in store.py compatible with py3k
|
Sat, 08 Oct 2016 08:45:28 -0700 |
Mateusz Kwapich |
py3: make the string unicode so its iterable in py3k
|
Mon, 03 Oct 2016 13:29:59 +0200 |
Gábor Stefanik |
copies: don't record divergence for files needing no merge
|
Sat, 08 Oct 2016 19:32:54 +0900 |
Tooru Fujisawa |
hgweb: avoid line wrap between revision and annotate-info (issue5398)
|
Sat, 08 Oct 2016 16:10:58 +0200 |
Pulkit Goyal |
py3: make format strings unicodes and not bytes
|
Fri, 07 Oct 2016 17:30:11 +0200 |
Pulkit Goyal |
mail: handle renamed email.Header
|
Fri, 07 Oct 2016 08:32:40 -0400 |
Augie Fackler |
revset: build _syminitletters from a saner source: the string module
|
Thu, 11 Aug 2016 15:05:17 +0200 |
Pierre-Yves David |
mq: release lock after transaction in qrefresh
|
Thu, 11 Aug 2016 14:51:19 +0200 |
Pierre-Yves David |
perf: release lock after transaction in perffncachewrite
|
Tue, 23 Aug 2016 23:47:59 +0200 |
Pierre-Yves David |
pull: grab wlock during pull
|
Wed, 24 Aug 2016 04:19:11 +0200 |
Pierre-Yves David |
bisect: move 'printresult' in the 'hbisect' module
|
Wed, 24 Aug 2016 04:16:07 +0200 |
Pierre-Yves David |
bisect: move the 'extendrange' to the 'hbisect' module
|
Wed, 24 Aug 2016 04:13:53 +0200 |
Pierre-Yves David |
bisect: extract the 'reset' logic into its own function
|
Wed, 24 Aug 2016 04:31:49 +0200 |
Pierre-Yves David |
bisect: access the filesystem through vfs when reseting
|
Fri, 07 Oct 2016 17:06:55 +0200 |
Martijn Pieters |
util: remove the copypasta unquote function
|
Fri, 07 Oct 2016 08:51:50 -0700 |
Simon Farnsworth |
merge: add conflict labels to merge command
|
Wed, 05 Oct 2016 15:28:34 +0200 |
Mathias De Maré |
check-commit: allow underscore as commit topic
|
Sat, 08 Oct 2016 01:25:28 -0700 |
Simon Farnsworth |
merge: use labels in subrepo merge
|
Fri, 07 Oct 2016 08:32:18 -0400 |
Augie Fackler |
registrar: make format strings unicodes and not bytes
|
Mon, 03 Oct 2016 03:37:10 +0100 |
Jun Wu |
extensions: move the "import" logic out from "load"
|
Fri, 07 Oct 2016 07:43:04 -0400 |
Augie Fackler |
hgmanpage: stop using raw-unicode strings
|
Fri, 07 Oct 2016 08:09:23 -0400 |
Augie Fackler |
revset: define _symletters in terms of _syminitletters
|