Sun, 09 Oct 2016 01:03:17 +0900 |
FUJIWARA Katsunori |
perf: get subsettable from appropriate module for Mercurial earlier than 2.9
|
Sun, 09 Oct 2016 01:03:16 +0900 |
FUJIWARA Katsunori |
perf: introduce safeattrsetter to replace direct attribute assignment
|
Sat, 08 Oct 2016 00:59:41 +0200 |
Mads Kiilerich |
largefiles: use context for file closing
|
Sat, 08 Oct 2016 00:59:40 +0200 |
Mads Kiilerich |
largefiles: when setting/clearing x bit on largefiles, don't change other bits
|
Sun, 09 Oct 2016 15:54:49 +0200 |
Mads Kiilerich |
eol: on update, only re-check files if filtering changed
|
Thu, 13 Oct 2016 10:59:29 +0200 |
Gregory Szorc |
dirs: add comment about _PyBytes_Resize
|
Tue, 11 Oct 2016 01:29:08 +0200 |
Pierre-Yves David |
checkcopies: extract the '_related' closure
|
Sat, 08 Oct 2016 23:00:55 +0200 |
Pierre-Yves David |
checkcopies: add an inline comment about the '_related' call
|
Sat, 08 Oct 2016 19:03:16 +0200 |
Pierre-Yves David |
checkcopies: minor change to comment
|
Sat, 08 Oct 2016 18:38:42 +0200 |
Pierre-Yves David |
checkcopies: rename 'ca' to 'base'
|
Wed, 24 Aug 2016 05:09:46 +0200 |
Pierre-Yves David |
bisect: extra a small initialisation outside of a loop
|
Mon, 10 Oct 2016 23:11:15 +0100 |
Martijn Pieters |
pycompat: only accept a bytestring filepath in Python 2
|
Mon, 10 Oct 2016 05:31:31 -0700 |
Mateusz Kwapich |
py3: use raw strings in line continuation (convert ext)
|
Mon, 10 Oct 2016 05:30:14 -0700 |
Mateusz Kwapich |
py3: namedtuple takes unicode (journal ext)
|
Sun, 09 Oct 2016 09:42:46 -0400 |
Augie Fackler |
debuginstall: use %d instead of %s for formatting an int
|
Sun, 09 Oct 2016 13:59:20 +0200 |
Pulkit Goyal |
py3: test to check which commands run
|
Wed, 24 Aug 2016 05:06:21 +0200 |
Pierre-Yves David |
bisect: build a displayer only once
|
Wed, 24 Aug 2016 05:04:46 +0200 |
Pierre-Yves David |
bisect: factor commonly update sequence
|
Wed, 24 Aug 2016 04:25:20 +0200 |
Pierre-Yves David |
bisect: move check_state into the bisect module
|
Wed, 24 Aug 2016 04:23:13 +0200 |
Pierre-Yves David |
bisect: simplify conditional in 'check_state'
|
Wed, 24 Aug 2016 04:22:40 +0200 |
Pierre-Yves David |
bisect: remove code about "update-flag" in check_state
|
Sun, 09 Oct 2016 03:50:55 +0200 |
Pierre-Yves David |
bisect: rename 'check_code' to match our naming scheme
|
Wed, 24 Aug 2016 04:48:17 +0200 |
Pierre-Yves David |
bisect: minor movement of code handle flag updating state
|
Sun, 09 Oct 2016 04:37:02 -0400 |
Augie Fackler |
test-clone: discard lock-related messages
|
Sun, 09 Oct 2016 04:25:22 -0400 |
Augie Fackler |
test-clone: fix some instability in pooled clone race condition test
|
Sun, 09 Oct 2016 17:44:23 +0200 |
Martijn Pieters |
py3: add an os.fsencode backport to ease path handling
|
Sun, 09 Oct 2016 14:10:01 +0200 |
Martijn Pieters |
py3: a second argument to open can't be bytes
|
Sun, 09 Oct 2016 17:02:34 +0200 |
Yuya Nishihara |
py3: make check-py3-compat.py import importlib only if necessary
|
Sun, 09 Oct 2016 08:09:20 -0700 |
Simon Farnsworth |
templater: handle division by zero in arithmetic
|
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
|
Fri, 07 Oct 2016 08:03:30 -0400 |
Augie Fackler |
revset: remove doubled space
|
Fri, 07 Oct 2016 08:58:23 -0400 |
Augie Fackler |
util: use string.hexdigits instead of defining it ourselves
|
Fri, 07 Oct 2016 08:01:16 -0400 |
Augie Fackler |
util: correct check of sys.version_info
|
Fri, 07 Oct 2016 15:29:57 +0200 |
Pulkit Goyal |
py3: switch to .items() using transformer
|
Fri, 07 Oct 2016 14:04:49 +0200 |
Pulkit Goyal |
py3: handle multiple arguments in .encode() and .decode()
|
Fri, 07 Oct 2016 12:13:28 +0200 |
Pulkit Goyal |
py3: convert to unicode to pass into encode()
|
Sat, 01 Oct 2016 09:55:32 +0800 |
Anton Shestakov |
templater: use "needle" and "haystack" as (meta-)variables for ifcontains()
|
Mon, 03 Oct 2016 13:24:56 +0200 |
Gábor Stefanik |
copies: mark checkcopies as internal with the _ prefix
|
Mon, 03 Oct 2016 13:23:19 +0200 |
Gábor Stefanik |
copies: split u1/u2 to u1u/u2u and u1r/u2r
|
Mon, 03 Oct 2016 13:18:31 +0200 |
Gábor Stefanik |
copies: style fixes and add comment
|
Mon, 03 Oct 2016 16:19:55 +0200 |
Gábor Stefanik |
copies: limit is an optimization, and doesn't provide guarantees
|
Sat, 01 Oct 2016 20:20:11 +0900 |
Yuya Nishihara |
revset: do not rewrite ':y' to '0:y' (issue5385)
|
Sat, 01 Oct 2016 20:11:48 +0900 |
Yuya Nishihara |
revset: extract function that creates range set from computed revisions
|
Mon, 12 Sep 2016 13:37:14 +0200 |
Maciej Fijalkowski |
lazymanifest: write a more efficient, pypy friendly version of lazymanifest
|
Sun, 02 Oct 2016 22:34:40 -0700 |
Gregory Szorc |
hg: set default path correctly when doing a clone+share (issue5378)
|
Sat, 01 Oct 2016 14:18:58 +0100 |
Jun Wu |
annotate: calculate line count correctly
|
Sun, 02 Oct 2016 05:29:17 +0530 |
Pulkit Goyal |
py3: use unicode in is_frozen()
|
Sun, 02 Oct 2016 03:38:14 +0530 |
Pulkit Goyal |
py3: use unicodes in __slots__
|
Sat, 01 Oct 2016 15:10:38 -0400 |
Augie Fackler |
merge with stable
|
Fri, 30 Sep 2016 21:38:47 +0900 |
Yuya Nishihara |
url: fix crash by empty path with #fragments
|
Wed, 28 Sep 2016 20:07:32 +0900 |
Yuya Nishihara |
py3: make i18n use encoding.environ
|
Wed, 28 Sep 2016 20:05:34 +0900 |
Yuya Nishihara |
py3: provide encoding.environ which is a dict of bytes
|
Wed, 28 Sep 2016 20:39:06 +0900 |
Yuya Nishihara |
py3: convert encoding name and mode to str
|
Wed, 28 Sep 2016 22:32:09 +0900 |
Yuya Nishihara |
pycompat: extract function that converts attribute or encoding name to str
|
Sat, 01 Oct 2016 15:00:23 -0400 |
Augie Fackler |
Added signature for changeset 149433e68974
stable
|
Wed, 28 Sep 2016 20:01:23 +0900 |
Yuya Nishihara |
pycompat: provide 'ispy3' constant
|
Sat, 01 Oct 2016 15:00:18 -0400 |
Augie Fackler |
Added tag 3.9.2 for changeset 149433e68974
stable
|
Fri, 30 Sep 2016 00:27:35 +0200 |
Pierre-Yves David |
extensions: add a note about debug output during extensions search
|
Fri, 30 Sep 2016 00:25:15 +0200 |
Pierre-Yves David |
extensions: fix a debug message when searching for extensions
|
Tue, 30 Aug 2016 15:16:28 -0700 |
Mateusz Kwapich |
dirstate: rebuild should update dirstate properly
|
Tue, 27 Sep 2016 22:09:28 -0700 |
Martin von Zweigbergk |
histedit: avoid converting nodeid to context and back again
|
Tue, 13 Sep 2016 22:58:12 -0400 |
Augie Fackler |
help: mark boolean flags with [no-] to explain that they can be negated
|
Tue, 27 Sep 2016 14:46:34 +0200 |
Philippe Pepiot |
mdiff: remove unused parameter 'refine' from allblocks()
|
Mon, 26 Sep 2016 23:28:57 +0900 |
Yuya Nishihara |
demandimport: error out early on missing attribute of non package (issue5373)
|
Tue, 27 Sep 2016 21:56:00 +0900 |
Yuya Nishihara |
demandimport: add 'nt' to ignore list (issue5373)
|
Tue, 27 Sep 2016 22:36:00 +0900 |
Yuya Nishihara |
demandimport: add '_ctypes.pointer' to ignore list on PyPy
|
Mon, 26 Sep 2016 16:12:40 +0800 |
Anton Shestakov |
hgweb: make anchor name actually match its href on help index page
|
Sat, 24 Sep 2016 12:22:30 -0700 |
Gregory Szorc |
perf: add perfchangegroupchangelog command
|
Sat, 24 Sep 2016 10:44:37 -0700 |
Gregory Szorc |
perf: add --reverse to perfrevlog
|
Sat, 24 Sep 2016 19:58:23 +0900 |
Yuya Nishihara |
log: copy the way of ancestor traversal to --follow matcher (issue5376)
|
Sat, 24 Sep 2016 19:52:02 +0900 |
Yuya Nishihara |
log: unroll loop that populates file paths for --patch --follow matcher
|
Sun, 25 Sep 2016 12:20:31 -0700 |
Gregory Szorc |
wireproto: rename argument to groupchunks()
|
Sun, 25 Sep 2016 13:20:55 -0700 |
Gregory Szorc |
tests: actually test non-generaldelta variant for stream clones
|
Wed, 24 Aug 2016 20:18:58 -0700 |
Gregory Szorc |
revlog: document high frequency of code execution
|
Wed, 24 Aug 2016 20:00:52 -0700 |
Gregory Szorc |
revlog: make code in builddelta() slightly easier to read
|
Fri, 23 Sep 2016 14:37:15 -0400 |
Augie Fackler |
py3: update test expectation on stable
stable 3.9.2
|
Fri, 23 Sep 2016 12:45:10 -0500 |
Kevin Bullock |
grep: rewrite help to better document current (confusing) behavior
stable
|
Fri, 23 Sep 2016 08:15:05 +0000 |
Hannes Oldenburg |
templates: add built-in files() function
|
Sat, 17 Sep 2016 17:02:56 +1000 |
Xidorn Quan |
rebase: rebase changesets in topo order (issue5370) (BC)
|
Thu, 22 Sep 2016 12:36:30 -0700 |
Arun Kulshreshtha |
dispatch: make hg --profile wrap reposetup
|
Thu, 22 Sep 2016 12:19:48 -0700 |
Arun Kulshreshtha |
dispatch: change indentation level in _dispatch()
|
Thu, 22 Sep 2016 20:59:24 +0900 |
Yuya Nishihara |
log: drop outdated optimization to walk revisions in reverse order
|
Thu, 22 Sep 2016 20:53:53 +0900 |
Yuya Nishihara |
graphlog: preserve topo sort even if additional filter options specified
|
Thu, 22 Sep 2016 21:52:00 +0900 |
FUJIWARA Katsunori |
transaction: open a file with checkambig=True to avoid file stat ambiguity
|
Thu, 22 Sep 2016 21:52:00 +0900 |
FUJIWARA Katsunori |
repair: open a file with checkambig=True to avoid file stat ambiguity
|
Thu, 22 Sep 2016 21:51:59 +0900 |
FUJIWARA Katsunori |
changelog: specify checkambig=True to revlog.__init__, to avoid ambiguity
|
Thu, 22 Sep 2016 21:51:59 +0900 |
FUJIWARA Katsunori |
changelog: specify checkambig=True to avoid ambiguity around truncation
|
Thu, 22 Sep 2016 21:51:58 +0900 |
FUJIWARA Katsunori |
manifest: specify checkambig=True to revlog.__init__, to avoid ambiguity
|
Thu, 22 Sep 2016 21:51:58 +0900 |
FUJIWARA Katsunori |
revlog: specify checkambig at writing to avoid file stat ambiguity
|
Thu, 22 Sep 2016 21:51:57 +0900 |
FUJIWARA Katsunori |
vfs: use checkambigatclosing in checkambig=True but atomictemp=False case
|
Thu, 22 Sep 2016 21:51:57 +0900 |
FUJIWARA Katsunori |
scmutil: add file object wrapper class to check ambiguity at closing
|
Thu, 22 Sep 2016 21:51:56 +0900 |
FUJIWARA Katsunori |
scmutil: factor out common logic of delayclosedfile to reuse it
|
Thu, 22 Sep 2016 13:20:06 +0800 |
Anton Shestakov |
spartan: remove unused templates
|
Thu, 22 Sep 2016 13:19:44 +0800 |
Anton Shestakov |
monoblue: remove unused templates
|
Thu, 22 Sep 2016 13:19:25 +0800 |
Anton Shestakov |
gitweb: remove unused templates
|
Thu, 22 Sep 2016 13:18:59 +0800 |
Anton Shestakov |
paper: remove unused templates
|
Wed, 21 Sep 2016 17:05:27 -0400 |
timeless |
help: add sections for revsets
|
Wed, 21 Sep 2016 17:23:05 +0000 |
timeless |
help: move revsets.## documentation into infix section
|
Wed, 21 Sep 2016 16:33:37 +0000 |
timeless |
help: clarify quotes are needed for filesets.size expressions
|
Wed, 21 Sep 2016 20:43:41 +0800 |
Anton Shestakov |
paper: remove unused template "changelogchild"
|
Wed, 21 Sep 2016 20:43:10 +0800 |
Anton Shestakov |
monoblue: remove unused template "changelogchild"
|
Wed, 21 Sep 2016 20:35:46 +0800 |
Anton Shestakov |
gitweb: remove unused template "changelogchild"
|
Wed, 21 Sep 2016 20:19:35 +0800 |
Anton Shestakov |
monoblue: tweak branch table's last row's cell colspan on summary page
|
Wed, 21 Sep 2016 19:52:48 +0800 |
Anton Shestakov |
gitweb: tweak branch table's last row's cell colspan on summary page
|
Wed, 21 Sep 2016 03:39:37 +0000 |
timeless |
tests: clarify demandimport disabled state
|
Wed, 21 Sep 2016 02:46:59 +0000 |
timeless |
demandimport: add trailing comma
|
Tue, 20 Sep 2016 23:49:20 +0000 |
timeless |
tests: favor single quotes for wrapping hg help ...
|
Tue, 20 Sep 2016 23:49:00 +0000 |
timeless |
samplehgrcs: use single quotes in use warning
|
Tue, 20 Sep 2016 23:48:30 +0000 |
timeless |
util: use single quotes in use warning
|
Tue, 20 Sep 2016 23:48:19 +0000 |
timeless |
obsolete: use single quotes in use warning
|
Tue, 20 Sep 2016 23:48:08 +0000 |
timeless |
localrepo: use single quotes in use warning
|
Tue, 20 Sep 2016 23:47:46 +0000 |
timeless |
help: use single quotes in use warning
|
Tue, 20 Sep 2016 23:47:30 +0000 |
timeless |
discovery: use single quotes in use warning
|
Tue, 20 Sep 2016 23:47:02 +0000 |
timeless |
serve: use single quotes in use warning
|
Tue, 20 Sep 2016 23:46:15 +0000 |
timeless |
bundle: use single quotes in use warning
|
Tue, 20 Sep 2016 23:45:25 +0000 |
timeless |
histedit: use single quotes in use warning
|
Tue, 20 Sep 2016 23:45:15 +0000 |
timeless |
keyword: use single quotes in use warning
|
Tue, 20 Sep 2016 23:44:59 +0000 |
timeless |
mq: use single quotes in use warning
|
Tue, 20 Sep 2016 23:44:49 +0000 |
timeless |
pager: use single quotes in use warning
|
Tue, 20 Sep 2016 23:44:28 +0000 |
timeless |
rebase: use single quotes in use warning
|
Tue, 20 Sep 2016 20:12:38 +0000 |
timeless |
push: update help hint to point to config.paths section
|
Fri, 02 Sep 2016 21:49:33 +0000 |
timeless |
update: use single quotes in use warning
|
Fri, 02 Sep 2016 21:46:00 +0000 |
timeless |
remove: specify hg in added warning
|
Tue, 20 Sep 2016 12:24:01 -0700 |
Durham Goode |
manifest: add manifestlog.add
|
Tue, 20 Sep 2016 12:24:01 -0700 |
Durham Goode |
manifest: move manifest.add onto manifestrevlog
|
Tue, 20 Sep 2016 12:24:01 -0700 |
Durham Goode |
manifest: remove dependency on treeinmem from manifest.add
|
Tue, 20 Sep 2016 12:24:01 -0700 |
Durham Goode |
manifest: move treeinmem onto manifestlog
|
Mon, 19 Sep 2016 17:14:43 -0400 |
Augie Fackler |
copy: document current behavior of 'hg cp --after'
|
Tue, 20 Sep 2016 10:03:50 -0500 |
Nathan Goldbaum |
crecord: add an event that scrolls the selected line to the top of the screen
|
Tue, 03 May 2016 14:24:00 +0900 |
Yuya Nishihara |
log: drop hack to fix order of revset (issue5100)
|
Tue, 03 May 2016 14:18:28 +0900 |
Yuya Nishihara |
revset: add option to make matcher takes the ordering of the input set
|
Mon, 19 Sep 2016 09:14:35 -0700 |
Martin von Zweigbergk |
strip: don't use "full" and "partial" to describe bundles
|
Mon, 19 Sep 2016 09:14:32 -0700 |
Martin von Zweigbergk |
strip: clarify that user action is required to recover temp bundle
|
Thu, 15 Sep 2016 09:45:29 -0700 |
Martin von Zweigbergk |
strip: report both bundle files in case of exception (issue5368)
|
Thu, 15 Sep 2016 10:18:56 -0700 |
Martin von Zweigbergk |
strip: simplify some repeated conditions
|
Mon, 29 Aug 2016 07:07:15 +0200 |
Mathias De Maré |
config: add template support
|
Mon, 29 Aug 2016 17:19:09 +0200 |
Mathias De Maré |
formatter: introduce isplain() to replace (the inverse of) __nonzero__() (API)
|
Tue, 30 Aug 2016 15:55:07 -0400 |
Augie Fackler |
diffopts: notice a negated boolean flag in diffopts
|
Tue, 13 Sep 2016 22:57:57 -0400 |
Augie Fackler |
flags: allow specifying --no-boolean-flag on the command line (BC)
|
Tue, 03 May 2016 13:36:12 +0900 |
Yuya Nishihara |
revset: make sort() noop depending on ordering requirement (BC)
|
Tue, 03 May 2016 13:36:12 +0900 |
Yuya Nishihara |
revset: make reverse() noop depending on ordering requirement (BC)
|
Tue, 03 May 2016 12:52:50 +0900 |
Yuya Nishihara |
revset: fix order of nested 'range' expression (BC)
|
Wed, 01 Jun 2016 20:54:04 +0900 |
Yuya Nishihara |
revset: forward ordering requirement to argument of present()
|
Wed, 14 Sep 2016 11:39:47 -0500 |
Nathan Goldbaum |
crecord: delete commented line
|
Tue, 13 Sep 2016 16:00:41 -0700 |
Durham Goode |
manifest: move dirlog up to manifestrevlog
|
Tue, 13 Sep 2016 16:00:41 -0700 |
Durham Goode |
manifest: move revlog specific options from manifest to manifestrevlog
|
Tue, 13 Sep 2016 16:26:30 -0700 |
Durham Goode |
manifest: adds manifestctx.readfast
|
Tue, 13 Sep 2016 16:25:21 -0700 |
Durham Goode |
manifest: add manifestctx.readdelta()
|
Wed, 14 Sep 2016 17:12:39 +0200 |
Pierre-Yves David |
merge with stable
|
Tue, 13 Sep 2016 13:49:42 -0700 |
Martin von Zweigbergk |
rebase: make debug logging more consistent
|
Sun, 26 Jun 2016 18:41:28 +0900 |
Yuya Nishihara |
revset: fix order of nested '_(|int|hex)list' expression (BC)
|
Sun, 26 Jun 2016 18:17:12 +0900 |
Yuya Nishihara |
revset: fix order of nested 'or' expression (BC)
|
Sun, 07 Aug 2016 17:58:50 +0900 |
Yuya Nishihara |
revset: add 'takeorder' attribute to mark functions that need ordering flag
|
Sun, 07 Aug 2016 17:46:12 +0900 |
Yuya Nishihara |
revset: pass around ordering flags to operations
|
Sun, 07 Aug 2016 17:48:52 +0900 |
Yuya Nishihara |
revset: add stub to handle parentpost operation
|
Tue, 16 Feb 2016 22:02:16 +0900 |
Yuya Nishihara |
revset: infer ordering flag to teach if operation should define/follow order
|
Sun, 07 Aug 2016 17:04:05 +0900 |
Yuya Nishihara |
revset: wrap arguments of 'or' by 'list' node
|
Tue, 13 Sep 2016 20:30:19 +0200 |
Pierre-Yves David |
journal: properly check for held lock (issue5349)
|
Tue, 13 Sep 2016 17:46:29 +0200 |
Pierre-Yves David |
ssl: handle a difference in SSLError with pypy (issue5348)
|
Mon, 12 Sep 2016 10:55:43 -0700 |
Durham Goode |
manifest: change manifestctx to not inherit from manifestdict
|
Mon, 12 Sep 2016 14:29:09 -0700 |
Durham Goode |
manifest: make one use of _mancache avoid manifestctxs
|
Sun, 21 Aug 2016 13:16:21 +0900 |
Yuya Nishihara |
debugrevspec: add option to verify optimized result
|
Sun, 21 Aug 2016 12:40:02 +0900 |
Yuya Nishihara |
debugrevspec: add option to skip optimize() and evaluate unoptimized tree
|
Thu, 08 Sep 2016 22:44:10 +0900 |
Yuya Nishihara |
revset: remove showwarning option from expandaliases()
|
Sun, 21 Aug 2016 12:45:43 +0900 |
Yuya Nishihara |
debugrevspec: evaluate tree built by itself
|
Mon, 12 Sep 2016 03:06:29 +0900 |
FUJIWARA Katsunori |
localrepo: make _refreshfilecachestats unfiltered method to refresh correctly
|
Mon, 12 Sep 2016 03:06:29 +0900 |
FUJIWARA Katsunori |
streamclone: clear caches after writing changes into files for visibility
|
Mon, 12 Sep 2016 03:06:28 +0900 |
FUJIWARA Katsunori |
localrepo: make invalidate avoid invalidating store inside transaction (API)
|
Mon, 12 Sep 2016 03:06:28 +0900 |
FUJIWARA Katsunori |
streamclone: force @filecache properties to be reloaded from file
|
Sat, 10 Sep 2016 01:42:05 +0200 |
Pierre-Yves David |
manifest: backed out changeset bb3281b3fcaa
|
Sat, 10 Sep 2016 01:41:38 +0200 |
Pierre-Yves David |
manifest: backed out changeset b60a5fe98b73
|
Sun, 21 Aug 2016 12:36:23 +0900 |
Yuya Nishihara |
debugrevspec: deprecate --optimize option
|
Sun, 21 Aug 2016 12:33:57 +0900 |
Yuya Nishihara |
debugrevspec: add option to print parsed tree at given stages
|
Sun, 21 Aug 2016 12:04:08 +0900 |
Yuya Nishihara |
debugrevspec: transform and print parsed tree by stages
|
Sun, 21 Aug 2016 11:50:54 +0900 |
Yuya Nishihara |
debugrevspec: build parsed tree even if no --verbose specified
|
Thu, 08 Sep 2016 10:37:58 +0200 |
Maciej Fijalkowski |
osutil: fix the declaration to work on different sizes of off_t
|
Wed, 31 Aug 2016 12:46:53 -0700 |
Durham Goode |
manifest: change manifestctx to not inherit from manifestdict
|
Mon, 29 Aug 2016 18:02:09 -0700 |
Durham Goode |
manifest: make uses of _mancache aware of contexts
|
Wed, 31 Aug 2016 13:29:49 -0700 |
Durham Goode |
manifest: add treemanifestctx class
|
Sun, 21 Aug 2016 11:37:00 +0900 |
Yuya Nishihara |
revset: add public function to create matcher from evaluatable tree
|
Sun, 21 Aug 2016 11:29:57 +0900 |
Yuya Nishihara |
revset: make analyze() a separate step from optimize()
|