Mercurial > hg
graph
-
exewrapper: convert to _tcsxxx functions for Unicode compatabilityFri, 19 Oct 2018 18:32:13 -0400, by Matt Harbison
-
exewrapper: drop an unused variableFri, 19 Oct 2018 18:23:14 -0400, by Matt Harbison
-
commands: restore compatibility for "^cmd" registration (issue6005)Thu, 18 Oct 2018 21:14:22 +0900, by Yuya Nishihara
-
exchangev2: support fetching shallow files historyFri, 19 Oct 2018 12:30:49 +0200, by Gregory Szorc
-
sqlitestore: support for storing revisions without their parentsWed, 17 Oct 2018 17:32:15 +0200, by Gregory Szorc
-
wireprotov2: support exposing linknode of file revisionsFri, 19 Oct 2018 15:38:25 +0200, by Gregory Szorc
-
localrepo: support marking repos as having shallow file storageFri, 19 Oct 2018 14:59:03 +0200, by Gregory Szorc
-
repository: teach addgroup() to receive data with missing parentsWed, 26 Sep 2018 14:41:15 -0700, by Gregory Szorc
-
commands: support passing depth to hg.clone()Fri, 19 Oct 2018 13:44:25 +0200, by Gregory Szorc
-
filelog: add a hasnode() method (API)Wed, 03 Oct 2018 14:57:29 -0700, by Gregory Szorc
-
lfs: consult the narrow matcher when extracting pointers from ctx (issue5794)Sun, 21 Oct 2018 22:26:00 -0400, by Matt Harbison
-
statprof: fix overflow while skipping boilerplate partsSat, 20 Oct 2018 20:25:56 +0900, by Yuya Nishihara
-
statprof: fix indent level of fp.write() (issue6004)Sat, 20 Oct 2018 20:15:48 +0900, by Yuya Nishihara
-
py3: stringify setupversion on WindowsFri, 19 Oct 2018 22:31:47 -0400, by Matt Harbison
-
tests: add coverage for some untested areas of hgwebFri, 19 Oct 2018 23:47:38 -0400, by Matt Harbison
-
statprof: update the name as the i increases (issue6003)Fri, 19 Oct 2018 23:30:56 +0300, by Pulkit Goyal
-
test: show more profile lines in test-profile.tFri, 19 Oct 2018 23:18:29 +0300, by Pulkit Goyal
-
keepalive: use getattr to avoid AttributeErrors when vcr is in useFri, 19 Oct 2018 11:45:51 -0400, by Augie Fackler
-
phabricator: do more of the VCR work in demandimport.deactivated()Fri, 19 Oct 2018 11:45:25 -0400, by Augie Fackler
-
tests: sleep longer in test-logtoprocess.tFri, 19 Oct 2018 11:28:29 -0400, by Augie Fackler
-
tests: fix pyflakes warning in test-duplicateoptions.pyFri, 19 Oct 2018 11:31:18 -0400, by Augie Fackler
-
branchmap: avoid changelog and attribute lookups in replacecache()Fri, 19 Oct 2018 16:34:45 +0200, by Gregory Szorc
-
branchmap: pass changelog into branchmap functionsFri, 19 Oct 2018 16:16:17 +0200, by Gregory Szorc
-
fuzz: move many initialization steps into LLVMFuzzerInitializeThu, 18 Oct 2018 16:36:10 -0400, by Augie Fackler
-
bundle2: fix broken compression engine assertionThu, 17 Nov 2016 15:51:33 -0800, by Martin von Zweigbergk
-
tests: glob over a difference between Windows 7 and Window 10Thu, 18 Oct 2018 17:54:07 -0400, by Matt Harbison
-
py3: fix module imports in test-highlight.tThu, 18 Oct 2018 18:11:16 -0400, by Matt Harbison
-
py3: fix module imports in tests, as flagged by test-check-module-imports.tWed, 17 Oct 2018 23:33:43 -0400, by Matt Harbison
-
lfs: don't add extension to hgrc after conversion (BC)Thu, 18 Oct 2018 21:55:47 -0400, by Matt Harbison
-
addremove: add "ui." prefix to message color keysThu, 18 Oct 2018 21:00:07 +0900, by Yuya Nishihara
-
update: clarify update() call sites by specifying argument namesThu, 09 Feb 2017 09:17:40 -0800, by Martin von Zweigbergk
-
debugcommands: avoid stack trace from debugindexstats in pure modeThu, 18 Oct 2018 10:11:08 -0700, by Martin von Zweigbergk
-
tests: fix up pure case of test-sqlitestore.tThu, 18 Oct 2018 11:24:20 -0400, by Augie Fackler
-
tests: don't emit false failures when sqlite3 is missingThu, 18 Oct 2018 11:14:04 -0400, by Augie Fackler
-
py3: get around IOError variants in test-commandserver.tTue, 16 Oct 2018 08:48:23 +0200, by Yuya Nishihara
-
py3: don't use traceback.print_exc() in commandserver.pyTue, 16 Oct 2018 08:41:58 +0200, by Yuya Nishihara
-
py3: invalidate repository cache with system-string keysTue, 16 Oct 2018 08:29:24 +0200, by Yuya Nishihara
-
py3: system-stringify file mode in commandserver.pyTue, 16 Oct 2018 08:20:03 +0200, by Yuya Nishihara
-
py3: alias next to __next__ in commandserver.pyTue, 16 Oct 2018 07:57:40 +0200, by Yuya Nishihara
-
py3: system-stringify list of attributes to be forwarded from commandserver.pyTue, 16 Oct 2018 07:57:05 +0200, by Yuya Nishihara
-
py3: import StringIO from test utility to test-commandserver.tTue, 16 Oct 2018 07:52:56 +0200, by Yuya Nishihara
-
py3: use bprint() helper in test-commandserver.tTue, 16 Oct 2018 07:38:31 +0200, by Yuya Nishihara
-
py3: byte-stringify most literals in test-commandserver.tTue, 16 Oct 2018 07:35:29 +0200, by Yuya Nishihara
-
localrepo: ensure we properly %-format int in exception throwSun, 14 Oct 2018 09:50:21 -0400, by Augie Fackler
-
py3: add a r'' prefix in mercurial/exchange.pyThu, 18 Oct 2018 14:41:14 +0300, by Pulkit Goyal
-
py3: add 5 new passing tests to whitelist caught by buildbotThu, 18 Oct 2018 14:37:38 +0300, by Pulkit Goyal
-
py3: fix test-import-context.tWed, 17 Oct 2018 21:54:49 -0400, by Matt Harbison
-
py3: restore perfstartup() prior to b456b2e0ad9f on WindowsMon, 15 Oct 2018 22:02:10 -0400, by Matt Harbison
-
help: document the server capabilities added by the LFS extensionWed, 17 Oct 2018 21:05:43 -0400, by Matt Harbison
-
py3: fix test-propertycache.py on WindowsThu, 27 Sep 2018 21:54:13 -0400, by Matt Harbison
-
commands: adjust metavariables as appropriateWed, 17 Oct 2018 21:00:36 +0800, by Anton Shestakov
-
match: fix up a repr to not crash on Python 3Sun, 14 Oct 2018 11:16:22 -0400, by Augie Fackler
-
narrow: when widening, don't include manifests the client already hasFri, 05 Oct 2018 11:07:34 -0700, by Martin von Zweigbergk
-
tests: add test for widening from an empty cloneWed, 17 Oct 2018 09:30:07 -0700, by Martin von Zweigbergk
-
subrepo: access status members by name instead of by positionWed, 17 Oct 2018 11:43:39 -0700, by Martin von Zweigbergk
-
revisions: when using prefixhexnode, ensure we prefix "0"Tue, 16 Oct 2018 07:21:00 -0700, by Kyle Lippincott
-
store: pass matcher to store.datafiles()Wed, 03 Oct 2018 16:45:24 +0300, by Pulkit Goyal
-
streamclone: pass narrowing related info in _walkstreamfiles()Wed, 03 Oct 2018 17:59:05 +0300, by Pulkit Goyal
-
streamclone: new server config and some API changes for narrow stream clonesWed, 26 Sep 2018 17:20:04 +0300, by Pulkit Goyal
-
narrow: only send the narrowspecs back if ACL in playWed, 10 Oct 2018 17:36:59 +0300, by Pulkit Goyal
-
zsh_completion: add -l/--list flag for hg bookmarks completionWed, 17 Oct 2018 22:32:50 +0800, by Anton Shestakov
-
zsh_completion: fix a couple of flags still not being perfectWed, 17 Oct 2018 22:31:34 +0800, by Anton Shestakov
-
zsh_completion: use $_hg_remote_opts after it is definedWed, 17 Oct 2018 22:27:10 +0800, by Anton Shestakov
-
tests: fix "running x tests using y ... " output in a few more placesWed, 17 Oct 2018 11:56:03 -0700, by Martin von Zweigbergk
-
py3: fix test-hardlinks.tSun, 14 Oct 2018 09:34:21 +0000, by Mark Thomas
-
exchange: support declaring pull depthFri, 14 Sep 2018 14:56:13 -0700, by Gregory Szorc
-
exchangev2: support for calling rawstorefiledata to retrieve raw filesWed, 17 Oct 2018 10:10:05 +0200, by Gregory Szorc
-
wireprotov2: implement command for retrieving raw store filesTue, 16 Oct 2018 21:31:21 +0200, by Gregory Szorc
-
wireprotov2: add response type that serializes to indefinite length bytestringTue, 16 Oct 2018 21:35:33 +0200, by Gregory Szorc
-
exchangev2: recognize narrow patterns when pullingWed, 26 Sep 2018 14:38:43 -0700, by Gregory Szorc
-
sqlitestore: file storage backend using SQLiteTue, 09 Oct 2018 08:50:13 -0700, by Gregory Szorc
-
storageutil: extract most of peek_censored from revlogTue, 16 Oct 2018 15:36:19 +0200, by Gregory Szorc
-
lfs: autoload the extension when cloning from repo with lfs enabledThu, 20 Sep 2018 17:27:01 -0700, by Matt Harbison
-
testing: switch to inserting deltasTue, 16 Oct 2018 16:24:46 +0200, by Gregory Szorc
-
testing: remove expectation of error on bad node insertTue, 16 Oct 2018 15:24:06 +0200, by Gregory Szorc
-
storageutil: convert fileid to bytes to avoid cast to %sTue, 16 Oct 2018 17:45:39 +0200, by Gregory Szorc
-
tests: use byte literals in test-storage.pyTue, 16 Oct 2018 17:48:28 +0200, by Gregory Szorc
-
py3: byte-stringify literals in test-keyword.tTue, 16 Oct 2018 07:19:38 +0200, by Yuya Nishihara
-
py3: flush std streams before/after running user code in heredoctest.pyTue, 16 Oct 2018 07:18:30 +0200, by Yuya Nishihara
-
py3: rewrite StringIO fallback for Python 3Tue, 16 Oct 2018 08:06:17 +0200, by Yuya Nishihara
-
py3: reinvent print() function for contrib/hgclient.pyTue, 16 Oct 2018 07:04:07 +0200, by Yuya Nishihara
-
py3: work around unicode stdio streams in contrib/hgclient.pyTue, 16 Oct 2018 07:08:12 +0200, by Yuya Nishihara
-
py3: convert string literals to bytes in contrib/hgclient.pyTue, 16 Oct 2018 07:00:41 +0200, by Yuya Nishihara
-
merge with stableTue, 16 Oct 2018 08:16:11 -0400, by Augie Fackler
-
branchmap: remove redundant sortFri, 31 Aug 2018 19:58:41 +0100, by Martijn Pieters
-
revset: drop special case of 'revset(...)' function in analyzeThu, 11 Oct 2018 03:15:04 +0200, by Boris Feld
-
revset: document the `revset(...)` syntaxThu, 11 Oct 2018 03:13:53 +0200, by Boris Feld
-
check-commit: update test expectation per removal of "double empty line" ruleTue, 16 Oct 2018 12:39:21 +0200, by Yuya Nishihara
-
style: drop requirement to only use single lines between top-level objectsSun, 14 Oct 2018 15:40:16 +0200, by Martijn Pieters
-
py3: byteify extension in test-relink.tSun, 14 Oct 2018 13:05:53 -0400, by Matt Harbison
-
f: fix a Python 3 bytes/string issueSat, 13 Oct 2018 04:20:22 -0400, by Augie Fackler
-
tests: use regex instead of Python versions for archive hash changesSun, 14 Oct 2018 08:55:30 -0400, by Augie Fackler
-
notify: a ton of encoding dancing to deal with the email moduleSun, 14 Oct 2018 05:29:00 -0400, by Augie Fackler
-
tests: add missing b prefix in test-context-metadata.tSun, 14 Oct 2018 11:06:21 -0400, by Augie Fackler
-
context: raise runtime errors with sysstrsSun, 14 Oct 2018 11:05:41 -0400, by Augie Fackler
-
rust: rustfmt config for hg-direct-ffiMon, 15 Oct 2018 11:16:12 +0200, by Georges Racinet
-
rust: rustlazyancestors.__contains__Mon, 08 Oct 2018 19:11:41 +0200, by Georges Racinet
-
help: fix a missing quote character in ui.tweakdefaultsSun, 14 Oct 2018 01:39:22 -0400, by Matt Harbison
-
rust: hooking into Python codeThu, 27 Sep 2018 16:55:44 +0200, by Georges Racinet
-
py3: fix test-propertycache.pySun, 14 Oct 2018 14:10:38 +0000, by Mark Thomas
-
py3: fix test-dirstate-race.tSun, 14 Oct 2018 14:02:32 +0000, by Mark Thomas
-
help: adding a proper declaration for shortlist/basic commands (API)Fri, 12 Oct 2018 18:49:11 +0200, by Rodrigo Damazio
-
help: assigning topic categoriesFri, 12 Oct 2018 18:06:32 +0200, by Rodrigo Damazio
-
help: assigning categories to existing commandsSat, 13 Oct 2018 02:17:41 -0700, by rdamazio
-
help: splitting the topics by categoryFri, 12 Oct 2018 17:57:36 +0200, by Rodrigo Damazio
-
help: adding support for command categoriesSat, 13 Oct 2018 05:03:50 -0700, by rdamazio
-
notify: just use email.errorsSun, 14 Oct 2018 13:35:47 +0200, by Yuya Nishihara
-
rust-chg: add struct holding information needed to spawn server processSat, 06 Oct 2018 21:13:59 +0900, by Yuya Nishihara
-
rust-chg: install logger if $CHGDEBUG is setSun, 07 Oct 2018 11:32:42 +0900, by Yuya Nishihara
-
rust-chg: depend on log and tokio_timerSat, 06 Oct 2018 20:07:11 +0900, by Yuya Nishihara
-
rust-chg: suppress panic while writing chg error to stderrSun, 07 Oct 2018 20:55:51 +0900, by Yuya Nishihara
-
logcmdutil: add a helpful assertion to catch mistyped templates earlySun, 14 Oct 2018 04:37:25 -0400, by Augie Fackler
-
notify: adapt to new location of email module's errorsSun, 14 Oct 2018 05:28:01 -0400, by Augie Fackler
-
notify: add some b prefixesSun, 14 Oct 2018 04:33:47 -0400, by Augie Fackler
-
py3: fix test-diff-color.tSun, 14 Oct 2018 09:24:36 +0000, by Mark Thomas
-
py3: fix test-revlog.tSun, 14 Oct 2018 09:07:43 +0000, by Mark Thomas
-
fuzz: try *even harder* to prevent Python from looking up usernamesSun, 14 Oct 2018 04:11:35 -0400, by Augie Fackler
-
wireproto: fix incorrect function name in docstringSun, 14 Oct 2018 03:42:43 -0400, by Connor Sheehan
-
py3: fix test-status.tSat, 13 Oct 2018 15:32:52 +0000, by Mark Thomas
-
formatter: make debug output prettierSun, 14 Oct 2018 07:25:01 +0200, by Yuya Nishihara