Mercurial > hg
graph
-
tests: conditionalize test-stream-bundle-v2 for WindowsFri, 30 Mar 2018 20:53:36 -0400, by Matt Harbison
-
templatefuncs: add mailmap template functionMon, 19 Mar 2018 11:16:21 -0400, by Connor Sheehan
-
extdiff: document that it copies modified files back to working directoryFri, 30 Mar 2018 12:16:46 -0700, by Kyle Lippincott
-
zope: force module import by importing symbolsFri, 30 Mar 2018 13:39:06 -0700, by Gregory Szorc
-
fix: remove unused importsFri, 30 Mar 2018 13:17:20 -0700, by Danny Hooper
-
infinitepush: introduce server option to route every push to bundlestoreTue, 27 Mar 2018 17:26:43 +0530, by Pulkit Goyal
-
infinitepush: don't wrap bundle2.processparts while calling `hg unbundle`Tue, 27 Mar 2018 17:19:02 +0530, by Pulkit Goyal
-
inifnitepush: use utils.{stringutil|procutil}.* instead of util.*Tue, 27 Mar 2018 14:15:42 +0530, by Pulkit Goyal
-
infinitepush: delete the non-forward-move flag for hg pushFri, 30 Mar 2018 12:50:06 -0700, by Pulkit Goyal
-
infinitepush: drop the wrapping of update command on client sideWed, 21 Mar 2018 19:23:10 +0530, by Pulkit Goyal
-
infinitepush: delete infinitepushcommands.py and related testsFri, 30 Mar 2018 12:49:50 -0700, by Pulkit Goyal
-
infinitepush: delete infinitepush.fillmetadatabranchpattern config optionTue, 27 Mar 2018 18:04:05 +0530, by Pulkit Goyal
-
infinitepush: drop the `--to` flag to push and use `-B` insteadFri, 09 Feb 2018 15:49:46 +0530, by Pulkit Goyal
-
infinitepush: drop the `--create` flag to push commandFri, 09 Feb 2018 14:16:03 +0530, by Pulkit Goyal
-
infinitepush: drop logic related to treemanifest extensionFri, 09 Feb 2018 14:02:03 +0530, by Pulkit Goyal
-
infinitepush: drop hack related to --to, --create flags of remotenames-extFri, 09 Feb 2018 13:56:09 +0530, by Pulkit Goyal
-
infinitepush: drop error handling while pushing to svn serverFri, 09 Feb 2018 13:50:16 +0530, by Pulkit Goyal
-
infinitepush: drop `--list-remote`, `--remote-path` flags to bookmark cmdFri, 09 Feb 2018 13:36:50 +0530, by Pulkit Goyal
-
infinitepush: drop the scratchbookmarksparttype bundle2 partThu, 08 Feb 2018 17:27:47 +0530, by Pulkit Goyal
-
infinitepush: remove wrapping around bundle2._addpartsfromopts()Thu, 08 Feb 2018 17:18:28 +0530, by Pulkit Goyal
-
infinitepush: delete the bundle2 part ordering related to pushrebaseThu, 08 Feb 2018 17:12:53 +0530, by Pulkit Goyal
-
infinitepush: delete the hack to load the extension after remotenamesThu, 08 Feb 2018 17:09:24 +0530, by Pulkit Goyal
-
infinitepush: drop the logic related to inhibit extensionSat, 03 Feb 2018 17:59:49 +0530, by Pulkit Goyal
-
infinitepush: remove backupcommands.pySat, 03 Feb 2018 17:54:55 +0530, by Pulkit Goyal
-
infinitepush: move the extension to core from fb-hgextFri, 09 Feb 2018 13:39:15 +0530, by Pulkit Goyal
-
narrow: use repo.local() instead of isinstance()Fri, 30 Mar 2018 11:15:58 -0700, by Martin von Zweigbergk
-
tests: add zope.interface to clang-format ignore listFri, 30 Mar 2018 11:33:21 -0700, by Gregory Szorc
-
contrib: rename clang-format-blacklist to clang-format-ignorelistFri, 30 Mar 2018 11:35:17 -0700, by Gregory Szorc
-
fix: new extension for automatically modifying file contentsSat, 03 Mar 2018 14:08:44 -0800, by Danny Hooper
-
tests: ignore zope packages when running pyflakesFri, 30 Mar 2018 11:11:42 -0700, by Gregory Szorc
-
repository: define interface for local repositoriesWed, 21 Mar 2018 19:48:36 -0700, by Gregory Szorc
-
setup: register zope.interface packages and compile C extensionWed, 21 Mar 2018 18:32:47 -0700, by Gregory Szorc
-
thirdparty: allow zope.interface.advice to be lazily importedWed, 21 Mar 2018 18:13:40 -0700, by Gregory Szorc
-
thirdparty: port zope.interface to relative importsWed, 21 Mar 2018 19:52:30 -0700, by Gregory Szorc
-
thirdparty: don't make zope a namespace packageWed, 21 Mar 2018 19:49:07 -0700, by Gregory Szorc
-
thirdparty: vendor zope.interface 4.4.3Wed, 21 Mar 2018 19:48:50 -0700, by Gregory Szorc
-
context: set repo property in basectxThu, 29 Mar 2018 23:05:41 -0700, by Martin von Zweigbergk
-
context: move reuse of context object to repo.__getitem__ (API)Thu, 29 Mar 2018 22:51:45 -0700, by Martin von Zweigbergk
-
memctx: create parent contexts using "repo[p]" syntaxThu, 29 Mar 2018 22:22:51 -0700, by Martin von Zweigbergk
-
context: avoid using a context object as a changeidThu, 29 Mar 2018 21:29:15 -0700, by Martin von Zweigbergk
-
context: remove unwanted assignments in basectx.__new__() (API)Thu, 29 Mar 2018 21:15:40 -0700, by Martin von Zweigbergk
-
streamclonebundle: make sure we accept new stream clone bundle specWed, 31 Jan 2018 17:15:44 +0100, by Boris Feld
-
streamclonebundle: add a test for stream clone bundle v2Wed, 31 Jan 2018 11:44:33 +0100, by Boris Feld
-
bundlespec: add support for some variantsWed, 31 Jan 2018 11:10:55 +0100, by Boris Feld
-
bundle: add the possibility to bundle a stream v2 partWed, 31 Jan 2018 11:09:20 +0100, by Boris Feld
-
streambundlev2: add a new test-fileWed, 31 Jan 2018 10:55:15 +0100, by Boris Feld
-
bundlespec: move computing the bundle contentops in parsebundlespecFri, 30 Mar 2018 12:43:57 +0200, by Boris Feld
-
bundlespec: introduce an attr-based class for bundlespecFri, 30 Mar 2018 12:43:08 +0200, by Boris Feld
-
templater: factor out unwrapastype() from evalastype()Fri, 23 Mar 2018 20:43:55 +0900, by Yuya Nishihara
-
templater: extract unwrapinteger() function from evalinteger()Fri, 23 Mar 2018 20:34:12 +0900, by Yuya Nishihara
-
templater: extract type conversion from evalfuncarg()Fri, 23 Mar 2018 21:03:21 +0900, by Yuya Nishihara
-
templater: drop bool support from evalastype()Fri, 23 Mar 2018 20:23:55 +0900, by Yuya Nishihara
-
templater: do not use stringify() to concatenate flattened template outputSat, 17 Mar 2018 20:13:06 +0900, by Yuya Nishihara
-
templateutil: reimplement stringify() using flatten()Sat, 17 Mar 2018 20:04:20 +0900, by Yuya Nishihara
-
templateutil: move flatten() from templaterSat, 17 Mar 2018 20:00:54 +0900, by Yuya Nishihara
-
server: ensure the incoming request falls under the prefix value stable 4.5.3Sun, 01 Apr 2018 01:27:18 -0400, by Matt Harbison
-
stringutil: move person function from templatefiltersTue, 27 Mar 2018 11:01:13 -0400, by Connor Sheehan
-
stringutil: add isauthorwellformed functionThu, 22 Mar 2018 09:48:22 -0400, by Connor Sheehan
-
test-lfs-test-server: add a testcase for `hg serve`Sat, 17 Mar 2018 02:37:46 -0400, by Matt Harbison
-
push: use "repo['.']" instead of old form "repo['']"Thu, 29 Mar 2018 09:23:39 -0700, by Martin von Zweigbergk