Mercurial > hg
graph
-
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