Mercurial > hg
graph
-
run-tests: simplify by using dict.pop() with defaultFri, 01 Dec 2017 12:27:28 -0800, by Martin von Zweigbergk
-
py3: use byteskwargs in sparse.pyMon, 20 Nov 2017 23:23:10 -0800, by Gregory Szorc
-
py3: define __next__ in patch.pyMon, 20 Nov 2017 23:13:09 -0800, by Gregory Szorc
-
run-tests: mechanism to report exceptions during test executionMon, 20 Nov 2017 23:02:32 -0800, by Gregory Szorc
-
run-tests: make --extra-config-opt work with Python 3Mon, 20 Nov 2017 21:26:11 -0800, by Gregory Szorc
-
run-tests: organize options into argument groupsMon, 20 Nov 2017 21:08:18 -0800, by Gregory Szorc
-
run-tests: convert to argparseMon, 20 Nov 2017 20:41:43 -0800, by Gregory Szorc
-
merge with stableFri, 01 Dec 2017 15:21:05 -0600, by Kevin Bullock
-
server: introduce a 'experimental.single-head-per-branch' optionThu, 16 Nov 2017 03:52:42 +0100, by Boris Feld
-
scmutil: extra utility to display a reasonable amount of nodesThu, 16 Nov 2017 03:52:38 +0100, by Boris Feld
-
uncommit: unify functions _uncommitdirstate and _unamenddirstate to oneFri, 06 Oct 2017 04:17:36 +0530, by Pulkit Goyal
-
unamend: move fb extension unamend to coreSun, 24 Sep 2017 00:56:52 +0530, by Pulkit Goyal
-
color: respect HGPLAINEXCEPT=color to allow colors while scripting (issue5749)Tue, 28 Nov 2017 13:27:43 -0500, by Augie Fackler
-
test-ssh: do not actually look up "brokenrepository" by DNSSun, 26 Nov 2017 11:22:27 +0900, by Yuya Nishihara
-
largefiles: explicitly set the source and sink types to 'hg' for lfconvertThu, 23 Nov 2017 01:21:10 -0500, by Matt Harbison
-
lfs: add a repo requirement for this extension when converting to lfsWed, 22 Nov 2017 22:38:50 -0500, by Matt Harbison
-
convert: allow the sink object to be wrapped when the extension isn't loadedSun, 26 Nov 2017 14:59:39 -0500, by Matt Harbison
-
convert: save an indicator of the repo type for sources and sinksWed, 22 Nov 2017 20:49:01 -0500, by Matt Harbison
-
lfs: add a repo requirement for this extension once an lfs file is committedWed, 15 Nov 2017 23:43:15 -0500, by Matt Harbison
-
merge: check created file dirs for path conflicts only once (issue5716) stable 4.4.2Fri, 24 Nov 2017 12:53:58 -0800, by Mark Thomas
-
dispatch: add HGPLAIN=+strictflags to restrict early parsing of global options stableThu, 23 Nov 2017 22:17:03 +0900, by Yuya Nishihara
-
fancyopts: add early-options parser compatible with getopt() stableThu, 23 Nov 2017 22:04:53 +0900, by Yuya Nishihara
-
largefiles: pay attention to dropped standin files when updating largefiles stableSun, 12 Nov 2017 23:45:14 -0500, by Matt Harbison
-
test-largefiles: demonstrate problems with renaming and reverting a directory stableSun, 12 Nov 2017 00:24:38 -0500, by Matt Harbison
-
cat: record the current behavior of wildcard matches in subrepos stableSat, 25 Nov 2017 15:29:34 +0900, by Yuya Nishihara
-
match: remove doc about undefined behavior of visitdir()Thu, 30 Nov 2017 22:32:13 +0900, by Yuya Nishihara
-
merge with stableThu, 30 Nov 2017 15:48:42 -0500, by Augie Fackler
-
hgweb: add .jshintrc with some basic rulesWed, 22 Nov 2017 22:18:06 +0800, by Anton Shestakov
-
hgweb: look up "URLSearchParams" in "window" to work around jshint issuesWed, 22 Nov 2017 22:11:37 +0800, by Anton Shestakov
-
hgweb: define locally used variables as actually local in mercurial.jsWed, 22 Nov 2017 21:49:36 +0800, by Anton Shestakov
-
hgweb: rename an instance of XMLHttpRequest to xhr in mercurial.jsWed, 22 Nov 2017 21:32:18 +0800, by Anton Shestakov
-
hgweb: properly iterate over arrays and objects in mercurial.jsWed, 22 Nov 2017 21:15:44 +0800, by Anton Shestakov
-
hgweb: use strict equals in mercurial.jsWed, 22 Nov 2017 20:52:59 +0800, by Anton Shestakov
-
hgweb: use strict equals, remove non-breaking space in followlines.jsWed, 22 Nov 2017 20:32:07 +0800, by Anton Shestakov
-
run-tests: make "| foo (re)" not match everythingWed, 29 Nov 2017 10:34:49 -0800, by Martin von Zweigbergk
-
tests: fix regex in test-subrepo-git.t to match entire stringWed, 29 Nov 2017 10:58:32 -0800, by Martin von Zweigbergk
-
contrib: improve check-code ban on $LOCALIP in output without (glob)Wed, 29 Nov 2017 17:06:45 -0500, by Augie Fackler
-
tests: re-add (glob) for $LOCALIP matchesWed, 29 Nov 2017 17:05:51 -0500, by Augie Fackler
-
py3: make sure the first argument of time.strftime() is strWed, 29 Nov 2017 08:44:06 +0530, by Pulkit Goyal
-
py3: alias xrange to range in tests/seq.pyWed, 29 Nov 2017 08:46:37 +0530, by Pulkit Goyal
-
py3: use pycompat.maplist() instead of map()Wed, 29 Nov 2017 08:40:58 +0530, by Pulkit Goyal
-
tests: move JSON escape test to test-hgweb-json.tThu, 30 Nov 2017 16:30:43 +0800, by Anton Shestakov
-
py3: fix handling of keyword arguments in revertWed, 29 Nov 2017 07:57:17 +0530, by Pulkit Goyal
-
fsmonitor: issue debug messages when we fall back to core statusTue, 28 Nov 2017 11:00:54 -0500, by Boris Feld
-
py3: add b'' to regular expressions which are raw stringsWed, 29 Nov 2017 04:47:27 +0530, by Pulkit Goyal
-
py3: use '%d' for integers rather than '%s'Wed, 29 Nov 2017 04:41:19 +0530, by Pulkit Goyal
-
py3: fix args handling for obsfate templateWed, 29 Nov 2017 04:41:48 +0530, by Pulkit Goyal
-
py3: remove test-terse-status.t from python3 whitelist as it was renamedWed, 29 Nov 2017 06:48:52 +0530, by Pulkit Goyal
-
test-lfs: allow the test server to be killed on WindowsTue, 21 Nov 2017 00:24:09 -0500, by Matt Harbison
-
test-lfs: perform the `chmod +x` command in a manner compatible with WindowsTue, 14 Nov 2017 22:53:52 -0500, by Matt Harbison
-
hghave: add a check for lfs-test-serverTue, 14 Nov 2017 22:35:42 -0500, by Matt Harbison
-
hgweb: show changeset age in more places (gitweb and monoblue)Tue, 21 Nov 2017 20:28:57 +0800, by Anton Shestakov
-
obsolete: drop usage of changectx in '_computecontentdivergentset'Sun, 19 Nov 2017 05:34:50 +0100, by Boris Feld
-
obsolete: drop usage of changectx in '_computephasedivergentset'Sun, 19 Nov 2017 05:23:12 +0100, by Boris Feld
-
hgweb: remove unused Graph() propertiesSat, 25 Nov 2017 16:01:27 +0800, by Anton Shestakov
-
gitweb: remove unused css classesSat, 25 Nov 2017 15:42:24 +0800, by Anton Shestakov
-
monoblue: also highlight target line on annotate and comparison pagesSat, 25 Nov 2017 15:23:07 +0800, by Anton Shestakov
-
paper: remove css hack that made .branchname look like .branchheadSat, 25 Nov 2017 15:01:47 +0800, by Anton Shestakov
-
hgweb: rename the main attribute of instabilitiesSun, 26 Nov 2017 13:29:18 +0800, by Anton Shestakov
-
hbisect: use a defaultdict to avoid large allocations for a large changelogsThu, 23 Nov 2017 14:13:14 -0800, by David Soria Parra
-
hbisect: use a revset for ancestor calculationThu, 23 Nov 2017 14:12:55 -0800, by David Soria Parra
-
hbisect: pass repo into hbisect.bisectThu, 23 Nov 2017 14:11:27 -0800, by David Soria Parra
-
develwarn: do not emit warning if "config" is unspecifiedWed, 22 Nov 2017 19:24:22 -0800, by Kyle Lippincott
-
histedit: add support to output nodechanges using formatterSat, 28 Oct 2017 19:03:23 +0530, by Pulkit Goyal
-
rebase: use fm.formatlist() and fm.formatdict() to support user templateSat, 28 Oct 2017 17:50:25 +0530, by Pulkit Goyal
-
tests: add test for rebase template showing wrong behaviorThu, 09 Nov 2017 20:06:30 +0530, by Pulkit Goyal
-
remove: print message for each file in verbose mode only while using `-A` (BC)Fri, 17 Nov 2017 22:52:40 +0000, by pavanpc
-
localrepo: update comments around path auditorsFri, 03 Nov 2017 17:19:56 -0400, by Augie Fackler
-
localrepo: specify optional callback parameter to pathauditor as a keywordFri, 03 Nov 2017 17:07:29 -0400, by Augie Fackler
-
bundle2: avoid unbound read when seekingMon, 13 Nov 2017 22:20:12 -0800, by Gregory Szorc
-
bundle2: inline struct operationsMon, 13 Nov 2017 21:54:46 -0800, by Gregory Szorc
-
bundle2: inline changegroup.readexactly()Mon, 13 Nov 2017 21:48:35 -0800, by Gregory Szorc
-
bundle2: inline debug loggingMon, 13 Nov 2017 22:05:54 -0800, by Gregory Szorc
-
bundle2: don't use seekable bundle2 parts by default (issue5691)Mon, 13 Nov 2017 21:10:37 -0800, by Gregory Szorc
-
bundle2: only seek to beginning of part in bundlerepoMon, 13 Nov 2017 20:12:00 -0800, by Gregory Szorc
-
bundle2: implement consume() API on unbundlepartMon, 13 Nov 2017 20:03:02 -0800, by Gregory Szorc
-
bundle2: implement generic part payload decoderSun, 12 Nov 2017 19:46:15 -0800, by Gregory Szorc
-
bundle2: extract logic for seeking bundle2 part into own classMon, 13 Nov 2017 19:22:11 -0800, by Gregory Szorc
-
perf: add command to benchmark bundle readingMon, 13 Nov 2017 19:20:34 -0800, by Gregory Szorc
-
sshpeer: add a configurable hint for the ssh error messageMon, 20 Nov 2017 01:40:26 -0800, by Zuzanna Mroczek
-
docs: add args/returns docs for some cmdutil, context, and registrar functionsThu, 16 Nov 2017 15:01:21 -0800, by rlevasseur
-
commands: add value for cmdtype argument for read only commandsTue, 21 Nov 2017 04:37:51 +0530, by Pulkit Goyal
-
error: add InMemoryMergeConflictsErrorWed, 15 Nov 2017 21:07:30 -0800, by Phil Cohen
-
lfs: generate a large file by using `python` instead of yes | headMon, 20 Nov 2017 18:05:15 -0500, by Augie Fackler
-
setup: add hgext.lfs to list of Python packagesMon, 20 Nov 2017 18:00:02 -0500, by Augie Fackler
-
test-lfs: add tests demonstrating the interaction with largefilesSat, 18 Nov 2017 12:54:06 -0500, by Matt Harbison
-
test-lfs: cast the flags printed to an intTue, 14 Nov 2017 01:09:48 -0500, by Matt Harbison
-
lfs: register config optionsTue, 14 Nov 2017 01:03:22 -0500, by Matt Harbison
-
lfs: quiesce check-module-import warningsTue, 14 Nov 2017 00:14:52 -0500, by Matt Harbison
-
lfs: import the Facebook git-lfs client extensionTue, 14 Nov 2017 00:06:23 -0500, by Matt Harbison
-
run-tests: outputdir also has to be changed if $TESTDIR is not $PWDSat, 18 Nov 2017 16:12:00 +0900, by Matthieu Laneuville
-
hgweb: use webutil.commonentry() for nodes (but not for jsdata yet) in /graphMon, 20 Nov 2017 21:59:00 +0800, by Anton Shestakov
-
hgweb: check changeset's original branch in graphdata()Mon, 20 Nov 2017 21:47:11 +0800, by Anton Shestakov
-
hgweb: show instabilities of a commitSun, 19 Nov 2017 14:02:50 +0800, by Anton Shestakov
-
context: add instabilities() method to basefilectxSun, 19 Nov 2017 13:18:54 +0800, by Anton Shestakov
-
run-test: drop 'execfile' usage for 'common-pattern.py' fileSun, 19 Nov 2017 04:11:21 +0100, by Boris Feld
-
run-test: use byte for 'common-pattern.py' pathSun, 19 Nov 2017 04:10:55 +0100, by Boris Feld
-
templates: reword 'back to filelog' link anchor textMon, 20 Nov 2017 14:30:54 -0500, by Jordi GutiƩrrez Hermoso
-
hgweb: show obsolescence status of a commitSat, 18 Nov 2017 12:04:08 +0800, by Anton Shestakov
-
context: add obsolete() method to basefilectxSat, 18 Nov 2017 11:58:57 +0800, by Anton Shestakov
-
check-code: grep's context flags don't need an extra space before numberSat, 18 Nov 2017 13:00:47 +0800, by Anton Shestakov
-
dirstate: make map implementation overridableWed, 15 Nov 2017 01:07:42 -0800, by Mark Thomas
-
fsmonitor: only access inner dirstate map if it is availableWed, 15 Nov 2017 01:07:42 -0800, by Mark Thomas
-
dirstate: add explicit methods for querying directories (API)Wed, 15 Nov 2017 01:07:42 -0800, by Mark Thomas
-
dirstate: remove _droppath methodWed, 15 Nov 2017 01:07:42 -0800, by Mark Thomas
-
dirstate: move dropping of folded filenames into the dirstate mapWed, 15 Nov 2017 01:07:42 -0800, by Mark Thomas
-
dirstate: move management of the dirstate dirs into the dirstatemapWed, 15 Nov 2017 01:07:42 -0800, by Mark Thomas
-
dirstate: move management of nonnormal sets into dirstate mapWed, 15 Nov 2017 01:07:42 -0800, by Mark Thomas
-
dirstate: add explicit methods for modifying dirstateWed, 15 Nov 2017 01:07:42 -0800, by Mark Thomas
-
dirstate: document dirstatemap interfaceWed, 15 Nov 2017 01:07:42 -0800, by Mark Thomas
-
bundlerepo: rename "bundlefilespos" variable and attributeMon, 13 Nov 2017 19:12:56 -0800, by Gregory Szorc
-
bundlerepo: rename "bundle" arguments to "cgunpacker"Mon, 13 Nov 2017 19:12:17 -0800, by Gregory Szorc
-
bundlerepo: use early returnSat, 11 Nov 2017 18:55:04 -0800, by Gregory Szorc
-
test-pattern: actually update tests using the patternsSun, 05 Nov 2017 08:23:12 +0100, by Boris Feld
-
test-pattern: substitute the HTTP log timestamp tooSun, 05 Nov 2017 08:23:53 +0100, by Boris Feld
-
test-pattern: register the current the bundle2 capabilities stringMon, 13 Nov 2017 04:59:45 +0100, by Boris Feld
-
test-pattern: register current the bundlecaps stringSun, 05 Nov 2017 06:43:40 +0100, by Boris Feld
-
test-pattern: substitute common compression listSun, 05 Nov 2017 06:41:38 +0100, by Boris Feld
-
run-tests: allow to register any arbitrary pattern for replacementSun, 05 Nov 2017 06:34:27 +0100, by Boris Feld
-
crecord: fix revert -ir '.^' crash caused by 3649c3f2cdMon, 13 Nov 2017 18:22:25 -0800, by Jun Wu
-
tweakdefaults: turn on ui.statuscopiesThu, 16 Nov 2017 17:11:14 -0800, by Martin von Zweigbergk
-
run-tests: fix TESTDIR if testdescs are absolute pathsWed, 15 Nov 2017 17:54:27 -0800, by Kyle Lippincott
-
hgweb: show commit phase if it's not publicThu, 16 Nov 2017 22:21:03 +0800, by Anton Shestakov
-
hgweb: move changeset "tags" to a template in map file (paper and coal)Wed, 15 Nov 2017 23:55:09 +0800, by Anton Shestakov
-
logtoprocess: clean-up old commentFri, 03 Nov 2017 21:01:20 +0100, by Boris Feld
-
patch: accept prefix argument to changedfiles() helperTue, 14 Nov 2017 10:26:36 -0800, by Martin von Zweigbergk
-
hgweb: move changeset "tags" to a template in map file (gitweb and monoblue)Wed, 15 Nov 2017 19:36:16 +0800, by Anton Shestakov
-
hgweb: split long lines in gitweb and monoblue (changeset summary and tags)Wed, 15 Nov 2017 16:06:00 +0800, by Anton Shestakov
-
debugdeltachain: output information about sparse read if enabledThu, 26 Oct 2017 09:27:09 +0200, by Paul Morelle
-
rebase: exclude descendants of obsoletes w/o a successor in dest (issue5300)Tue, 14 Nov 2017 22:46:10 +0100, by Denis Laxalde
-
tests: add a couple of 'hg log' calls in test-rebase-obsolete.tSat, 11 Nov 2017 19:25:32 +0100, by Denis Laxalde
-
tests: conditionally display obsfate in test-rebase-obsolete log outputMon, 06 Nov 2017 22:08:02 +0100, by Denis Laxalde
-
tests: clarify a comment in test-rebase-obsolete.tSat, 11 Nov 2017 19:23:31 +0100, by Denis Laxalde
-
bundlerepo: rename _bundle to _cgunpackerSat, 11 Nov 2017 18:41:14 -0800, by Gregory Szorc
-
bundlerepo: assign bundle attributes in bundle type blocksSat, 11 Nov 2017 18:34:50 -0800, by Gregory Szorc
-
bundlerepo: make bundle and bundlefile attributes privateSat, 11 Nov 2017 18:22:36 -0800, by Gregory Szorc
-
bundlerepo: don't assume there are only two bundle classesSat, 11 Nov 2017 18:14:41 -0800, by Gregory Szorc
-
bundlerepo: add docstring for bundlerepository classSat, 11 Nov 2017 18:09:16 -0800, by Gregory Szorc
-
bundlerepo: rename arguments to bundlerepository.__init__Sat, 11 Nov 2017 18:05:02 -0800, by Gregory Szorc
-
bundlerepo: use suffix variableSat, 11 Nov 2017 17:07:33 -0800, by Gregory Szorc
-
bundlerepo: make methods agree with base classSat, 11 Nov 2017 17:02:31 -0800, by Gregory Szorc
-
bundle2: use os.SEEK_* constantsSat, 11 Nov 2017 16:48:40 -0800, by Gregory Szorc
-
help: adding a topic on flagsMon, 30 Oct 2017 20:35:30 -0700, by Rodrigo Damazio Bovendorp
-
py3: handle keyword arguments correctly in hgext/patchbomb.pyFri, 06 Oct 2017 05:47:56 +0530, by Pulkit Goyal
-
tests: use jshint when available to check .js filesSat, 11 Nov 2017 15:07:21 +0800, by Anton Shestakov
-
hgweb: fix jshint issues in mercurial.jsSat, 11 Nov 2017 14:14:38 +0800, by Anton Shestakov
-
exchange: drop unused '_getbookmarks' functionTue, 17 Oct 2017 15:55:40 +0200, by Boris Feld
-
bookmark: use bundle2 debug output in one push testsSun, 15 Oct 2017 15:21:47 +0200, by Boris Feld
-
pull: store binary node in pullop.remotebookmarksTue, 17 Oct 2017 11:01:45 +0200, by Boris Feld
-
config: rename allow_push to allow-pushThu, 19 Oct 2017 11:46:41 +0200, by David Demelier
-
config: rename allowpull to allow-pullThu, 19 Oct 2017 11:43:19 +0200, by David Demelier
-
convert: avoid wrong lfconvert defaults by moving configitems to core stableTue, 28 Nov 2017 23:20:08 -0500, by Matt Harbison
-
tr-summary: keep a weakref to the unfiltered repository stableFri, 24 Nov 2017 21:51:41 -0500, by Boris Feld
-
dispatch: verify result of early command parsing stableSat, 11 Nov 2017 12:40:13 +0900, by Yuya Nishihara
-
dispatch: convert non-list option parsed by _earlygetopt() to string stableSat, 11 Nov 2017 17:55:15 +0900, by Yuya Nishihara
-
dispatch: add option to not strip command args parsed by _earlygetopt() stableSat, 11 Nov 2017 16:46:41 +0900, by Yuya Nishihara
-
dispatch: fix early parsing of short option with value like -R=foo stableTue, 14 Nov 2017 00:25:59 +0900, by Yuya Nishihara
-
dispatch: abort if early boolean options can't be parsed stableSat, 11 Nov 2017 14:02:41 +0900, by Yuya Nishihara
-
dispatch: stop parsing of early boolean option at "--" stableFri, 10 Nov 2017 22:27:26 +0900, by Yuya Nishihara
-
dispatch: extract stub function to peek boolean command option stableFri, 10 Nov 2017 22:22:39 +0900, by Yuya Nishihara
-
dispatch: do not drop unpaired argument at _earlygetopt() stableSat, 11 Nov 2017 12:09:19 +0900, by Yuya Nishihara
-
amend: update .hgsubstate before committing a memctx (issue5677) stableSat, 04 Nov 2017 20:07:40 +0900, by Yuya Nishihara
-
subrepo: extract preprocess of repo.commit() to free function stableSat, 04 Nov 2017 19:21:39 +0900, by Yuya Nishihara
-
tests: demonstrate that .hgsubstate isn't updated on amend stableSat, 04 Nov 2017 18:54:57 +0900, by Yuya Nishihara
-
amend: do not drop missing files (issue5732) stableSat, 04 Nov 2017 23:48:19 +0900, by Yuya Nishihara
-
amend: do not take untracked files as modified or clean (issue5732) stableSat, 04 Nov 2017 23:45:59 +0900, by Yuya Nishihara
-
tests: add more complete test for status changes on amend stableSat, 04 Nov 2017 23:40:26 +0900, by Yuya Nishihara
-
hgweb: add missing semicolons to followlines.jsFri, 10 Nov 2017 19:14:06 +0800, by Anton Shestakov
-
gitweb: apply styles from annotate tooltip to followlines popupFri, 10 Nov 2017 18:50:44 +0800, by Anton Shestakov
-
paper: apply styles from annotate tooltip to followlines popupFri, 10 Nov 2017 18:45:43 +0800, by Anton Shestakov
-
pull: clarify that -u only updates linearlyFri, 10 Nov 2017 09:44:49 -0800, by Martin von Zweigbergk
-
dirstate: don't remove normallookup files from nonnormalsetWed, 08 Nov 2017 09:27:14 -0800, by Mark Thomas
-
dirstate: clear map cached properties when clearing the mapWed, 08 Nov 2017 09:23:53 -0800, by Mark Thomas
-
util: add util.clearcachedpropertyWed, 08 Nov 2017 09:18:18 -0800, by Mark Thomas
-
merge with stableFri, 10 Nov 2017 17:12:04 -0500, by Augie Fackler
-
changegroup: use any node, not min(), in treemanifest's generatemanifestsWed, 08 Nov 2017 18:24:43 -0800, by Kyle Lippincott
-
bundle: allow bundlerepo to support alternative manifest implementationsTue, 07 Nov 2017 10:16:53 -0800, by Durham Goode
-
obsfate: makes successorsetverb takes the markers as argumentThu, 19 Oct 2017 12:35:47 +0200, by Boris Feld
-
scmutil: don't try to delete origbackup symlinks to directories (issue5731) stableFri, 03 Nov 2017 09:27:36 -0700, by Mark Thomas
-
cmdutil: create dirs for templated cat file outputTue, 07 Nov 2017 13:48:33 -0800, by Ryan McElroy
-
cat: test output path behvaior when target path does not existTue, 07 Nov 2017 13:46:15 -0800, by Ryan McElroy
-
py3: handle keyword arguments in hgext/shelve.pyMon, 23 Oct 2017 00:06:49 +0530, by Pulkit Goyal
-
py3: handle keyword arguments in hgext/uncommit.pyMon, 23 Oct 2017 00:06:23 +0530, by Pulkit Goyal
-
py3: handle keyword arguments in hgext/releasenotes.pyMon, 23 Oct 2017 00:05:04 +0530, by Pulkit Goyal
-
py3: handle keyword arguments in hgext/rebase.pyMon, 23 Oct 2017 00:04:47 +0530, by Pulkit Goyal
-
py3: handle keyword arguments in hgext/keyword.pyMon, 23 Oct 2017 00:04:30 +0530, by Pulkit Goyal
-
py3: handle keyword arguments in hgext/journal.pyMon, 23 Oct 2017 00:04:12 +0530, by Pulkit Goyal
-
py3: handle keyword arguments in hgext/histedit.pyMon, 23 Oct 2017 00:03:54 +0530, by Pulkit Goyal
-
py3: handle keyword arguments in hgext/hgk.pyMon, 23 Oct 2017 00:03:27 +0530, by Pulkit Goyal
-
py3: handle keyword arguments in hgext/graphlog.pyMon, 23 Oct 2017 00:03:08 +0530, by Pulkit Goyal
-
merge with stableTue, 07 Nov 2017 13:18:49 -0500, by Augie Fackler
-
templatekw: add verbosity keyword to select template by -q/-v/--debug flagSat, 21 Oct 2017 17:46:41 +0900, by Yuya Nishihara
-
templatekw: move loadkeyword() to bottomSat, 21 Oct 2017 17:31:13 +0900, by Yuya Nishihara
-
help: hide phaseidx template keywordSat, 21 Oct 2017 17:05:04 +0900, by Yuya Nishihara
-
subrepo: use per-type config options to enable subrepos stableMon, 06 Nov 2017 22:32:41 -0800, by Gregory Szorc
-
config: add some more documentation around why svn and git subrepos are off stableMon, 06 Nov 2017 14:56:17 -0500, by Augie Fackler
-
subrepo: disable git and svn subrepos by default (BC) (SEC) stableSun, 05 Nov 2017 21:51:42 +0900, by Yuya Nishihara
-
subrepo: extend config option to disable subrepos by type (SEC) stableSun, 05 Nov 2017 21:48:58 +0900, by Yuya Nishihara
-
subrepo: add config option to reject any subrepo operations (SEC) stableSun, 05 Nov 2017 21:22:07 +0900, by Yuya Nishihara
-
subrepo: disallow symlink traversal across subrepo mount point (SEC) stableFri, 03 Nov 2017 20:12:50 +0900, by Yuya Nishihara
-
tests: show symlink traversal across subrepo mount point (SEC) stableFri, 03 Nov 2017 19:17:25 +0900, by Yuya Nishihara
-
share: move config item declarations into core stableMon, 06 Nov 2017 10:33:40 -0800, by Gregory Szorc
-
morestatus: don't crash with different drive letters for repo.root and CWD stableSat, 04 Nov 2017 23:39:54 -0400, by Matt Harbison
-
share: handle --relative shares to a different drive letter gracefully stableThu, 02 Nov 2017 23:55:09 -0400, by Matt Harbison
-
py3: handle keyword arguments in hgext/gpg.pyMon, 23 Oct 2017 00:02:46 +0530, by Pulkit Goyal
-
py3: handle keyword arguments in hgext/fetch.pyMon, 23 Oct 2017 00:02:28 +0530, by Pulkit Goyal
-
py3: handle keyword arguments in hgext/extdiff.pyMon, 23 Oct 2017 00:02:07 +0530, by Pulkit Goyal
-
py3: handle keyword arguments in hgext/commitextras.pyMon, 23 Oct 2017 00:01:45 +0530, by Pulkit Goyal
-
py3: handle keyword arguments in hgext/churn.pyMon, 23 Oct 2017 00:01:16 +0530, by Pulkit Goyal
-
py3: handle keyword arguments in hgext/children.pySun, 22 Oct 2017 23:53:10 +0530, by Pulkit Goyal
-
py3: handle keyword arguments in hgext/blackbox.pySun, 22 Oct 2017 23:52:47 +0530, by Pulkit Goyal
-
py3: handle keyword arguments in hgext/automv.pySun, 22 Oct 2017 23:52:22 +0530, by Pulkit Goyal
-
py3: handle keyword arguments in hgext/amend.pySun, 22 Oct 2017 23:51:57 +0530, by Pulkit Goyal
-
run-tests: allow automatic test discovery when providing folder as argumentThu, 19 Oct 2017 23:13:57 +0900, by Matthieu Laneuville
-
revert: do not reverse hunks in interactive when REV is not parent (issue5096)Fri, 03 Nov 2017 14:47:37 +0100, by Denis Laxalde
-
merge with stableFri, 03 Nov 2017 10:32:38 -0500, by Kevin Bullock
-
run-tests: endswith takes bytes as argument in python3, not strFri, 03 Nov 2017 21:14:57 +0900, by Matthieu Laneuville
-
pathutil: use util.pathto() to calculate relative cwd in canonpath() stableThu, 02 Nov 2017 20:35:31 -0400, by Matt Harbison
-
patch: improve heuristics to not take the word "diff" as header (issue1879)Sat, 21 Oct 2017 16:50:57 +0900, by Yuya Nishihara
-
rebase: drop --style optionSat, 21 Oct 2017 17:01:20 +0900, by Yuya Nishihara
-
run-tests: $TESTDIR can be something else than $PWDWed, 02 Aug 2017 13:27:45 +0900, by Matthieu Laneuville
-
obsolete: activate effect-flag by defaultWed, 01 Nov 2017 17:08:33 +0100, by Boris Feld
-
debug: print parsed bundle2 capabilities with debugcapabilitiesMon, 30 Oct 2017 17:09:29 +0100, by Boris Feld
-
debug: add a debugcapabilities commandsMon, 30 Oct 2017 17:08:16 +0100, by Boris Feld
-
revert: no longer mark --interactive as experimentalMon, 30 Oct 2017 17:46:07 -0400, by Augie Fackler
-
ui: add configlist doctest to document a bit more of the whitespace behaviorWed, 25 Oct 2017 23:01:54 -0400, by Augie Fackler
-
merge stable into defaultWed, 01 Nov 2017 17:19:45 -0500, by Kevin Bullock
-
internals: update test-help.t for config registrar copy-edit stableWed, 01 Nov 2017 15:34:22 -0500, by Kevin Bullock
-
internals: copy-edit "register" -> "registrar" in configitem docs stableWed, 01 Nov 2017 13:24:08 -0500, by Kevin Bullock
-
configitems: relax warning about unwanted default value stableTue, 31 Oct 2017 22:37:30 +0900, by Yuya Nishihara
-
filemerge: pass a default value to _toolstr (issue5718) stableThu, 26 Oct 2017 11:07:06 -0700, by Kostia Balytskyi
-
children: fix the log expansion of `hg children` in doc stableTue, 31 Oct 2017 06:39:38 +0530, by Pulkit Goyal
-
test-static-http: flush access log per request stableSun, 29 Oct 2017 17:53:52 +0900, by Yuya Nishihara
-
statichttprepo: do not use platform path separator to build a URL stableSat, 28 Oct 2017 17:23:52 +0900, by Yuya Nishihara
-
merge: disable path conflict checking by default (issue5716) stableTue, 24 Oct 2017 11:15:30 -0700, by Siddharth Agarwal
-
merge: add a config option to disable path conflict checking stableTue, 24 Oct 2017 11:14:38 -0700, by Siddharth Agarwal
-
dirstate: clean up when restoring identical backups stableFri, 20 Oct 2017 05:53:35 -0700, by Mark Thomas
-
tests: add a test demonstrating failure to clean up dirstate backups stableFri, 20 Oct 2017 05:53:33 -0700, by Mark Thomas
-
test-log-linerange: open binary file in binary mode stableFri, 20 Oct 2017 21:29:15 -0400, by Matt Harbison
-
test-arbitraryfilectx: stabilize for Windows stableThu, 19 Oct 2017 23:16:48 -0400, by Matt Harbison
-
dirstate: remove excess attribute lookups for dirstate.status (issue5714) stableSat, 28 Oct 2017 12:35:54 -0700, by Durham Goode
-
dirstate: avoid reading the map when possible (issue5713) (issue5717) stableThu, 26 Oct 2017 16:15:36 -0700, by Durham Goode
-
internal-doc: document the config register mechanism stableFri, 27 Oct 2017 18:19:07 +0200, by Boris Feld
-
help: clarify the pre-txnclose-phase documentation stableFri, 27 Oct 2017 21:43:22 +0200, by Boris Feld
-
internal-doc: document the 'phases' parameters to 'getbundle' stableFri, 27 Oct 2017 21:35:34 +0200, by Boris Feld
-
status: update the help to indicate that clean files are not normally tersed stableSat, 28 Oct 2017 00:00:05 -0400, by Matt Harbison
-
terse: split on repo separator instead of os.sep (issue5715) stableFri, 27 Oct 2017 23:48:38 -0400, by Matt Harbison
-
makefile: put format-c into .PHONY targets stableThu, 26 Oct 2017 11:58:55 +0800, by Anton Shestakov
-
statichttprepo: prevent loading dirstate over HTTP on node lookup (issue5717) stableWed, 25 Oct 2017 21:58:03 +0900, by Yuya Nishihara
-
test-static-http: show all files accessed over HTTP stableWed, 25 Oct 2017 21:21:42 +0900, by Yuya Nishihara
-
server: drop executable bit from daemon log file stableWed, 25 Oct 2017 21:20:01 +0900, by Yuya Nishihara
-
setup: filter out devel-warn messages from system hg stableMon, 23 Oct 2017 22:13:59 -0500, by Kevin Bullock
-
setup: remove duplicate assignment of HGRCPATH stableMon, 23 Oct 2017 21:30:59 -0500, by Kevin Bullock
-
packaging: update book URL in Mac and Windows READMEs stableFri, 20 Oct 2017 13:54:51 -0500, by Kevin Bullock
-
commands: be more uniform in an "hg update" error message stableMon, 23 Oct 2017 22:45:24 +0200, by muxator
-
update: mention long options explicitly in description of merge.update() stableWed, 04 Oct 2017 23:22:34 +0200, by muxator
-
mq: copy pager attributes back to qrepo.ui stableSat, 21 Oct 2017 13:42:43 +0900, by Yuya Nishihara
-
registrar: host "dynamicdefault" constant by configitem object stableSat, 21 Oct 2017 13:13:20 +0900, by Yuya Nishihara
-
Added tag 4.4-rc for changeset 1e2454b60e59 stableFri, 20 Oct 2017 13:44:35 -0500, by Kevin Bullock
-
help: do not abort topicmatch() because of unimportable extensions stable 4.4-rcSat, 05 Aug 2017 23:15:37 +0900, by Yuya Nishihara
-
configitems: register 'email.to' and 'patchbomb.to' stableFri, 20 Oct 2017 22:25:09 +0900, by Yuya Nishihara
-
log: add an assertion about fctx not being None in patch.diff()Thu, 19 Oct 2017 15:06:33 +0200, by Denis Laxalde
-
log: handle removed files with --line-range patternsThu, 19 Oct 2017 14:55:10 +0200, by Denis Laxalde
-
log: disable bare file patterns with --line-rangeThu, 19 Oct 2017 14:12:49 +0200, by Denis Laxalde
-
log: switch to FROMLINE:TOLINE syntax for -L/--line-rangeThu, 19 Oct 2017 12:37:26 +0200, by Denis Laxalde
-
log: handle binary files in --line-range patternsWed, 18 Oct 2017 19:00:33 +0200, by Denis Laxalde
-
build: build deb/rpm independently on config/extensions in the host systemTue, 17 Oct 2017 22:46:08 +0200, by muxator
-
config: also gather effect-flags on experimental.evolutionThu, 19 Oct 2017 17:50:20 +0200, by Boris Feld
-
obsfate: rename obsfate into obsolete in default mapfileThu, 19 Oct 2017 12:33:53 +0200, by Boris Feld
-
obsfate: rename obsfate into obsolete in changeset_printerThu, 19 Oct 2017 12:32:42 +0200, by Boris Feld
-
tests: add some (?) output lines to catch "helpful" output from Solaris diffThu, 19 Oct 2017 11:17:10 -0400, by Augie Fackler
-
sparse-read: ignore trailing empty revs in each read chunkWed, 18 Oct 2017 15:28:19 +0200, by Paul Morelle
-
fsmonitor: use nonnormalset from dirstatemapWed, 18 Oct 2017 15:42:44 -0700, by Jun Wu
-
registrar: don't i18n ProgrammingError messageWed, 18 Oct 2017 22:10:08 -0700, by Martin von Zweigbergk
-
registrar: move "constant" possiblecmdtypes to class levelWed, 18 Oct 2017 22:07:53 -0700, by Martin von Zweigbergk
-
tests: de-flake test-run-tests.t's "--jobs=2 --first" testWed, 18 Oct 2017 16:28:18 -0700, by Martin von Zweigbergk
-
cmdutil: fix status tersing on Python 3Wed, 18 Oct 2017 18:30:02 -0400, by Augie Fackler
-
hghave: fix clang-format check to use bytes regexWed, 18 Oct 2017 18:29:17 -0400, by Augie Fackler
-
configitems: make all regular expressions bytes and not native strWed, 18 Oct 2017 18:29:00 -0400, by Augie Fackler
-
convert: register missed subversion config itemsWed, 18 Oct 2017 18:11:50 -0400, by Augie Fackler
-
amend: error out if the note is greater than 255bytesThu, 19 Oct 2017 03:20:47 +0530, by Pulkit Goyal
-
show: move configitems to coreWed, 18 Oct 2017 15:05:03 -0700, by Jun Wu
-
chgserver: do not treat HG as sensitive environ when CHGHG is setWed, 18 Oct 2017 14:55:39 -0700, by Jun Wu
-
fsmonitor: declare missing config optionsWed, 18 Oct 2017 22:54:50 +0200, by Gregory Szorc
-
fsmonitor: warn when fsmonitor could be usedWed, 18 Oct 2017 22:57:15 +0200, by Gregory Szorc
-
merge: additional test cases to show merge-halting behaviorFri, 06 Oct 2017 06:48:43 -0700, by Ryan McElroy
-
rebase: add support to output nodechangesWed, 18 Oct 2017 04:31:46 +0530, by Pulkit Goyal
-
ui: move request exit handlers to global stateTue, 17 Oct 2017 13:20:25 -0700, by Saurabh Singh
-
sparse-read: skip gaps too small to be worth splittingWed, 18 Oct 2017 09:07:48 +0200, by Paul Morelle
-
sparse-read: move from a recursive-based approach to a heap-based oneWed, 18 Oct 2017 12:53:00 +0200, by Boris Feld
-
subrepo: implement 'unshare' for Mercurial subreposTue, 17 Oct 2017 22:55:33 -0400, by Matt Harbison
-
share: move the implementation of 'unshare' to the 'hg' moduleTue, 17 Oct 2017 21:48:56 -0400, by Matt Harbison
-
show: use labelcset() template alias for work (and stack) viewsTue, 17 Oct 2017 20:25:43 +0200, by Denis Laxalde
-
phases: pass phase names to hooks instead of internal valuesWed, 18 Oct 2017 12:19:53 -0500, by Kevin Bullock
-
configitems: document the choice of using 'match' instead of 'search'Wed, 18 Oct 2017 12:36:23 +0200, by Boris Feld
-
configitems: do not directly match generic itemsWed, 18 Oct 2017 12:26:08 +0200, by Boris Feld
-
obsfate: fix obsfate_printer with empty date listWed, 18 Oct 2017 15:38:51 +0200, by Boris Feld
-
config: gather allowdivergence under the evolution namespaceTue, 17 Oct 2017 16:54:31 +0200, by Boris Feld
-
config: remove stabilization.* aliasesTue, 17 Oct 2017 15:57:56 +0200, by Boris Feld
-
config: rename stabilization.track-operationTue, 17 Oct 2017 15:56:49 +0200, by Boris Feld
-
config: rename stabilization.bundle-obsmarkerTue, 17 Oct 2017 15:54:05 +0200, by Boris Feld
-
config: use 'experimental.evolution.exchange'Thu, 28 Sep 2017 21:07:58 +0100, by Boris Feld
-
config: use 'experimental.evolution.allowunstable'Thu, 28 Sep 2017 18:56:40 +0100, by Boris Feld
-
config: use 'experimental.evolution.create-markers'Thu, 28 Sep 2017 18:19:06 +0100, by Boris Feld
-
config: replace experimental.stabilization by experimental.evolutionTue, 17 Oct 2017 11:29:26 +0200, by Boris Feld
-
config: update evolution-related configMon, 16 Oct 2017 17:14:47 +0200, by Boris Feld
-
config: invert evolution-related configuration aliasesMon, 16 Oct 2017 17:14:32 +0200, by Boris Feld
-
parsers: allow clang-format hereMon, 16 Oct 2017 14:53:57 -0400, by Augie Fackler
-
cext: add /* header */ comment to all PyVarObject_HEAD_INIT() callsMon, 16 Oct 2017 14:49:35 -0400, by Augie Fackler
-
parsers: protect some case-folding tables from clang-formatTue, 21 Apr 2015 16:02:23 -0400, by Augie Fackler
-
makefile: add target to apply clang-format in-placeMon, 14 Sep 2015 14:52:20 -0400, by Augie Fackler
-
configitems: adds a developer warning when accessing undeclared configurationMon, 16 Oct 2017 17:41:27 +0200, by Boris Feld
-
log: add -L/--line-range option to follow file history by line rangeTue, 17 Oct 2017 21:15:31 +0200, by Denis Laxalde
-
diff: pass a diff hunks filter function from changeset_printer to patch.diff()Fri, 06 Oct 2017 14:45:17 +0200, by Denis Laxalde
-
diff: also yield file context objects in patch.trydiff() (API)Thu, 05 Oct 2017 21:20:08 +0200, by Denis Laxalde
-
revset: extract a parsefollowlinespattern helper functionWed, 04 Oct 2017 15:27:43 +0200, by Denis Laxalde
-
obsfate: add obsfate to default mapfileFri, 06 Oct 2017 17:53:36 +0200, by Boris Feld
-
log: add obsfate by default in changeset printerThu, 05 Oct 2017 15:25:18 +0200, by Boris Feld
-
obsfate: only display date in verbose modeMon, 09 Oct 2017 15:34:26 +0200, by Boris Feld
-
obsfate: filter out current user if not in verboseMon, 09 Oct 2017 15:34:12 +0200, by Boris Feld
-
ui: add the possibility to returns None as username in uiFri, 06 Oct 2017 16:23:47 +0200, by Boris Feld
-
test: test obfate template keyword in test-obsmarker-template.tFri, 06 Oct 2017 17:15:49 +0200, by Boris Feld
-
templatekw: introduce obsfate keywordThu, 05 Oct 2017 17:42:56 +0200, by Boris Feld
-
copies: add a config to limit the number of candidates to check in heuristicsTue, 10 Oct 2017 02:25:03 +0530, by Pulkit Goyal
-
extensions: always include traceback when extension setup failsTue, 17 Oct 2017 10:31:44 -0700, by Martin von Zweigbergk
-
tests: move baduisetup() test out of "#if demandimport"Tue, 17 Oct 2017 10:25:32 -0700, by Martin von Zweigbergk
-
tests: make test-extension.t's baduisetup.py test fail even if bdiff existsTue, 17 Oct 2017 09:46:31 -0700, by Martin von Zweigbergk
-
run-tests: move newline out of colorized messageTue, 17 Oct 2017 10:33:27 -0700, by Martin von Zweigbergk
-
test-extension: make the test compatible with chgTue, 17 Oct 2017 11:07:18 -0700, by Saurabh Singh
-
hghave: disable demandimport when chg is runningTue, 17 Oct 2017 11:35:58 -0700, by Saurabh Singh
-
test-show: make it compatible with chgTue, 17 Oct 2017 10:41:56 -0700, by Jun Wu
-
templater: use pycompat.sysbytes to bytes-ify some __name__ attrsTue, 17 Oct 2017 10:51:43 -0400, by Augie Fackler
-
templatefilters: defend against evil unicode strs in json filterMon, 16 Oct 2017 22:44:43 -0400, by Augie Fackler
-
phase: use a binary phase part to push through bundle2 (BC)Wed, 20 Sep 2017 19:38:06 +0200, by Boris Feld
-
arbitraryfilecontext: skip the cmp fast path if any side is a symlinkTue, 17 Oct 2017 12:41:24 -0700, by Phil Cohen
-
test-clang-format: new test to verify that files stay clang-formattedMon, 14 Sep 2015 14:17:27 -0400, by Augie Fackler
-
context: audit paths before clearing unknown files and dirsTue, 17 Oct 2017 08:11:13 -0700, by Mark Thomas
-
tests: add test demonstrating regression in path auditTue, 17 Oct 2017 08:07:43 -0700, by Mark Thomas
-
configitems: move rebase config into coreFri, 13 Oct 2017 23:00:31 +0200, by Boris Feld
-
eol: ensure the eol extensions is loaded when hooks runSat, 14 Oct 2017 01:09:46 +0200, by Boris Feld
-
acl: make sure the extensions is enabled when the acl-hooks runSat, 14 Oct 2017 01:16:03 +0200, by Boris Feld
-
configitems: register the 'web.archivesubrepos' configMon, 16 Oct 2017 18:16:29 +0200, by Boris Feld
-
configitems: register the 'experimental.effect-flags' configSun, 08 Oct 2017 22:22:27 +0200, by Boris Feld
-
configitems: register the full 'merge-tools' config and sub-optionsSun, 08 Oct 2017 20:37:13 +0200, by Boris Feld
-
revlog-sparse-read: add a lower-threshold for read block sizeSat, 14 Oct 2017 17:05:41 +0200, by Paul Morelle
-
revlog: introduce an experimental flag to slice chunks reads when too sparseTue, 10 Oct 2017 17:50:27 +0200, by Paul Morelle
-
revlog: ignore empty trailing chunks when reading segmentsMon, 09 Oct 2017 15:13:41 +0200, by Paul Morelle
-
phase: isolate logic to update remote phrase through bundle2 pushkeyWed, 20 Sep 2017 19:17:37 +0200, by Boris Feld
-
phase: generate a push-race detection part on pushWed, 11 Oct 2017 07:40:00 +0200, by Boris Feld
-
phase: introduce a new 'check:phases' partWed, 11 Oct 2017 07:13:02 +0200, by Boris Feld
-
phase: gather remote phase information in a summary objectWed, 11 Oct 2017 18:39:04 +0200, by Boris Feld
-
phase: simplify the check for issue3781 shortcut in discoveryWed, 11 Oct 2017 18:39:34 +0200, by Boris Feld
-
exchange: fix issue3781 reference in the commentMon, 16 Oct 2017 12:36:42 +0200, by Boris Feld
-
phase: filter out non-draft item in "draft root"Wed, 11 Oct 2017 20:08:02 +0200, by Boris Feld
-
subrepo: share instead of clone if the parent repo is shared (issue5675) (BC)Sun, 15 Oct 2017 22:48:02 -0400, by Matt Harbison
-
tests: update output for no-symlink platformsSun, 15 Oct 2017 16:57:34 -0400, by Matt Harbison
-
releasenotes: show a warning if fuzzywuzzy is not presentMon, 16 Oct 2017 22:46:37 +0530, by Pulkit Goyal
-
releasenotes: move import of fuzzywuzzy to import levelMon, 16 Oct 2017 22:46:11 +0530, by Pulkit Goyal
-
releasenotes: don't abort is there is a bad formatted entry for releasenotesSun, 15 Oct 2017 20:31:44 +0530, by Pulkit Goyal
-
releasenotes: make the import of fuzzywuzzy optionalSun, 15 Oct 2017 20:29:16 +0530, by Pulkit Goyal
-
webcommands: replace str(ctx) etc with pycompat.bytestr(ctx) etcMon, 16 Oct 2017 22:51:58 -0400, by Augie Fackler
-
templater: don't blow up when trying to build an abort messageMon, 16 Oct 2017 22:50:39 -0400, by Augie Fackler
-
webutil: use pycompat.bytestr() instead of str()Mon, 16 Oct 2017 22:44:06 -0400, by Augie Fackler
-
hgweb: correct an earlier error of mine - `start` should be bytesMon, 16 Oct 2017 22:43:19 -0400, by Augie Fackler
-
config: simplify aliasing commands.update.checkMon, 16 Oct 2017 18:58:16 +0200, by Boris Feld
-
run-tests: set HGPLAIN=1 when bisectingWed, 04 Oct 2017 18:51:21 -0700, by Jun Wu
-
run-tests: extract Popen logic to a single methodWed, 04 Oct 2017 18:50:18 -0700, by Jun Wu
-
run-tests: move bisect logic to a separate methodWed, 04 Oct 2017 18:42:24 -0700, by Jun Wu
-
mpatch: switch alignment of wrapped line from tab to spaces with clang-formatWed, 04 Oct 2017 11:00:04 -0400, by Augie Fackler
-
mpatch: reformat function prototypes with clang-formatWed, 04 Oct 2017 10:56:33 -0400, by Augie Fackler
-
contrib: remove check-code rule about indentationMon, 16 Oct 2017 11:43:41 -0400, by Augie Fackler
-
clang-format: configuration for the clang-format source formatterSat, 24 Jan 2015 17:04:25 -0500, by Augie Fackler
-
merge: allow user to halt merge on merge-tool failuresFri, 06 Oct 2017 06:48:43 -0700, by Ryan McElroy
-
filemerge: introduce functions to halt merge flowFri, 06 Oct 2017 06:48:43 -0700, by Ryan McElroy
-
amend: add a flag `-n/--note` to store note with amendSun, 15 Oct 2017 19:29:56 +0530, by Pulkit Goyal
-
cmdutil: pass metadata from amend() to cleanupnodesSun, 15 Oct 2017 15:32:03 +0530, by Pulkit Goyal
-
scmutil: add capability to cleanupnodes to take obsmarker metadataSun, 15 Oct 2017 14:34:24 +0530, by Pulkit Goyal
-
test-hgweb-annotate-whitespace: make test compatible with chgMon, 16 Oct 2017 13:06:33 -0700, by Saurabh Singh
-
test-pager: make the test compatible with chgMon, 16 Oct 2017 17:41:37 -0700, by Saurabh Singh
-
test-obsolete-bounds-checking: make the test compatible with chgMon, 16 Oct 2017 17:06:32 -0700, by Saurabh Singh
-
test-dispatch: make the test compatible with chgMon, 16 Oct 2017 17:14:21 -0700, by Saurabh Singh
-
histedit: remove the nonexistant config 'histeditng'Mon, 16 Oct 2017 12:15:00 -0700, by Saurabh Singh
-
context: add workingfilectx.markcopiedSun, 15 Oct 2017 20:36:29 -0700, by Phil Cohen
-
merge: don't use workers in in-memory modeSun, 15 Oct 2017 20:36:29 -0700, by Phil Cohen
-
filemerge: add a missing flushall()Sun, 15 Oct 2017 20:36:29 -0700, by Phil Cohen
-
filemerge: store backups in the overlayworkingctx if using immFri, 13 Oct 2017 12:34:22 -0700, by Phil Cohen
-
context: add overlayfilectx.cmp()Fri, 13 Oct 2017 12:34:22 -0700, by Phil Cohen
-
filemerge: use arbitraryfilectx for backupsMon, 16 Oct 2017 13:10:55 -0700, by Phil Cohen
-
registrar: add support for storing the type of command in func objectWed, 20 Sep 2017 04:47:43 +0530, by Pulkit Goyal
-
releasenotes: fix documentation of similaritycheck()Mon, 16 Oct 2017 22:19:02 +0530, by Pulkit Goyal
-
configitems: register acl config sectionSat, 14 Oct 2017 01:15:01 +0200, by Boris Feld
-
configitems: register the 'extdata.*.diffargs' configSat, 14 Oct 2017 00:34:46 +0200, by Boris Feld
-
configitems: register the 'exdiff.opts.*' configSat, 14 Oct 2017 00:33:57 +0200, by Boris Feld
-
configitems: register the 'hostsecurity.*:verifycertsfile' configSat, 14 Oct 2017 00:30:14 +0200, by Boris Feld
-
configitems: register the 'hostsecurity.*:fingerprints' configSat, 14 Oct 2017 00:29:31 +0200, by Boris Feld
-
configitems: register the 'hostsecurity.*:ciphers' configSat, 14 Oct 2017 00:28:48 +0200, by Boris Feld
-
configitems: register the 'hostsecurity.*:minimumprotocol' configSat, 14 Oct 2017 00:28:13 +0200, by Boris Feld
-
configitems: register the test 'fakepatchtime.fakenow' configSat, 14 Oct 2017 00:16:12 +0200, by Boris Feld
-
configitems: register the test 'fakedirstatewritetime.fakenow' configSat, 14 Oct 2017 00:15:37 +0200, by Boris Feld
-
configitems: register the 'gpg' arbitraty key sectionFri, 13 Oct 2017 23:26:16 +0200, by Boris Feld
-
configitems: register the 'extdata' sectionFri, 13 Oct 2017 23:23:48 +0200, by Boris Feld
-
configitems: fix registration of extensions configFri, 13 Oct 2017 23:33:31 +0200, by Boris Feld
-
configitems: register the test config in 'test-push-race.t'Wed, 11 Oct 2017 23:33:59 +0200, by Boris Feld
-
configitems: register the test 'ui.ioerrors' configWed, 11 Oct 2017 04:33:00 +0200, by Boris Feld
-
configitems: register the test 'failafterfinalize.fail' configFri, 13 Oct 2017 23:53:06 +0200, by Boris Feld
-
configitems: register the test 'logtoprocess.foo' configFri, 13 Oct 2017 23:46:37 +0200, by Boris Feld
-
configitems: register the test 'failpush.reason' configFri, 13 Oct 2017 23:10:49 +0200, by Boris Feld
-
configitems: register the 'patchbomb.reply-to' configFri, 13 Oct 2017 23:07:12 +0200, by Boris Feld
-
configitems: register the 'patchbomb.cc' configFri, 13 Oct 2017 23:07:01 +0200, by Boris Feld
-
configitems: register the 'patchbomb.bcc' configFri, 13 Oct 2017 23:06:40 +0200, by Boris Feld
-
configitems: register the 'web.staticurl' configFri, 13 Oct 2017 23:03:46 +0200, by Boris Feld
-
configitems: register the 'experimental.uncommitondirtywdir' configThu, 12 Oct 2017 00:38:18 +0200, by Boris Feld
-
configitems: register the 'largefiles.usercache' configFri, 13 Oct 2017 22:28:03 +0200, by Boris Feld
-
configitems: register the 'largefiles.patterns' configFri, 13 Oct 2017 22:26:58 +0200, by Boris Feld
-
configitems: register the 'largefiles.minsize' configFri, 13 Oct 2017 22:26:03 +0200, by Boris Feld
-
configitem: register the 'notify.changegroup' configFri, 13 Oct 2017 21:50:43 +0200, by Boris Feld
-
configitem: register the 'notify.outgoing' configFri, 13 Oct 2017 21:50:32 +0200, by Boris Feld
-
configitem: register the 'notify.incoming' configThu, 12 Oct 2017 00:57:49 +0200, by Boris Feld
-
configitems: register the 'hgweb-paths' sectionThu, 12 Oct 2017 00:44:45 +0200, by Boris Feld
-
contrib-perf: register the 'parentscount' config itemFri, 13 Oct 2017 21:32:29 +0200, by Boris Feld
-
contrib-perf: update the config registrationFri, 13 Oct 2017 21:31:24 +0200, by Boris Feld
-
configitems: register the 'hostfingerprints' sectionThu, 12 Oct 2017 00:20:41 +0200, by Boris Feld
-
configitems: register the 'hostsecurity.minimumprotocol' configThu, 12 Oct 2017 00:19:12 +0200, by Boris Feld
-
configitems: register the 'progress.format' configWed, 11 Oct 2017 22:53:17 +0200, by Boris Feld
-
configitems: register the 'blackbox.maxfiles' configWed, 11 Oct 2017 22:51:23 +0200, by Boris Feld
-
hgweb: fix decodevaluefromheaders to always return a bytes valueSun, 15 Oct 2017 00:43:01 -0400, by Augie Fackler
-
hgweb: more "headers are native strs" cleanupSun, 15 Oct 2017 00:42:25 -0400, by Augie Fackler
-
hgweb: when unpacking args from request form, convert to bytesSun, 15 Oct 2017 00:41:34 -0400, by Augie Fackler
-
wireproto: more strkwargs cleanupSun, 15 Oct 2017 00:39:53 -0400, by Augie Fackler
-
hgweb: more "http headers are native strs" cleanupSun, 15 Oct 2017 00:38:33 -0400, by Augie Fackler
-
wireproto: bounce kwargs to/from bytes/str as neededSun, 15 Oct 2017 00:05:43 -0400, by Augie Fackler
-
configitems: fixup default value of annotate config optionMon, 16 Oct 2017 15:12:50 +0200, by Boris Feld
-
transaction-summary: use a revset to filter obsoletes in reportnewcs()Mon, 16 Oct 2017 15:35:08 +0200, by Denis Laxalde
-
releasenotes: add pager support when printing to the uiSun, 15 Oct 2017 20:32:10 +0530, by Pulkit Goyal
-
configitems: fixup default value of diff config optionFri, 13 Oct 2017 22:08:55 +0200, by Boris Feld
-
devel-warn: add 'warn-' to 'devel.empty-changegroup' configSun, 08 Oct 2017 21:42:32 +0200, by Boris Feld
-
peer: ensure command names are always ascii bytestrsSun, 15 Oct 2017 00:05:00 -0400, by Augie Fackler
-
httppeer: always produce native str header keys and valuesSun, 15 Oct 2017 00:03:31 -0400, by Augie Fackler
-
wireproto: use %d to encode int, not %sSun, 15 Oct 2017 00:40:07 -0400, by Augie Fackler
-
wireproto: use a proper exception instead of `assert False`Sun, 15 Oct 2017 00:06:06 -0400, by Augie Fackler
-
wireproto: use listcomp instead of map()Sun, 15 Oct 2017 00:39:29 -0400, by Augie Fackler
-
dagutil: use a listcomp instead of a map()Sun, 15 Oct 2017 00:37:24 -0400, by Augie Fackler
-
peer: when collecting method names for batch calls, bytes-ify __name__Sat, 14 Oct 2017 12:03:42 -0400, by Augie Fackler
-
python3: replace im_{self,func} with __{self,func}__ globallySat, 14 Oct 2017 12:02:15 -0400, by Augie Fackler
-
httppeer: extract content-type from headers using native strSat, 14 Oct 2017 12:00:35 -0400, by Augie Fackler
-
httppeer: convert request url back to bytes before inspecting itSat, 14 Oct 2017 11:59:51 -0400, by Augie Fackler
-
templater: explode if we try to emit a strSat, 14 Oct 2017 11:30:17 -0400, by Augie Fackler
-
hgweb: fill in content-type and content-length as native stringsSat, 14 Oct 2017 11:20:31 -0400, by Augie Fackler
-
hgweb: mimetype guessing needs a unicode pathSat, 14 Oct 2017 10:47:29 -0400, by Augie Fackler
-
hgweb: set sent_headers attr as early as practicalSat, 14 Oct 2017 15:37:33 -0400, by Augie Fackler
-
hgweb: detect Python 3-era libraries and use modern attribute namesThu, 05 Oct 2017 14:53:52 -0400, by Augie Fackler
-
server: indent block that's about to get conditionalizedSat, 14 Oct 2017 15:53:36 -0400, by Augie Fackler
-
templates: fix missed space between instability labelsSat, 14 Oct 2017 18:41:20 +0900, by Yuya Nishihara
-
templates: introduce labelcset() function in map-cmdline.default as exampleSat, 14 Oct 2017 18:24:01 +0900, by Yuya Nishihara
-
templater: load aliases from [templatealias] section in map fileSat, 14 Oct 2017 18:06:42 +0900, by Yuya Nishihara
-
templater: load template fragments from [templates] section in map fileSat, 14 Oct 2017 17:51:01 +0900, by Yuya Nishihara