- May 26, 2014
-
-
Pierre-Yves David authored
We already have a ":" after the user name to denote the start of the description. The current usage of quotes around the description is problematic as the truncation to 80 chars is likely to drop the closing quote. This may confuse syntax coloration in some editors.
-
- Aug 15, 2013
-
-
Sean Farley authored
-
Sean Farley authored
-
Sean Farley authored
-
Sean Farley authored
This patch changes the calling signature of memfilectx's __init__ to fall in line with the other file contexts. Calling code and tests have been updated accordingly.
-
Sean Farley authored
This patch marks the beginning of having memfilectx become a full-fledged file contex so that we can handle diffing and merging.
-
Sean Farley authored
-
Sean Farley authored
commitablectx has a much more robust implementation of flags() so we will use that instead of just blindly calling the flags function for the given path.
-
Sean Farley authored
-
Sean Farley authored
-
- May 29, 2014
-
-
Sean Farley authored
-
Sean Farley authored
-
Sean Farley authored
-
- Aug 15, 2013
-
-
Sean Farley authored
-
Sean Farley authored
-
Sean Farley authored
-
Sean Farley authored
-
Sean Farley authored
This is a slight change in definition from memctx returning only modified() but its parent's definition is more consistent with other contexts' behavior so we can call this change a slight bugfix and step in the right direction.
-
Sean Farley authored
-
Sean Farley authored
-
Sean Farley authored
-
Sean Farley authored
-
Sean Farley authored
-
Sean Farley authored
-
Sean Farley authored
-
Sean Farley authored
-
Sean Farley authored
-
Sean Farley authored
-
Sean Farley authored
This patch marks the start of having memctx inherit from committablectx, thereby making it a full-fledged context that will eventually grow the ability to perform diffing and also merging.
-
- Apr 29, 2014
-
-
Sean Farley authored
-
- May 29, 2014
-
-
Sean Farley authored
-
- May 27, 2014
-
-
Pierre-Yves David authored
We now use a bundle2 container to push all phase updates at the same time. This is a significant step forward, even if further refactoring is needed to unify phase push with the changeset push.
-
- May 29, 2014
-
-
Pierre-Yves David authored
This function is just a shorthand for ``encoding.fromlocal``. It will help hiding the encoding business from other code exchanging pushkey data over the wire.
-
- May 27, 2014
-
-
Pierre-Yves David authored
After ``listkeys`` we can now include ``pushkey`` request in a bundle2. The part uses a very simple scheme closest as possible to the current wireproto command for ``pushkey``. We may eventually decide for a more sophisticated part format before the protocol becomes final.
-
- May 29, 2014
-
-
Pierre-Yves David authored
This function is just a shorthand for ``decoding.fromlocal``. It will help hiding the encoding business from other code exchanging pushkey data over the wire.
-
- May 27, 2014
-
-
Pierre-Yves David authored
We use bundle2 to retrieve the remote phase data at the same time as changesets. This reduces the amount of requestis and should improve consistency as the server can ensure nothing changed between the retrieval of those parts.
-
Pierre-Yves David authored
A new ``listkeys`` is supported by getbundle. It is a list of namespaces whose content should be included in the bundle. An appropriate entry has been added to the wireproto map of getbundle arguments and a new bundle2 capability is advertised. There are still no codes that request such parts in core mercurial.
-
- May 29, 2014
-
-
Pierre-Yves David authored
New arguments are most likely to be supported by bundle20 (and above) only.
-
- May 27, 2014
-
-
Pierre-Yves David authored
This makes it possible to handle listkeys-related data stored in a bundle2. There are no producers yet.
-
Pierre-Yves David authored
We want to be able to retrieve phases information through bundle2. The logic to apply remote phases will not change.
-