Mercurial > hg
graph
-
merge: rename conflicts to fileconflicts in _checkunknownfilesMon, 02 Oct 2017 14:05:30 -0700, by Mark Thomas
-
merge: add _checkunknowndirs function for detecting path conflictsMon, 02 Oct 2017 14:05:30 -0700, by Mark Thomas
-
merge: backup conflicting directories when getting filesMon, 02 Oct 2017 14:05:30 -0700, by Mark Thomas
-
merge: add merge action 'pr' to rename files during updateMon, 02 Oct 2017 14:05:30 -0700, by Mark Thomas
-
merge: add merge action 'p' to record path conflicts during updateMon, 02 Oct 2017 14:05:30 -0700, by Mark Thomas
-
commands: update the resolve command to handle path conflictsMon, 02 Oct 2017 14:05:30 -0700, by Mark Thomas
-
merge: add pathconflict merge stateMon, 02 Oct 2017 14:05:30 -0700, by Mark Thomas
-
tests: add a test demonstrating basic path conflict failuresMon, 02 Oct 2017 14:05:30 -0700, by Mark Thomas
-
scmutil: handle conflicting files and dirs in origbackuppathMon, 02 Oct 2017 14:05:30 -0700, by Mark Thomas
-
extdata: show debug message if external command exits with non-zero statusSun, 01 Oct 2017 12:21:50 +0100, by Yuya Nishihara
-
templatekw: allow accessing to nested namespace item by its template nameSat, 30 Sep 2017 08:57:50 +0100, by Yuya Nishihara
-
templatekw: get rid of temporary dicts from shownamespaces()Sat, 30 Sep 2017 08:50:24 +0100, by Yuya Nishihara
-
templatekw: rename peerpaths to peerurls per naming convention (BC)Mon, 18 Sep 2017 23:53:05 +0900, by Yuya Nishihara
-
templatekw: make experimental {peerpaths} return a single-level dict (BC)Mon, 18 Sep 2017 23:31:01 +0900, by Yuya Nishihara
-
templatekw: fix scope of peerpath url bound to generatorMon, 18 Sep 2017 23:49:05 +0900, by Yuya Nishihara
-
templater: extend dot operator as a short for get(dict, key)Mon, 18 Sep 2017 23:07:17 +0900, by Yuya Nishihara
-
templater: add dot operator to easily access a sub itemSat, 09 Sep 2017 19:32:56 +0900, by Yuya Nishihara
-
templater: wrap get/min/max result so map operation can apply to elementSat, 09 Sep 2017 19:13:25 +0900, by Yuya Nishihara
-
dispatch: move initialization of sys.std* filesMon, 02 Oct 2017 07:18:24 +0100, by Yuya Nishihara
-
py3: work around the scope of exception variable in dispatch.run()Mon, 02 Oct 2017 06:52:10 +0100, by Yuya Nishihara
-
chg: just forward --time to command serverSat, 07 Oct 2017 22:07:10 +0900, by Yuya Nishihara
-
windows: add an experimental option for long paths supportMon, 09 Oct 2017 02:30:23 -0700, by Kostia Balytskyi
-
configitems: register the 'experimental.graphstyle.grandparent' configSun, 08 Oct 2017 22:07:47 +0200, by Boris Feld
-
configitems: register the 'experimental.graphstyle.missing' configSun, 08 Oct 2017 22:07:21 +0200, by Boris Feld
-
configitems: register the 'experimental.graphstyle.parent' configSun, 08 Oct 2017 22:06:35 +0200, by Boris Feld
-
configitems: register the 'devel.empty-changegroup' configSun, 08 Oct 2017 21:41:37 +0200, by Boris Feld
-
configitems: register the 'devel.cache-vfs' configSun, 08 Oct 2017 21:41:22 +0200, by Boris Feld
-
configitems: register the 'devel.warn-config-default' configSun, 08 Oct 2017 21:36:26 +0200, by Boris Feld
-
configitems: register the 'devel.warn-config' configSun, 08 Oct 2017 21:41:10 +0200, by Boris Feld
-
configitems: register 'merge.checkunknown' and 'merge.checkignored'Sun, 08 Oct 2017 21:48:40 +0200, by Boris Feld
-
configitems: register the 'diff.*' configSun, 08 Oct 2017 21:47:14 +0200, by Boris Feld
-
configitems: register the 'experimental.mmapindexthreshold' configSun, 08 Oct 2017 20:43:46 +0200, by Boris Feld
-
configitems: register the 'experimental.maxdeltachainspan' configSun, 08 Oct 2017 20:42:19 +0200, by Boris Feld
-
configitems: register the 'commands.show.aliasprefix' configSun, 08 Oct 2017 20:16:09 +0200, by Boris Feld
-
configitems: register the 'blackbox.track' configSun, 08 Oct 2017 20:11:34 +0200, by Boris Feld
-
copies: add docs for config `experimental.copytrace.sourcecommitlimit`Sun, 08 Oct 2017 04:39:42 +0530, by Pulkit Goyal
-
hgweb: extract function for loading style from request contextThu, 05 Oct 2017 14:29:13 -0400, by Augie Fackler
-
request: coerce content-type to native strThu, 05 Oct 2017 14:27:21 -0400, by Augie Fackler
-
request: use trivial iterator over dictionary keysThu, 05 Oct 2017 14:26:09 -0400, by Augie Fackler
-
hgweb: when constructing or adding to a wsgi environ dict, use native strsThu, 05 Oct 2017 14:22:02 -0400, by Augie Fackler
-
hgweb: produce native string for etag valueThu, 05 Oct 2017 14:17:50 -0400, by Augie Fackler
-
hgweb: in protocol adapter, look for bytes instances, not strThu, 05 Oct 2017 14:13:20 -0400, by Augie Fackler
-
hgweb: in protocol adapter, avoid control reaching end of non-void functionThu, 05 Oct 2017 14:12:51 -0400, by Augie Fackler
-
test-check-code: fail new commits which use 'atexit' instead of 'ui.atexit'Thu, 05 Oct 2017 14:18:55 -0700, by Saurabh Singh
-
test-push-race: use 'ui.atexit' instead of python's 'atexit'Thu, 05 Oct 2017 20:46:49 +0000, by Saurabh Singh
-
py3: use '%d' for integers instead of '%s'Mon, 02 Oct 2017 04:48:06 +0530, by Pulkit Goyal
-
py3: fix keyword arguments handling in mqMon, 02 Oct 2017 04:46:17 +0530, by Pulkit Goyal
-
test-rebase-base: clarify it is about the "--base" flagThu, 05 Oct 2017 20:41:50 -0700, by Jun Wu
-
configitems: register the 'convert.p4.encoding' configFri, 30 Jun 2017 03:36:10 +0200, by Boris Feld
-
configitems: register the 'gpg.key' configFri, 30 Jun 2017 03:42:34 +0200, by Boris Feld
-
configitems: register the 'gpg.cmd' configFri, 30 Jun 2017 03:42:33 +0200, by Boris Feld
-
configitems: register the 'keywordset.svn' configFri, 30 Jun 2017 03:42:50 +0200, by Boris Feld
-
configitems: register the 'hgk.path' configFri, 30 Jun 2017 03:42:35 +0200, by Boris Feld
-
configitems: register the 'share.poolnaming' configFri, 30 Jun 2017 03:44:18 +0200, by Boris Feld
-
configitems: register the 'share.pool' configFri, 30 Jun 2017 03:44:17 +0200, by Boris Feld
-
configitems: register the 'shelve.maxbackups' configFri, 30 Jun 2017 03:44:19 +0200, by Boris Feld
-
configitems: register the 'pager.attend' configFri, 30 Jun 2017 03:43:33 +0200, by Boris Feld
-
configitems: register the 'perf.stub' configFri, 30 Jun 2017 03:43:46 +0200, by Boris Feld
-
configitems: register the 'commands.rebase.requiredest' configFri, 30 Jun 2017 03:32:25 +0200, by Boris Feld
-
configitems: register the 'experimental.rebaseskipobsolete' configFri, 30 Jun 2017 03:42:06 +0200, by Boris Feld
-
configitems: register the 'experimental.nonnormalparanoidcheck' configFri, 30 Jun 2017 03:41:49 +0200, by Boris Feld
-
configitems: register the 'experimental.allowdivergence' configFri, 30 Jun 2017 03:39:44 +0200, by Boris Feld
-
histedit: removing the experimental config 'histeditng'Thu, 05 Oct 2017 21:56:25 +0000, by Saurabh Singh
-
convert: fix the RevisionSpec import in the bzr moduleThu, 05 Oct 2017 00:48:44 +0000, by Saurabh Singh
-
test-annotate: fix up expected output for pureThu, 05 Oct 2017 15:12:11 -0400, by Augie Fackler
-
style: never use a space before a colon or commaFri, 29 Sep 2017 15:48:34 +0000, by Alex Gaynor
-
eol: make [eol] config section sensitive for chg confighashMon, 02 Oct 2017 19:25:11 -0700, by Jun Wu
-
test-alias: make it compatible with chgMon, 02 Oct 2017 16:48:58 -0700, by Jun Wu
-
serve: make tests compatible with chgWed, 04 Oct 2017 18:39:26 -0700, by Saurabh Singh
-
ui: convert to/from Optional[bytes] to Optional[str] in password managerSun, 01 Oct 2017 12:10:48 -0400, by Augie Fackler
-
tests: invoke run-tests.py in test-hghave using $PYTHON (issue5697) stableWed, 04 Oct 2017 09:04:52 -0400, by Augie Fackler
-
configitems: register the 'debug.dirstate.delaywrite' configFri, 30 Jun 2017 03:37:05 +0200, by Boris Feld
-
configitems: register the 'merge.preferancestor' configFri, 30 Jun 2017 03:43:13 +0200, by Boris Feld
-
configitems: register the 'email.from' configFri, 30 Jun 2017 03:39:10 +0200, by Boris Feld
-
configitems: register the 'smtp.port' configFri, 30 Jun 2017 03:44:24 +0200, by Boris Feld
-
configitems: register the 'phases.new-commit' configFri, 30 Jun 2017 03:43:48 +0200, by Boris Feld
-
configitems: register the 'experimental.histeditng' configFri, 30 Jun 2017 03:41:23 +0200, by Boris Feld
-
configitems: register the 'experimental.histedit.autoverb' configFri, 30 Jun 2017 03:41:19 +0200, by Boris Feld
-
configitems: register the 'histedit.singletransaction' configFri, 30 Jun 2017 03:42:40 +0200, by Boris Feld
-
configitems: register the 'histedit.linelen' configFri, 30 Jun 2017 03:42:39 +0200, by Boris Feld
-
configitems: register the 'histedit.dropmissing' configFri, 30 Jun 2017 03:42:38 +0200, by Boris Feld
-
configitems: register the 'histedit.defaultrev' configFri, 30 Jun 2017 03:42:37 +0200, by Boris Feld
-
configitems: register the 'transplant.log' configFri, 30 Jun 2017 03:44:30 +0200, by Boris Feld
-
configitems: register the 'transplant.filter' configFri, 30 Jun 2017 03:44:29 +0200, by Boris Feld
-
urllibcompat: move some adapters from pycompat to urllibcompatWed, 04 Oct 2017 11:58:00 -0400, by Augie Fackler
-
cleanup: use urllibcompat for renamed methods on urllib request objectsSun, 01 Oct 2017 12:14:21 -0400, by Augie Fackler
-
urllibcompat: new library to help abstract out some python3 urllib2 stuffSun, 01 Oct 2017 10:45:03 -0400, by Augie Fackler
-
test-devel-warnings: make the test compatible with chgWed, 04 Oct 2017 10:42:55 -0700, by Saurabh Singh
-
fsmonitor: use configitemSun, 01 Oct 2017 22:26:24 +0100, by Gregory Szorc
-
fsmonitor: access copymap in new locationSun, 01 Oct 2017 23:47:16 +0100, by Gregory Szorc
-
extdata: use subprocess so we don't have to chdir() manuallySun, 01 Oct 2017 12:12:56 +0100, by Yuya Nishihara
-
extdata: just use iterator to read lines one by oneSun, 01 Oct 2017 11:58:27 +0100, by Yuya Nishihara
-
extdata: ignore ambiguous identifier as wellSun, 01 Oct 2017 11:56:41 +0100, by Yuya Nishihara
-
templater: add experimental support for extdataSun, 01 Oct 2017 11:13:09 +0100, by Yuya Nishihara
-
revset: add experimental support for extdataSun, 01 Oct 2017 10:50:00 +0100, by Yuya Nishihara
-
extdata: add extdatasource readerTue, 13 Sep 2016 14:14:05 -0500, by Matt Mackall
-
tests: change to parent directory before all "hg init" in test-log.tWed, 04 Oct 2017 10:02:15 +0200, by Denis Laxalde
-
config: add a missing preparewrite() callTue, 03 Oct 2017 12:00:07 -0700, by Jun Wu
-
test-strip: make test compatible with chgTue, 03 Oct 2017 16:59:17 -0700, by Saurabh Singh
-
test-hook: make test compatible with chgTue, 03 Oct 2017 14:35:24 -0700, by Saurabh Singh
-
test-setdiscovery: make test compatible with chgTue, 03 Oct 2017 13:30:36 -0700, by Saurabh Singh
-
test-merge-subrepos: make test compatible with chgTue, 03 Oct 2017 13:05:58 -0700, by Saurabh Singh
-
test-convert-cvs: make test compatible with chgTue, 03 Oct 2017 12:49:28 -0700, by Saurabh Singh
-
test-basic: make test compatible with chgTue, 03 Oct 2017 12:09:23 -0700, by Saurabh Singh
-
zeroconf: do not crash if socket being read is closed by another threadMon, 02 Oct 2017 20:23:25 -0700, by Jun Wu
-
test-revlog-mmapindex: make it compatible with chgMon, 02 Oct 2017 19:31:33 -0700, by Jun Wu
-
test-profile: gate chg-incompatible part with '#if chg'Mon, 02 Oct 2017 19:10:32 -0700, by Jun Wu
-
test-logtoprocess: make it compatible with chgMon, 02 Oct 2017 18:22:43 -0700, by Jun Wu
-
test-globalopts: make the test compatible with chgTue, 03 Oct 2017 11:10:03 -0700, by Saurabh Singh
-
test-pager: make it compatible with chgMon, 02 Oct 2017 16:11:57 -0700, by Jun Wu
-
changelog: use a Factory for default value for filesMon, 02 Oct 2017 11:03:53 +0100, by Gregory Szorc
-
cext: wrap before brace for functionsMon, 02 Oct 2017 19:28:41 +0100, by Gregory Szorc
-
cext: put case statements on separate lineMon, 02 Oct 2017 19:09:52 +0100, by Gregory Szorc
-
cext: reorder #includeMon, 02 Oct 2017 19:06:00 +0100, by Gregory Szorc
-
cext: move braces for control statements to same lineMon, 02 Oct 2017 19:02:43 +0100, by Gregory Szorc
-
registrar: fixing typo in commentMon, 02 Oct 2017 19:17:04 +0100, by Saurabh Singh
-
style: never put multiple statements on one lineFri, 29 Sep 2017 15:49:20 +0000, by Alex Gaynor
-
annotate: mark lines affected by skip-annotate with *Mon, 02 Oct 2017 18:18:57 +0100, by Siddharth Agarwal
-
annotate: track whether a particular annotation was the result of a skipMon, 02 Oct 2017 02:34:47 -0700, by Siddharth Agarwal
-
annotate: introduce attr for storing per-line annotate dataMon, 02 Oct 2017 02:34:47 -0700, by Siddharth Agarwal
-
context: rename local 'attr' to 'attr_'Mon, 02 Oct 2017 02:34:47 -0700, by Siddharth Agarwal
-
annotate: move annotatepair unit tests to a separate fileMon, 02 Oct 2017 02:34:47 -0700, by Siddharth Agarwal
-
check-code: allow an exception for camelcase where requiredMon, 02 Oct 2017 02:34:47 -0700, by Siddharth Agarwal
-
url: use native strings for header valuesSun, 01 Oct 2017 12:16:34 -0400, by Augie Fackler
-
keepalive: python 3 portability tweaksSun, 01 Oct 2017 12:15:53 -0400, by Augie Fackler
-
httppasswordmgrdbproxy: specify exact argumentsSun, 01 Oct 2017 07:29:51 -0400, by Augie Fackler
-
formatter: fix default list/dict generator to be evaluated more than onceSun, 01 Oct 2017 08:37:04 +0100, by Yuya Nishihara
-
doctest: drop hack to run py2/3 tests selectivelyWed, 27 Sep 2017 21:38:48 +0900, by Yuya Nishihara
-
docker: try to follow the best practices for writing DockerfilesSun, 01 Oct 2017 01:02:22 +0200, by muxator
-
effectflag: document effect flagThu, 24 Aug 2017 18:40:30 +0200, by Boris Feld
-
effectflag: detect when diff changedThu, 06 Jul 2017 15:00:07 +0200, by Boris Feld
-
effectflag: detect when meta changedThu, 06 Jul 2017 14:58:44 +0200, by Boris Feld
-
effectflag: detect when parents changedThu, 06 Jul 2017 14:56:16 +0200, by Boris Feld
-
effectflag: detect when branch changedThu, 06 Jul 2017 14:55:12 +0200, by Boris Feld
-
effectflag: detect when date changedThu, 06 Jul 2017 14:54:22 +0200, by Boris Feld
-
effectflag: detect when user changedThu, 06 Jul 2017 14:53:48 +0200, by Boris Feld
-
effectflag: detect when description changedThu, 06 Jul 2017 14:52:34 +0200, by Boris Feld
-
tests: add tests for effect flagsThu, 06 Jul 2017 14:51:08 +0200, by Boris Feld
-
effectflag: store an empty effect flag for the momentThu, 06 Jul 2017 14:50:17 +0200, by Boris Feld
-
configitems: register the 'profiling.type' configFri, 30 Jun 2017 03:44:00 +0200, by Boris Feld
-
configitems: register the 'profiling.showmin' configFri, 30 Jun 2017 03:43:57 +0200, by Boris Feld
-
configitems: register the 'profiling.showmax' configFri, 30 Jun 2017 03:43:56 +0200, by Boris Feld
-
configitems: register the 'profiling.output' configFri, 30 Jun 2017 03:43:55 +0200, by Boris Feld
-
dirstate: implement __len__ on dirstatemap (issue5695)Sun, 01 Oct 2017 16:46:02 +0100, by Simon Whitaker
-
obsmarker: crash more helpfully when metadata fields are >255bytes (issue5681)Sun, 01 Oct 2017 12:54:35 +0100, by Simon Whitaker
-
deb: build and install chgSun, 01 Oct 2017 03:31:32 -0700, by Kyle Lippincott
-
deb: install zsh completions to /usr/share/zsh/vendor-completionsSun, 01 Oct 2017 02:53:10 -0700, by Kyle Lippincott
-
releasenotes: display release notes when no filename is specifiedSun, 01 Oct 2017 14:37:50 +0100, by Rishabh Madan
-
hgweb: use parsebool for parsing diff query string optionsSun, 01 Oct 2017 12:29:33 +0100, by Gregory Szorc
-
hgweb: remove extra </div>Sun, 01 Oct 2017 14:02:47 +0100, by Gregory Szorc
-
tests: add "have" check for dpkg builddepsSun, 01 Oct 2017 05:21:32 -0700, by Kyle Lippincott
-
tests: expect parsers.so in cext, parsers.py in pure (test-debian-packages)Sun, 01 Oct 2017 04:37:56 -0700, by Kyle Lippincott
-
hghave: check for debuild being installed as wellSun, 01 Oct 2017 04:10:01 -0700, by Kyle Lippincott
-
changelog: use attrs instead of namedtupleSun, 01 Oct 2017 03:24:20 -0700, by Siddharth Agarwal
-
thirdparty: vendor attrsSun, 01 Oct 2017 04:14:16 -0700, by Siddharth Agarwal
-
python3: don't byte mangle third-party packagesSun, 01 Oct 2017 04:04:18 -0700, by Siddharth Agarwal
-
tests: disable lints on mercurial/thirdpartySun, 01 Oct 2017 03:24:19 -0700, by Siddharth Agarwal
-
hghave: fix dpkg --version check to work on recent dpkg versionsSun, 01 Oct 2017 03:48:28 -0700, by Kyle Lippincott
-
commands: rename clone --uncompressed to --stream and documentSun, 01 Oct 2017 11:29:20 +0100, by Gregory Szorc
-
commands: remove suggestion to clone via `cp -al`Sun, 01 Oct 2017 10:17:11 +0100, by Gregory Szorc
-
hgweb: add HTML elements to control whitespace settings for annotateSat, 30 Sep 2017 09:01:36 +0100, by Gregory Szorc
-
hgweb: query string arguments to control whitespace for annotateSat, 30 Sep 2017 09:08:01 +0100, by Gregory Szorc
-
tests: add tests for hgweb annotate outputSat, 30 Sep 2017 09:07:00 +0100, by Gregory Szorc
-
obsolete: clean createmarkers part about operationThu, 06 Jul 2017 14:46:07 +0200, by Boris Feld
-
treediscovery: update test expectationSat, 30 Sep 2017 12:58:06 -0400, by Augie Fackler
-
tests: update some clonebundles expectations to pass on both pure and non-pureSat, 30 Sep 2017 12:57:00 -0400, by Augie Fackler
-
merge with stableSun, 01 Oct 2017 10:41:39 +0100, by Kevin Bullock
-
contrib: add a check to check-code to ban superfluous pass statementsFri, 29 Sep 2017 11:55:44 -0400, by Augie Fackler
-
posix: replace superfluous pass statement with explicit returnSat, 30 Sep 2017 07:45:18 -0400, by Augie Fackler
-
subrepo: remove superfluous pass statementsSat, 30 Sep 2017 07:45:51 -0400, by Augie Fackler
-
registrar: remove superfluous pass statementsSat, 30 Sep 2017 07:45:41 -0400, by Augie Fackler
-
patch: remove superfluous pass statementsSat, 30 Sep 2017 07:45:07 -0400, by Augie Fackler
-
obsolete: remove superfluous pass statementsSat, 30 Sep 2017 07:44:55 -0400, by Augie Fackler
-
match: remove superfluous pass statementsSat, 30 Sep 2017 07:44:45 -0400, by Augie Fackler
-
localrepo: remove superfluous pass statementsSat, 30 Sep 2017 07:44:34 -0400, by Augie Fackler
-
hgweb: remove superfluous pass statementsSat, 30 Sep 2017 07:44:20 -0400, by Augie Fackler
-
formatter: remove superfluous pass statementsSat, 30 Sep 2017 07:44:08 -0400, by Augie Fackler
-
exchange: remove superfluous pass statementsSat, 30 Sep 2017 07:43:53 -0400, by Augie Fackler
-
commandserver: remove superfluous pass statementsSat, 30 Sep 2017 07:43:40 -0400, by Augie Fackler
-
cmdutil: remove superfluous pass statementsSat, 30 Sep 2017 07:43:26 -0400, by Augie Fackler
-
byterange: remove superfluous pass statementsSat, 30 Sep 2017 07:43:11 -0400, by Augie Fackler
-
branchmap: remove superfluous pass statementsSat, 30 Sep 2017 07:42:59 -0400, by Augie Fackler
-
convert: remove superfluous pass statementsSat, 30 Sep 2017 07:42:47 -0400, by Augie Fackler
-
bugzilla: remove superfluous pass statementsFri, 29 Sep 2017 11:55:26 -0400, by Augie Fackler
-
merge with stableSat, 30 Sep 2017 07:52:48 -0700, by Martin von Zweigbergk
-
copytrace: use ctx.mutable() instead of adhoc constant of non-public phasesFri, 22 Sep 2017 22:45:02 +0900, by Yuya Nishihara
-
exchange: fix test for remote support of binary phasesSat, 30 Sep 2017 10:09:29 +0100, by Boris Feld
-
exchange: perform stream clone with clone bundle with --uncompressedThu, 28 Sep 2017 15:24:54 +0100, by Gregory Szorc
-
tests: add tests for clone bundles with --uncompressedThu, 28 Sep 2017 12:17:30 +0200, by Gregory Szorc
-
py3: work around bytes/unicode divergence in parsedate()Wed, 27 Sep 2017 19:27:41 +0900, by Yuya Nishihara
-
py3: replace bytes[n] with slicing in checkwinfilename()Wed, 27 Sep 2017 19:13:43 +0900, by Yuya Nishihara
-
py3: manually escape control character to be embedded in win filename errorWed, 27 Sep 2017 19:11:28 +0900, by Yuya Nishihara
-
py3: replace str(None) with literal in convcmd.pyWed, 27 Sep 2017 19:08:23 +0900, by Yuya Nishihara
-
py3: remove use of str() in hgwebdirWed, 27 Sep 2017 19:04:32 +0900, by Yuya Nishihara
-
config: use copy-on-write to improve copy performanceWed, 27 Sep 2017 18:07:48 -0700, by Jun Wu
-
rebase: move bookmarks with --keep (issue5682) stable 4.3.3Mon, 18 Sep 2017 10:54:00 -0700, by Jun Wu
-
cleanupnodes: rename "mapping" to "replacements" stableWed, 20 Sep 2017 09:32:26 -0700, by Martin von Zweigbergk
-
cleanupnodes: separate out bookmark destination calculation from actual update stableWed, 20 Sep 2017 09:10:43 -0700, by Martin von Zweigbergk
-
ui: check for progress singleton when clearing progress bar (issue5684) stableWed, 20 Sep 2017 09:55:52 -0700, by Mark Thomas
-
py3: whitelist 15 more tests passing on Python 3Sat, 30 Sep 2017 18:19:14 +0530, by Pulkit Goyal
-
py3: use pycompat.bytestr instead of strSat, 30 Sep 2017 15:48:08 +0530, by Pulkit Goyal
-
py3: explicitly convert dict.keys() and dict.items() into a listSat, 30 Sep 2017 15:45:15 +0530, by Pulkit Goyal
-
py3: use '%d' instead of '%s' for integersSat, 30 Sep 2017 18:02:53 +0530, by Pulkit Goyal
-
py3: use pycompat.strkwargs() before passing a dict as keyword argumentSat, 30 Sep 2017 15:46:36 +0530, by Pulkit Goyal
-
py3: return False early while checking whether None is a key in lazymanifestSat, 30 Sep 2017 05:22:22 +0530, by Pulkit Goyal
-
dirstate: use keyword arguments to clarify status()'s callersFri, 29 Sep 2017 14:49:05 -0700, by Martin von Zweigbergk
-
dirstate: use keyword arguments to clarify walk()'s callersFri, 29 Sep 2017 14:19:36 -0700, by Martin von Zweigbergk
-
perf: remove fallbacks to ancient versions of dirstate.walk()Fri, 29 Sep 2017 14:23:41 -0700, by Martin von Zweigbergk
-
releasenotes: update docstrings with information on additional flagsTue, 29 Aug 2017 00:21:25 +0530, by Rishabh Madan
-
releasenotes: raise error on simultaneous usage of flagsThu, 28 Sep 2017 13:22:58 +0530, by Rishabh Madan
-
dirstate: move parents source of truth to dirstatemapTue, 26 Sep 2017 03:56:20 -0700, by Durham Goode
-
dirstate: move parent reading to the dirstatemap classTue, 26 Sep 2017 03:56:20 -0700, by Durham Goode
-
dirstate: move opendirstatefile to dirstatemapTue, 26 Sep 2017 03:56:20 -0700, by Durham Goode
-
dirstate: move _copymap to dirstatemapTue, 26 Sep 2017 03:56:20 -0700, by Durham Goode
-
dirstate: move _dirs to dirstatemapTue, 26 Sep 2017 03:56:20 -0700, by Durham Goode
-
dirstate: move filefoldmap to dirstatemapTue, 26 Sep 2017 03:56:20 -0700, by Durham Goode
-
dirstate: move nonnormalentries to dirstatemapTue, 26 Sep 2017 03:56:20 -0700, by Durham Goode
-
dirstate: create new dirstatemap classTue, 26 Sep 2017 03:56:20 -0700, by Durham Goode
-
style: always use `x is not None` instead of `not x is None`Fri, 29 Sep 2017 15:49:43 +0000, by Alex Gaynor
-
templatekw: add new-style template expansion to {manifest}Sun, 24 Apr 2016 18:41:23 +0900, by Yuya Nishihara
-
templater: adjust binding strength of '%' and '|' operators (BC)Mon, 24 Apr 2017 21:37:11 +0900, by Yuya Nishihara
-
templatekw: just pass underlying value (or key) to joinfmt() functionSun, 24 Sep 2017 15:22:46 +0900, by Yuya Nishihara
-
scmutil: extract helper functions that returns human-readable change idSun, 24 Sep 2017 12:43:57 +0900, by Yuya Nishihara
-
templater: extract helper to just evaluate template expressionSat, 02 Sep 2017 23:13:54 +0900, by Yuya Nishihara
-
templater: do not destructure operands in buildmap()Sat, 02 Sep 2017 23:09:34 +0900, by Yuya Nishihara
-
templater: use helper function to get name of non-iterable keywordSat, 09 Sep 2017 19:01:18 +0900, by Yuya Nishihara
-
pull: remove inadequate use of operations records to update stepdoneTue, 26 Sep 2017 15:55:01 +0200, by Boris Feld
-
pull: use 'phase-heads' to retrieve phase informationSun, 24 Sep 2017 21:27:18 +0200, by Boris Feld
-
bundle2: only grab a transaction when 'phase-heads' affect the repositoryWed, 20 Sep 2017 18:29:10 +0200, by Boris Feld
-
phases: move the binary decoding function in the phases moduleTue, 19 Sep 2017 22:23:41 +0200, by Boris Feld
-
phases: move binary encoding into a reusable functionTue, 19 Sep 2017 22:01:31 +0200, by Boris Feld
-
phases: use a Struct object for binary encoding and decodingTue, 19 Sep 2017 22:08:09 +0200, by Boris Feld
-
discovery: avoid dropping remote heads hidden locallyWed, 20 Sep 2017 05:47:33 +0200, by Boris Feld
-
test-patchbomb: use mocktimeFri, 29 Sep 2017 11:41:24 -0700, by Jun Wu
-
test-patchbomb: fix the testThu, 28 Sep 2017 10:37:53 -0700, by Jun Wu
-
progress: make ETA only consider progress made in the last minuteWed, 27 Sep 2017 15:14:59 -0700, by Jun Wu
-
progress: remove progress.estimate configWed, 27 Sep 2017 14:30:58 -0700, by Jun Wu
-
progress: demonstrate non-linear progress has a bad ETA experienceTue, 26 Sep 2017 12:48:15 -0700, by Jun Wu