- May 14, 2013
-
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
-
- May 16, 2013
-
-
Matt Mackall authored
-
- May 10, 2013
-
-
Benoit Boissinot authored
-
Benoit Boissinot authored
Use simpler callbacks to collect linkrev nodes.
-
Sune Foldager authored
Remove complex local sub-functions mutating function-global variables. Simplify counting used for progress output.
-
Benoit Boissinot authored
Reordering can be done by setting bundle.reorder to true and doing a clone --pull.
-
- Feb 10, 2013
-
-
Benoit Boissinot authored
-
- May 10, 2013
-
-
Benoit Boissinot authored
Refactor the two changegroup generation interface to share as much code as possible.
-
Sune Foldager authored
No semantic changes made.
-
- Feb 09, 2013
-
-
Benoit Boissinot authored
-
- May 10, 2013
-
-
Sune Foldager authored
No additional semantic changes made.
-
Benoit Boissinot authored
Create a simple start() method to pass the lookup function until bundler becomes smarter and gets a repo object. Since we now create the bundler for the whole lifetime, we need to pass it down to revlog methods.
-
- May 16, 2013
-
-
Kevin Bullock authored
-
- May 15, 2013
-
-
Mike Williams authored
Markup for links to mercurial commands is appearing in the help documentation. This patch fixes the markup so mercurial command reference links are correctly generated in the help documentation.
-
- May 14, 2013
-
-
Matt Mackall authored
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
The size counting code introduced in 2c4cd1c42365 duplicated existing (but unknown-to-me) code in fileset, so prepare to eliminate the duplication.
-
Matt Mackall authored
-
Matt Mackall authored
-
- Apr 23, 2013
-
-
Siddharth Agarwal authored
-
Siddharth Agarwal authored
Consider a hypothetical extension that implements walk in a more efficient manner and skips some known-clean files. However, that can only be done under some situations, such as when clean files are not being asked for and a match.traversedir callback is not set. The full flag lets walk tell these two cases apart.
-
- May 13, 2013
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
- May 10, 2013
-
-
Wagner Bruna authored
-
Matt Mackall authored
-
- May 13, 2013
-
-
Kevin Bullock authored
-
- May 12, 2013
-
-
Mike Williams authored
Before this patch the only place that documented the use of a different registry key was on the wiki page for installing on Windows from sources, while most users will use a pre-packaged installer and the supplied help files. This patch documents in the supplied help files that an alternate registry key is used for the installation/system configuration file when using 32-bit Python on a 64-bit Windows.
-
durin42 authored
-
- May 08, 2013
-
-
Szymon Wroblewski authored
Shlex module was used to split line as suggested. Split operates in POSIX mode.
-
- May 07, 2013
-
-
Yuya Nishihara authored
Because dirstate._branch() strips leading/trailing spaces from .hg/branch, "hg branch ' foo '" should abort if branch "foo" exists in another head. tag command had a similar bug and fixed by 3d0a9c8d7184.
-
- May 09, 2013
-
-
Matt Mackall authored
-
- May 01, 2013
-
-
Durham Goode authored
This moves checkcopies() out of mergecopies() and makes it a top level function in the copies module. This allows extensions to override it. For example, I'm developing a filelog replacement that doesn't have rev numbers so all the rev number dependent implementation here needs to be replaced by the extension. No logic is changed in this commit.
-
- May 08, 2013
-
-
Durham Goode authored
Some extensions find it useful to be able to walk the non-data files in the repo, so I'm moving that part of the walk to a separate function. In particular, this allows an extension to interact with only the non-filelog store data (for instance, when cloning everything but filelogs).
-
- May 01, 2013
-
-
Durham Goode authored
Moves the file walk out of the stream method so that extensions can override it. This allows an extension to decide what files should be streamed, and in particular allows a stream without filelogs.
-
- May 07, 2013
-
-
Siddharth Agarwal authored
-
Siddharth Agarwal authored
Now that this code is factored out, work is too specific a name.
-