- Jul 26, 2013
-
-
Matt Mackall authored
-
Matt Mackall authored
-
- Jul 25, 2013
-
-
Simon Heimberg authored
".. container::" and ".. note::" are rst syntax and therefore must not be translated.
-
- Jul 26, 2013
-
-
Frank Kingswood authored
-
- Jul 25, 2013
-
-
Siddharth Agarwal authored
ninteresting indicates the number of non-zero elements in the interesting array, not the number of elements in the final list. Since elements in interesting can stand for more than one gca, limiting the number of results to ninteresting is an error. Tests for issue3984 are included.
-
Wei, Elson authored
The invariant this code tries to hold is that ninteresting is the number of non-zero elements in the interesting array. interesting[nsp] is incremented at the same time as interesting[sp] is decremented. So if interesting[nsp] was previously 0, ninteresting shouldn't be decremented.
-
Siddharth Agarwal authored
This isn't strictly necessary, but it makes the code more consistent with the Python version.
-
durin42 authored
-
durin42 authored
next() is a builtin starting in 2.6, so it's also nice to avoid shadowing the builtin.
-
Alexander Plavin authored
-
Matt Mackall authored
Got three different results on buildbot.
-
Matt Mackall authored
-
Matt Mackall authored
Turns out histedit actually intends for commits (but not other operations like update) to be possible during its operation.
-
- Jul 22, 2013
-
-
Simon Heimberg authored
with xargs, backslashes are eaten up. Convert them to slashes therefore. This is only a problem with ls (on windows). hg manifest returns slashes. The pipe char is moved before the line end for telling check-code.py that sed does not modify the output.
-
Simon Heimberg authored
-
- Jul 25, 2013
-
-
Matt Mackall authored
-
- Jul 21, 2013
-
-
Alexander Plavin authored
This fixes issue3990 for Webkit-browsers, and also older Opera versions. Rendering in firefox is not changed.
-
- Jul 20, 2013
-
-
Alexander Plavin authored
Given that N is maximum revision number in a repo, than if a revision with number N-100n or N-100n+1 (for any integer n) is found with a hgweb search, this revision is duplicated in search results.
-
- Jul 24, 2013
-
-
durin42 authored
We can't (easily) force SSL version on older Pythons, but on 2.6 and later we can force SSLv3, which is safer and widely supported. This also appears to work around a bug in IIS detailed in issue 3905.
-
durin42 authored
Includes upstream change "socketutil: force SSLv3 by default, as it is safer" which should fix issue 3905.
-
- May 12, 2013
-
-
durin42 authored
Not all WSGI servers close the socket when an early response is sent to a large POST request, which can cause the server to interpret the already-sent request body as an incoming (but hopelessly invalid) request.
-
- Jul 24, 2013
-
-
Alexander Plavin authored
Actual amount of revisions is used now instead of their numbers in the repo before to deal with skipped numbers correctly.
-
Alexander Plavin authored
Actual amount of revisions is used now instead of their numbers in the repo before to deal with skipped numbers correctly. This iterates starting from the newest revision (which is shown on top) yielding up to the specified count, instead of the reversed order used before. Effect of this change on efficiency is negligible, when the same changesets are returned.
-
Alexander Plavin authored
It is the same fix for graph command, as was recently for log. This makes the specified revision be always on top of the graph view. Before the patch, for example with repo having revisions 0, 1, 2, 3 and revision in url being '2', all revisions were shown and the specified one wasn't the first.
-
- Jul 25, 2013
-
-
Matt Mackall authored
-
- Jul 24, 2013
-
-
Wagner Bruna authored
-
- Jul 25, 2013
-
-
Matt Mackall authored
This takes advantage of the new checkunfinished infrastructure
-
Matt Mackall authored
-
Matt Mackall authored
Nobody loves transplant anymore, but it was the first command to have a --continue flag.
-
Matt Mackall authored
The tests contain a couple corner cases where workarounds are now required. Strictly speaking, these are behavior regressions, but of an extremely obscure and marginal sort. Commits or updates in the middle of a histedit would have almost always been fairly serious user error.
-
Matt Mackall authored
-
Matt Mackall authored
This could cause a rebase to be 'in progress' even though it aborted.
-
Matt Mackall authored
commands checked: backout bisect commit graft import
-
Matt Mackall authored
Unclearable operations will cause an abort.
-
Matt Mackall authored
This adds a registration point and check functions that will allow commands to check if multistep operations like an interrupted graft or rebase are in progress before proceeding.
-
- Jul 24, 2013
-
-
durin42 authored
-
Wei, Elson authored
-
- Jul 23, 2013
-
-
Matt Mackall authored
Looking up hidden prefixes could cause a no node exception Looking up unique non-hidden prefixes could be ambiguous
-
Matt Mackall authored
This was documented, but not implemented.
-
- Jul 21, 2013
-
-
Matt Mackall authored
The old docs emphasized topological heads rather than branch heads and incorrectly defined branch heads as not having children rather than descendants.
-