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