Sat, 13 Feb 2016 23:20:47 +0900 |
Yuya Nishihara |
templater: expand list of parsed templates to template node
|
Sun, 14 Feb 2016 15:42:49 +0900 |
Yuya Nishihara |
templater: relax type of mapped template
|
Sat, 13 Feb 2016 23:54:24 +0900 |
Yuya Nishihara |
templater: lift parsed and compiled templates to generic data types
|
Tue, 15 Mar 2016 15:50:57 -0700 |
Danek Duvall |
tests: python executable path should always be globbed
|
Mon, 14 Mar 2016 15:01:27 +0000 |
Simon Farnsworth |
crecord: use ui.interface to choose curses interface
|
Mon, 14 Mar 2016 15:01:27 +0000 |
Simon Farnsworth |
ui: add new config flag for interface selection
|
Fri, 11 Mar 2016 10:30:08 +0000 |
Pierre-Yves David |
extensions: also search for extension in the 'hgext3rd' package
|
Sun, 13 Mar 2016 05:17:06 +0900 |
FUJIWARA Katsunori |
hgext: use templatekeyword to mark a function as template keyword
|
Sun, 13 Mar 2016 05:17:06 +0900 |
FUJIWARA Katsunori |
templatekw: use templatekeyword to mark a function as template keyword
|
Sun, 13 Mar 2016 05:17:06 +0900 |
FUJIWARA Katsunori |
registrar: add templatekeyword to mark a function as template keyword (API)
|
Wed, 16 Mar 2016 11:57:09 +0000 |
Jun Wu |
chgserver: do not keep repo object
|
Sat, 12 Mar 2016 04:24:11 +0000 |
Jun Wu |
chgserver: invalidate the server if extensions fail to load
|
Mon, 14 Mar 2016 13:48:33 +0000 |
Jun Wu |
chgserver: add an explicit "reconnect" instruction to validate
|
Mon, 14 Mar 2016 11:06:34 +0000 |
Jun Wu |
dispatch: flush ui before returning from dispatch
|
Tue, 15 Mar 2016 00:14:53 +0900 |
FUJIWARA Katsunori |
tests: make tests for convert with svn portable
|
Tue, 15 Mar 2016 14:10:46 -0700 |
Matt Mackall |
merge with stable
|
Fri, 11 Mar 2016 20:34:49 -0500 |
Augie Fackler |
test-pager: add a test for pager with color enabled
|
Fri, 11 Mar 2016 11:37:00 -0500 |
Augie Fackler |
http: support sending hgargs via POST body instead of in GET or headers
|
Mon, 14 Mar 2016 21:15:59 -0400 |
Augie Fackler |
fsmonitor: flag msc_stdint as no-check-code
|
Mon, 14 Mar 2016 17:53:47 +0100 |
Sune Foldager |
fsmonitor: use custom stdint.h file when compiling with Visual C
|
Sun, 13 Mar 2016 02:36:03 +0100 |
Mads Kiilerich |
tests: handle getaddrinfo reporting "No address associated with hostname"
|
Mon, 14 Mar 2016 14:08:28 -0700 |
Martin von Zweigbergk |
httpconnection: remove obsolete comment about open()
|
Sun, 13 Mar 2016 14:03:58 -0700 |
Gregory Szorc |
sslutil: allow multiple fingerprints per host
|
Sun, 13 Mar 2016 13:51:01 -0700 |
Gregory Szorc |
help: add empty lines to hostfingerprints section
|
Sat, 12 Mar 2016 18:51:07 -0800 |
Gregory Szorc |
help: document requirements
|
Sun, 13 Mar 2016 01:59:18 +0530 |
Pulkit Goyal |
showstack: use absolute_import
|
Mon, 14 Mar 2016 14:12:13 +0530 |
Pulkit Goyal |
contrib: use absolute_import in win32/hgwebdir_wsgi.py
|
Sun, 27 Dec 2015 13:38:46 +0900 |
Yuya Nishihara |
dispatch: catch KeyboardInterrupt more broadly
|
Sun, 13 Mar 2016 16:46:49 -0700 |
Mateusz Kwapich |
histedit: have dropmissing abort on empty plan
|
Sun, 13 Mar 2016 02:29:11 +0100 |
Mads Kiilerich |
streamclone: fix error when store files grow while stream cloning
stable
|
Sun, 13 Mar 2016 02:28:46 +0100 |
Mads Kiilerich |
tests: add test of stream clone of repo that is changing
stable
|
Mon, 14 Mar 2016 12:52:35 +0000 |
Jun Wu |
chgserver: handle ParseError during validate
|
Mon, 14 Mar 2016 12:32:09 +0000 |
Jun Wu |
dispatch: extract common logic for handling ParseError
|
Mon, 14 Mar 2016 11:23:04 +0000 |
Jun Wu |
chgserver: resolve relative path before sending via system channel
|
Sat, 12 Mar 2016 13:19:19 -0800 |
Gregory Szorc |
mercurial: use pure Python module policy on Python 3
|
Sat, 12 Mar 2016 22:17:30 +0900 |
Yuya Nishihara |
chg: provide early exception to user
|
Sat, 12 Mar 2016 22:03:30 +0900 |
Yuya Nishihara |
cmdserver: write early exception to 'e' channel in 'unix' mode
|
Sun, 13 Mar 2016 01:32:42 +0530 |
Pulkit Goyal |
contrib: make memory.py use absolute_import
|
Sun, 13 Mar 2016 01:08:39 +0530 |
Pulkit Goyal |
check-code: use absolute_import and print_function
|
Fri, 11 Mar 2016 21:27:26 -0800 |
Gregory Szorc |
encoding: use range() instead of xrange()
|
Fri, 11 Mar 2016 21:23:34 -0800 |
Gregory Szorc |
encoding: make HFS+ ignore code Python 3 compatible
|
Fri, 11 Mar 2016 10:28:58 +0000 |
Pierre-Yves David |
extensions: factor import error reporting out
|
Fri, 11 Mar 2016 10:24:54 +0000 |
Pierre-Yves David |
extensions: extract the 'importh' closure as normal function
|
Fri, 11 Mar 2016 15:40:58 -0800 |
Martin von Zweigbergk |
zeroconf: remove leftover camelcase identifier
|
Sat, 12 Mar 2016 04:35:42 +0900 |
FUJIWARA Katsunori |
hg: acquire wlock while updating the working directory via updatetotally
|
Sat, 12 Mar 2016 04:35:42 +0900 |
FUJIWARA Katsunori |
commands: add postincoming docstring for explanation of arguments
|
Sat, 12 Mar 2016 04:35:42 +0900 |
FUJIWARA Katsunori |
commands: centralize code to update with extra care for non-file components
|
Sat, 12 Mar 2016 04:35:42 +0900 |
FUJIWARA Katsunori |
update: omit redundant activating message for already active bookmark
|
Fri, 11 Mar 2016 11:44:03 -0800 |
Martin von Zweigbergk |
tests: make test-verify-repo-operations.py not run by default
|
Fri, 29 Jan 2016 14:37:16 +0000 |
timeless |
ui: log devel warnings
|
Fri, 11 Mar 2016 17:22:04 +0000 |
timeless |
util: refactor getstackframes
|
Fri, 11 Mar 2016 16:50:14 +0000 |
timeless |
util: reword debugstacktrace comment
|
Sun, 06 Mar 2016 15:40:20 -0800 |
Gregory Szorc |
changelog: avoid slicing raw data until needed
|
Sun, 06 Mar 2016 13:13:54 -0800 |
Gregory Szorc |
changelog: parse description last
|
Sun, 06 Mar 2016 14:31:06 -0800 |
Gregory Szorc |
changelog: lazily parse files
|
Sun, 06 Mar 2016 14:30:25 -0800 |
Gregory Szorc |
changelog: lazily parse date/extra field
|
Sun, 06 Mar 2016 14:29:46 -0800 |
Gregory Szorc |
changelog: lazily parse user
|
Sun, 06 Mar 2016 14:29:13 -0800 |
Gregory Szorc |
changelog: lazily parse manifest node
|
Sun, 06 Mar 2016 14:28:46 -0800 |
Gregory Szorc |
changelog: lazily parse description
|
Sun, 06 Mar 2016 13:26:37 -0800 |
Gregory Szorc |
context: use changelogrevision
|
Sun, 06 Mar 2016 14:28:02 -0800 |
Gregory Szorc |
changelog: add class to represent parsed changelog revisions
|
Fri, 11 Mar 2016 11:51:22 -0500 |
Augie Fackler |
httppeer: compute header names only once
|
Fri, 11 Mar 2016 11:33:43 -0500 |
Augie Fackler |
httppeer: indent existing argument handling with if True
|
Fri, 11 Mar 2016 11:26:12 -0500 |
Augie Fackler |
httppeer: move size computation later in _callstream
|
Fri, 11 Mar 2016 11:24:50 -0500 |
Augie Fackler |
httppeer: do less splitting on httpheader value
|
Sat, 27 Feb 2016 21:17:37 +0900 |
Yuya Nishihara |
chgserver: remove outdated comment about setvbuf()
|
Tue, 01 Mar 2016 04:53:43 +0000 |
timeless |
transplant: use absolute_import
|
Fri, 11 Mar 2016 16:07:22 +0000 |
timeless |
transplant: switch to using nodemod for hex+short
|
Wed, 02 Mar 2016 16:32:52 +0000 |
timeless |
convert: bzr use absolute_import
|
Fri, 11 Mar 2016 13:00:20 +0000 |
Jun Wu |
chgserver: include [extdiff] in confighash
|
Fri, 11 Mar 2016 02:52:06 +0000 |
Jun Wu |
chg: silently inherit server exit code
|
Sun, 06 Mar 2016 03:19:08 +0530 |
Pulkit Goyal |
debugshell: use absolute_import
|
Fri, 11 Mar 2016 10:26:58 +0900 |
Yuya Nishihara |
test: make check-py3-compat.py ignore empty code more reliably
|
Fri, 11 Mar 2016 22:30:43 +0800 |
Anton Shestakov |
patchbomb: specify unit for ui.progress when sending emails
|
Fri, 11 Mar 2016 22:28:27 +0800 |
Anton Shestakov |
streamclone: specify unit for ui.progress when handling data
|
Fri, 11 Mar 2016 22:30:29 +0800 |
Anton Shestakov |
churn: specify unit for ui.progress when analyzing revisions
|
Fri, 11 Mar 2016 22:30:04 +0800 |
Anton Shestakov |
convert: specify unit for ui.progress when scanning paths
|
Fri, 11 Mar 2016 22:29:51 +0800 |
Anton Shestakov |
convert: specify unit for ui.progress when operating on files
|
Fri, 11 Mar 2016 05:47:39 +0000 |
timeless |
tests: stabilize svn output
|
Fri, 11 Mar 2016 22:29:20 +0800 |
Anton Shestakov |
similar: specify unit for ui.progress when operating on files
|
Fri, 11 Mar 2016 20:18:41 +0800 |
Anton Shestakov |
verify: specify unit for ui.progress when checking files
|
Fri, 11 Mar 2016 20:44:40 +0800 |
Anton Shestakov |
repair: specify unit for ui.progress in rebuildfncache()
|
Fri, 11 Mar 2016 20:39:29 +0800 |
Anton Shestakov |
repair: use 'rebuilding' progress topic in rebuildfncache()
|
Fri, 11 Mar 2016 22:26:06 +0800 |
Anton Shestakov |
largefiles: use revisions as a ui.progress unit
|
Fri, 11 Mar 2016 22:21:43 +0800 |
Anton Shestakov |
largefiles: specify unit for ui.progress when operating on files
|
Wed, 09 Mar 2016 23:59:26 +0900 |
Yuya Nishihara |
templater: make label() just fail if ui object isn't available
|
Fri, 11 Mar 2016 21:55:44 +0900 |
FUJIWARA Katsunori |
convert: fix "stdlib import follows local import" problem in transport
|
Fri, 11 Mar 2016 21:55:44 +0900 |
FUJIWARA Katsunori |
convert: fix relative import of stdlib module in subversion
|
Fri, 11 Mar 2016 21:55:44 +0900 |
FUJIWARA Katsunori |
convert: make subversion import transport locally
|
Fri, 11 Mar 2016 08:27:11 +0000 |
Christian Ebert |
keyword: compact writing of temporary kwdemo hgrc
|
Thu, 10 Mar 2016 23:46:19 +0800 |
Anton Shestakov |
dockerdeb: add Ubuntu Trusty
|
Thu, 10 Mar 2016 17:31:38 -0600 |
Nathan Goldbaum |
pushoperation: fix language issues in docstring
|
Thu, 10 Mar 2016 00:19:55 +0000 |
Jun Wu |
chg: do not write pidfile
|
Thu, 10 Mar 2016 00:12:33 +0000 |
Jun Wu |
chg: remove manual reload logic
|
Wed, 09 Mar 2016 01:20:57 +0000 |
Jun Wu |
chg: use --daemon-postexec chdir:/ instead of --cwd /
|
Wed, 09 Mar 2016 01:17:02 +0000 |
Jun Wu |
serve: add chdir command for --daemon-postexec
|
Wed, 09 Mar 2016 02:07:40 +0000 |
Jun Wu |
serve: accept multiple values for --daemon-postexec
|
Sat, 27 Feb 2016 12:56:26 +0100 |
Pierre-Yves David |
hgext: officially turn 'hgext' into a namespace package
|
Fri, 11 Mar 2016 15:24:27 -0600 |
Matt Mackall |
merge with stable
|
Fri, 11 Mar 2016 04:14:54 +0900 |
FUJIWARA Katsunori |
fileset: replace predicate by filesetpredicate of registrar (API)
|
Fri, 11 Mar 2016 04:14:54 +0900 |
FUJIWARA Katsunori |
registrar: add filesetpredicate to mark a function as fileset predicate
|
Fri, 11 Mar 2016 04:14:54 +0900 |
FUJIWARA Katsunori |
registrar: remove useless base classes (API)
|
Fri, 11 Mar 2016 04:14:54 +0900 |
FUJIWARA Katsunori |
revset: remove useless extpredicate class (API)
|
Thu, 10 Mar 2016 10:12:23 -0800 |
Siddharth Agarwal |
hook: filter out unstable output in tests
|
Thu, 10 Mar 2016 16:04:09 +0000 |
Martijn Pieters |
fsmonitor: hook up state-enter, state-leave signals
|
Thu, 10 Mar 2016 10:56:02 +0100 |
liscju |
largefiles: add abstract methods in remotestore class
|
Sun, 14 Feb 2016 18:18:57 +0100 |
Sébastien Brissaud |
test-parse-date: defines explicit start/end dates for DST
|
Wed, 09 Mar 2016 18:58:51 +0000 |
timeless |
debuginstall: convert to formatter
|
Wed, 02 Mar 2016 13:13:05 -0500 |
Augie Fackler |
largefiles: use iterbatch instead of batch
|
Tue, 01 Mar 2016 18:41:43 -0500 |
Augie Fackler |
wireproto: make iterbatcher behave streamily over http(s)
|
Tue, 01 Mar 2016 17:44:41 -0500 |
Augie Fackler |
setdiscovery: use iterbatch interface instead of batch
|
Tue, 01 Mar 2016 18:39:25 -0500 |
Augie Fackler |
peer: add an iterbatcher interface
|
Wed, 02 Mar 2016 14:18:43 -0500 |
Augie Fackler |
wireproto: document quirk of _callstream between http and ssh
|
Tue, 01 Mar 2016 16:37:56 -0500 |
Augie Fackler |
peer: raise NotImplementedError for abstract submit() method
|
Thu, 03 Mar 2016 14:29:19 +0000 |
Martijn Pieters |
fsmonitor: new experimental extension
|
Wed, 02 Mar 2016 16:25:12 +0000 |
Martijn Pieters |
fsmonitor: dependencies for new experimental extension
|
Tue, 12 Jan 2016 04:45:29 +0000 |
timeless |
setup: show how to set the module policy for imports
|
Wed, 09 Mar 2016 15:47:01 +0000 |
timeless |
setup: create a module for the modulepolicy
|
Wed, 09 Mar 2016 08:08:27 -0800 |
Kostia Balytskyi |
rebase: turn rebaseskipobsolete on by default
|
Wed, 09 Mar 2016 23:57:15 +0900 |
Yuya Nishihara |
graphlog: bring back color to node symbol template
|
Tue, 16 Feb 2016 21:44:13 +0900 |
Yuya Nishihara |
revset: add inspection data to max() and min() functions
|
Tue, 16 Feb 2016 21:43:51 +0900 |
Yuya Nishihara |
revset: add inspection data to limit() and last() functions
|
Tue, 16 Feb 2016 21:32:00 +0900 |
Yuya Nishihara |
revset: stub to add extra data to baseset for better inspection
|
Sat, 13 Feb 2016 20:05:57 +0900 |
Yuya Nishihara |
revset: add inspection data to all filter() calls
|
Sat, 13 Feb 2016 19:25:11 +0900 |
Yuya Nishihara |
revset: add extra data to filteredset for better inspection
|
Tue, 01 Mar 2016 10:18:47 +0000 |
timeless |
zeroconf: replace reduce+add with itertools.chain
|
Tue, 01 Mar 2016 10:22:10 +0000 |
timeless |
zeroconf: replace has_key with in
|
Tue, 01 Mar 2016 09:59:58 +0000 |
timeless |
zeroconf: compare singleton using is
|
Tue, 01 Mar 2016 09:57:45 +0000 |
timeless |
zeroconf: remove camelcase in identifiers
|
Wed, 09 Mar 2016 15:35:57 +0000 |
timeless |
setup: switch to with open as
|
Wed, 02 Mar 2016 21:50:35 +0000 |
timeless |
win32mbcs: use absolute_import
|
Wed, 02 Mar 2016 21:48:08 +0000 |
timeless |
notify: use absolute_import
|
Wed, 02 Mar 2016 21:42:42 +0000 |
timeless |
patchbomb: use absolute_import
|
Wed, 02 Mar 2016 16:34:43 +0000 |
timeless |
convert: __init__ use absolute_import
|
Wed, 02 Mar 2016 16:41:35 +0000 |
timeless |
convert: cvs use absolute_import
|
Wed, 02 Mar 2016 16:37:50 +0000 |
timeless |
convert: transport use absolute_import
|
Wed, 02 Mar 2016 16:32:52 +0000 |
timeless |
convert: bzr use absolute_import
|
Wed, 02 Mar 2016 16:26:35 +0000 |
timeless |
convert: common use absolute_import
|
Wed, 02 Mar 2016 16:23:28 +0000 |
timeless |
convert: convcmd use absolute_import
|
Wed, 02 Mar 2016 16:13:05 +0000 |
timeless |
convert: subversion use absolute_import
|
Tue, 08 Mar 2016 20:34:59 +0000 |
timeless |
blackbox: guard against recursion from dirty check
|
Tue, 08 Mar 2016 20:52:57 +0000 |
timeless |
tests: divorce blackbox test from test-dispatch.py
|
Tue, 08 Mar 2016 20:57:40 +0000 |
timeless |
tests: test-dispatch use print_function
|
Tue, 08 Mar 2016 20:57:15 +0000 |
timeless |
tests: test-dispatch use absolute_import
|
Wed, 02 Mar 2016 05:27:07 +0000 |
timeless |
templater: ignore orig/rej files
|
Thu, 24 Dec 2015 04:31:34 +0000 |
timeless |
resolve: when pats do not match, hint about path:
|
Wed, 09 Mar 2016 08:21:57 +0100 |
liscju |
shelve: changes getting opts values by get method
|
Sat, 27 Feb 2016 21:15:16 -0800 |
Gregory Szorc |
contrib: remove references to 2to3
|
Sat, 27 Feb 2016 21:14:17 -0800 |
Gregory Szorc |
check-code: remove redundant import style check
|
Sat, 27 Feb 2016 21:11:24 -0800 |
Gregory Szorc |
setup: remove support for 2to3
|
Sat, 27 Feb 2016 21:08:37 -0800 |
Gregory Szorc |
run-tests: remove 2to3 support
|
Tue, 08 Mar 2016 21:59:06 +0100 |
liscju |
histedit: adds hint how to reorder changesets at editor (issue3766)
|
Tue, 08 Mar 2016 23:04:53 +0900 |
FUJIWARA Katsunori |
revset: replace predicate by revsetpredicate of registrar
|
Tue, 08 Mar 2016 23:04:53 +0900 |
FUJIWARA Katsunori |
revset: replace extpredicate by revsetpredicate of registrar
|
Tue, 08 Mar 2016 23:04:53 +0900 |
FUJIWARA Katsunori |
registrar: define revsetpredicate to decorate revset predicate
|
Tue, 08 Mar 2016 23:04:53 +0900 |
FUJIWARA Katsunori |
registrar: introduce new class for registration to replace funcregistrar
|
Tue, 08 Mar 2016 23:04:53 +0900 |
FUJIWARA Katsunori |
dispatch: make loading extra information from extension extensible
|
Thu, 04 Feb 2016 15:38:04 -0800 |
Durham Goode |
obsolete: fix n^2 marker computation behavior
stable
|
Tue, 08 Mar 2016 17:26:12 +0000 |
timeless |
bdiff: (pure) support array.array arrays (issue5130)
stable
|
Wed, 09 Mar 2016 22:21:08 +0000 |
Pierre-Yves David |
mq: restrict generated patch name to 75 characters (issue5117)
stable
|
Sun, 06 Mar 2016 14:30:34 -0500 |
Matt Harbison |
files: don't recurse into subrepos without a path or -S (issue5127)
stable
|
Tue, 08 Mar 2016 00:20:08 -0800 |
Durham Goode |
parsers: optimize filtered headrevs logic
|
Mon, 07 Mar 2016 03:14:19 +0900 |
FUJIWARA Katsunori |
destutil: choose non-closed branch head at first (BC)
|
Tue, 08 Mar 2016 04:08:33 -0800 |
Kostia Balytskyi |
formatter: make labels work with templated output
|
Tue, 08 Mar 2016 14:32:03 +0000 |
timeless |
hghave: improve description of Hypothesis
|
Wed, 02 Mar 2016 21:39:55 +0000 |
timeless |
purge: use absolute_import
|
Wed, 02 Mar 2016 21:38:32 +0000 |
timeless |
record: use absolute_import
|
Wed, 02 Mar 2016 21:36:14 +0000 |
timeless |
relink: use absolute_import
|
Wed, 02 Mar 2016 21:33:55 +0000 |
timeless |
schemas: use absolute_import
|
Wed, 02 Mar 2016 21:30:51 +0000 |
timeless |
shelve: use absolute_import
|
Wed, 02 Mar 2016 21:26:36 +0000 |
timeless |
strip: use absolute_import
|
Fri, 04 Mar 2016 14:44:32 +0000 |
Martijn Pieters |
graphmod: augment the graph to include more information about the edges
|
Fri, 04 Mar 2016 14:44:32 +0000 |
Martijn Pieters |
graphmod: refactor state handling
|
Thu, 11 Jun 2015 23:04:14 +0900 |
Yuya Nishihara |
templater: move label() function from color extension
|
Thu, 11 Jun 2015 22:58:27 +0900 |
Yuya Nishihara |
templater: make label() take unknown symbol as color literal
|
Wed, 02 Mar 2016 15:50:34 +0000 |
timeless |
convert: monotone use absolute_import
|
Wed, 02 Mar 2016 15:31:15 +0000 |
timeless |
convert: p4 use absolute_import
|
Wed, 02 Mar 2016 15:26:49 +0000 |
timeless |
convert: hg use absolute_import
|
Wed, 02 Mar 2016 14:56:29 +0000 |
timeless |
convert: cvsps use absolute_import
|
Wed, 02 Mar 2016 14:23:23 +0000 |
timeless |
convert: darcs use absolute_import
|
Wed, 02 Mar 2016 09:00:58 +0000 |
timeless |
convert: filemap use absolute_import
|
Wed, 02 Mar 2016 08:58:01 +0000 |
timeless |
convert: gnuarch use absolute_import
|
Wed, 02 Mar 2016 20:42:13 +0000 |
timeless |
convert: git use absolute_import
|
Mon, 07 Mar 2016 17:26:47 -0800 |
Durham Goode |
branchmap: check node against changelog instead of repo
|
Mon, 29 Feb 2016 09:26:43 -0800 |
Martin von Zweigbergk |
changegroup: clear progress callback after changelog processing
|
Tue, 26 Jan 2016 22:44:29 +0900 |
Yuya Nishihara |
tests: adjust for code move in Hypothesis 2.0.0
stable
|
Sun, 28 Feb 2016 22:51:07 -0800 |
Martin von Zweigbergk |
changegroup: progress for added files is not measured in "chunks"
|
Sun, 28 Feb 2016 21:15:06 -0800 |
Martin von Zweigbergk |
changegroup: exclude submanifests from manifest progress
|
Sun, 14 Feb 2016 07:35:50 +0000 |
timeless |
commit: block amend while histedit is in progress (issue4800)
|
Wed, 02 Mar 2016 10:42:58 +0000 |
Jun Wu |
chg: limit reconnect attempts
|
Sun, 06 Mar 2016 14:22:37 +0000 |
Jun Wu |
chg: use validate to make sure the server is up to date
|
Sun, 06 Mar 2016 14:21:52 +0000 |
Jun Wu |
chg: implement validate in hgclient
|
Sun, 06 Mar 2016 03:15:45 +0530 |
Pulkit Goyal |
hgclient: use absolute_import and print_function
|
Sun, 06 Mar 2016 03:10:17 +0530 |
Pulkit Goyal |
fixpax: use absolute_import and print_function
|
Sun, 06 Mar 2016 03:06:09 +0530 |
Pulkit Goyal |
debugcmdserver: use absolute_import and print_function
|
Sun, 06 Mar 2016 03:01:46 +0530 |
Pulkit Goyal |
check-config: use absolute_import and print_function
|
Sun, 06 Mar 2016 02:25:50 +0530 |
Pulkit Goyal |
casesmash: use absolute_import
|
Sat, 05 Mar 2016 13:56:59 +0000 |
Jun Wu |
chgserver: implement validate command
|
Sun, 14 Feb 2016 13:58:46 +0900 |
Yuya Nishihara |
templater: handle exception when applying map operator to non-iterable object
|
Sun, 14 Feb 2016 13:30:32 +0900 |
Yuya Nishihara |
templater: factor out thin helper that evaluates argument as string
|
Sat, 05 Mar 2016 00:01:36 +0900 |
Yuya Nishihara |
color: make label() template function stringify "expr" argument first
|
Sun, 14 Feb 2016 13:09:17 +0900 |
Yuya Nishihara |
templater: fix shortest() to evaluate int argument and handle error
|
Sun, 14 Feb 2016 13:05:09 +0900 |
Yuya Nishihara |
templater: fix pad() to evaluate int argument and handle error
|
Sun, 14 Feb 2016 12:48:14 +0900 |
Yuya Nishihara |
templater: drop redundant type conversion when evaluating integer argument
|
Sun, 14 Feb 2016 12:42:25 +0900 |
Yuya Nishihara |
templater: factor out function that evaluates argument as integer
|
Fri, 04 Mar 2016 13:18:02 +0000 |
Jun Wu |
chgserver: use basename for socket symlink
|
Thu, 03 Mar 2016 18:34:19 +0100 |
Julien Cristau |
patch: when importing from email, RFC2047-decode From/Subject headers
|
Wed, 02 Mar 2016 22:39:03 +0000 |
timeless |
histedit: reword message when a changeset produces no changes
|
Wed, 02 Mar 2016 22:09:18 +0000 |
timeless |
tests: replace cat.py with cat in test-histedit-fold-non-commute.t
|
Wed, 02 Mar 2016 15:01:41 -0800 |
Danek Duvall |
tests: Solaris grep doesn't add a trailing newline when it's missing
|
Wed, 02 Mar 2016 14:58:29 -0800 |
Danek Duvall |
tests: Solaris cmp complains about empty files, even with -s
|
Wed, 02 Mar 2016 14:55:13 -0800 |
Danek Duvall |
tests: Solaris sed does not support "\n" meaning newline in the RHS of s///
|
Wed, 02 Mar 2016 14:50:37 -0800 |
Danek Duvall |
tests: Solaris cp doesn't support the -T option
|
Sun, 14 Feb 2016 13:36:50 +0900 |
Yuya Nishihara |
templater: make date() use helper function to evaluate argument
|
Sun, 14 Feb 2016 00:27:09 +0900 |
Yuya Nishihara |
templater: fix revset() to evaluate format arguments eagerly
|
Sun, 14 Feb 2016 00:18:12 +0900 |
Yuya Nishihara |
templater: fix ifcontains() to evaluate items argument eagerly
|
Sun, 14 Feb 2016 00:05:58 +0900 |
Yuya Nishihara |
templater: fix get() to evaluate arguments eagerly
|
Wed, 02 Mar 2016 15:38:54 +0000 |
timeless |
import-checker: report local with stdlib late warning
|
Thu, 03 Mar 2016 23:11:33 -0800 |
Gregory Szorc |
tests: update test output for test written on stable branch (issue5104)
|
Mon, 29 Feb 2016 13:46:54 +0000 |
Jun Wu |
chgserver: pass hashstate and base server address to chgcmdserver
|
Mon, 29 Feb 2016 11:43:25 +0000 |
Jun Wu |
chg: drop progress.assume-tty config
|
Wed, 02 Mar 2016 10:10:06 +0000 |
Jun Wu |
chgserver: mangle server address to include confighash
|
Mon, 29 Feb 2016 14:05:45 +0000 |
Jun Wu |
chgserver: update docs
|
Wed, 02 Mar 2016 16:44:56 -0600 |
Matt Mackall |
merge with stable
|
Mon, 21 Dec 2015 22:26:31 -0800 |
Gregory Szorc |
commands: use absolute_import
|
Sat, 27 Feb 2016 23:57:07 -0800 |
Gregory Szorc |
cmdutil: use absolute_import
|
Tue, 01 Mar 2016 10:33:06 +0000 |
Christian Ebert |
keyword: use absolute_import
|
Sun, 28 Feb 2016 22:15:00 -0500 |
Augie Fackler |
pager: use absolute_import
|
Sun, 28 Feb 2016 22:13:47 -0500 |
Augie Fackler |
pager: add tests
|
Mon, 29 Feb 2016 01:01:20 -0500 |
Matt Harbison |
tests: flag Windows specific lines about background closing as optional
|
Sun, 28 Feb 2016 23:21:28 -0500 |
Matt Harbison |
run-tests: defer leftover (?) cleanup until after all output is exhausted
|
Sun, 28 Feb 2016 23:16:30 -0500 |
Matt Harbison |
test-run-tests: pad the failure test to preserve the run order
|
Wed, 02 Mar 2016 16:05:30 -0600 |
Matt Mackall |
changelog: backed out changeset 86de91c56355
|
Wed, 02 Mar 2016 12:46:54 -0600 |
Matt Mackall |
changelog: backed out changeset 1778770e1982
|
Fri, 01 Jan 2016 22:16:25 +0900 |
Yuya Nishihara |
dispatch: store norepo/optionalrepo/inferrepo attributes in function (API)
|
Sat, 09 Jan 2016 20:04:03 +0900 |
Yuya Nishihara |
extensions: copy extra __dict__ of original function
|
Sat, 09 Jan 2016 19:52:55 +0900 |
Yuya Nishihara |
extensions: copy attributes to wrapper by wrapfunction()
|
Sat, 09 Jan 2016 19:45:10 +0900 |
Yuya Nishihara |
extensions: extract function that copies function attributes to wrapper
|
Mon, 29 Feb 2016 23:28:32 +0000 |
timeless |
tests: fix section description
|
Tue, 01 Mar 2016 13:48:25 -0500 |
Augie Fackler |
zeroconf: import ui as uimod per test-check-module-imports
|