- Jan 10, 2012
-
-
Andrei Polushin authored
See http://ru.wikipedia.org/wiki/МБ
-
- Jan 11, 2012
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
- Jan 10, 2012
-
-
Wagner Bruna authored
-
Wagner Bruna authored
-
- Jan 08, 2012
-
-
Andrei Polushin authored
-
Andrei Polushin authored
Edited for: backup, bundle, repository, checkout
-
Andrei Polushin authored
-
- Jan 11, 2012
-
-
Steven Brown authored
-
- Jan 10, 2012
-
-
Pierre-Yves David authored
The outgoing object gains an "excluded" members holding all changesets which were excluded because there where secret. The core discovery code now remove secret changeset from discovery by default. This means that any command relying on discovery will exclude secret changeset. Most notable one are outgoing and bundle. (But bundle with and explicit ``--base`` still allow to bundle outgoing changeset.
-
- Jan 09, 2012
-
-
Pierre-Yves David authored
Simplifies client logic in multiple places since it encapsulates the computation of the common and, more importantly, the missing node lists. This also allows an upcomping patch to communicate precomputed versions of these lists to clients.
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
- Jan 11, 2012
-
-
Martin Geisler authored
-
- Jan 10, 2012
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Pierre-Yves David authored
-
Ion Savin authored
The last line of a non newline-terminated file would mix with the first line of the next file in multiple-file listings before this patch. Possible compatibility issue: no longer possible to tell from the annotate output if the file is terminated by new line or not.
-
Matt Mackall authored
Clone internally handles bookmark synchronization. (Fix spotted by Eric Blood)
-
Steven Brown authored
I misread it as "read".
-
Martin Geisler authored
-
Martin Geisler authored
A user on IRC was confused that "encoding(ASCII)" works and "encoding(UTF-8)" fails with "parse error: encoding requires an encoding name".
-
- Jan 07, 2012
-
-
Pierre-Yves David authored
-
- Jan 06, 2012
-
-
Pierre-Yves David authored
``{phaseidx}`` is providing the phase index as integer. This integer representation is useful when people need to use the fact that phase are ordered. Test keep using the number version for readability purpose.
-
- Dec 29, 2011
-
-
Pierre-Yves David authored
-
- Jan 04, 2012
-
-
Pierre-Yves David authored
-
Pierre-Yves David authored
The bugs seemed to show up when element not in future common changeset should hold new hold phase data. The whole phase push machinery was rewritten in the process.
-
- Jan 06, 2012
-
-
Pierre-Yves David authored
This changeset adds ``public()``, ``draft()`` and ``secret`` symbol for revset.
-
Pierre-Yves David authored
Phases constant are named after the phase name. Usage of integer have been replaced by proper constant.
-
- Jan 09, 2012
-
-
kiilerix authored
According to the documentation SSLSocket.getpeercert() can return None.
-
kiilerix authored
The previous workaround for correct handling of wrapping of failing connections might be enough to prevent this from happening, but the check here makes this function more robust.
-
kiilerix authored
-
kiilerix authored
-
kiilerix authored
This simplifies the code and makes the flow more obvious and reduces the indentation level.
-
kiilerix authored
This works around that ssl.wrap_socket silently skips ssl negotiation on sockets that was connected but since then has been reset by the peer but not yet closed at the Python level. That leaves the socket in a state where .getpeercert() fails with an AttributeError on None. See http://bugs.python.org/issue13721 . A call to .cipher() is now used to verify that the wrapping really did succeed. Otherwise it aborts with "ssl connection failed".
-
- Jan 08, 2012
-
-
Levi Bard authored
Refactor and remove pasted code from lfcommands.py
-
Levi Bard authored
Add tests for lfconvert codepaths where: * largefiles have been both renamed and relinked * .hgtags has invalid content
-
Levi Bard authored
Check for errors when parsing .hgtags during lfconvert, and skip lines that don't parse or refer to invalid changesets.
-