- Jul 04, 2012
-
-
kiilerix authored
Timezone offsets of less than a minute is not shown but can cause displayed dates to be before epoch start - and dates before epoch start is not shown correctly on Windows (see also 4d5b12a5517b). These 'negative' dates could be considered undefined behaviour so we don't care and swap the tests values for timestamp and timezone.
-
- Jul 03, 2012
-
-
kiilerix authored
The test would occasionally fail because datesort don't have sub-second granularity and thus can't sort commits made in the same second. The test is made more stable by adding 1 second of sleep to make sure the bzr commits are done with different timestamps.
-
- Jun 27, 2012
-
-
Joshua Redstone authored
Add more tests to exercise the case collion detection code
-
Joshua Redstone authored
Add a test exercising collisions in add between files and directories of the same name.
-
- Jun 18, 2012
-
-
Joshua Redstone authored
Factor update code common to all callers of _addpath into _addpath. By centralizing the update code here, it provides one place to put updates to new data structures - in a future patch. It also removes a few lines of duplicate code.
-
- Jul 02, 2012
-
-
Adrian Buehlmann authored
-
kiilerix authored
Recursive removal of a different path could be fatal - better avoid recursive rm completely.
-
Matt Mackall authored
-
Matt Mackall authored
-
- Jul 01, 2012
-
-
kiilerix authored
The 'serve' requirement is moved to the sections that really need it. $USERCACHE needs quoting.
-
- Jun 30, 2012
-
-
Adrian Buehlmann authored
The adaption is partial, because "serve" is not yet officially supported in tests on Windows. The test passes on Windows with an experimental testbed that supports hg serve in tests on Windows - except for some USERCACHE issues. The added (glob)'s are needed because of backslash <-> shlash issues in paths.
-
- Jul 01, 2012
-
-
kiilerix authored
The command file will now be named with $TESTTMP (with '\') instead of `pwd` (with '/') to avoid wrong path conversions.
-
- Jun 30, 2012
- Jul 02, 2012
-
-
Matt Mackall authored
-
Matt Mackall authored
-
- Jul 01, 2012
-
-
Matt Mackall authored
spotted by Nikolaj Sjujskij
-
Wagner Bruna authored
-
Wagner Bruna authored
-
- Jun 30, 2012
-
-
Katsunori FUJIWARA authored
-
Katsunori FUJIWARA authored
-
- Jun 05, 2012
-
-
Pierre-Yves David authored
An `obsolete` boolean property is added to changeset context. Function to get obsolete marker object from a changeset context are added to the obsolete module.
-
- Jun 07, 2012
-
-
Pierre-Yves David authored
For a version of the exchange, all markers are exchange. This won't scale and we will need a better protocol later.
-
Pierre-Yves David authored
-
- Jun 03, 2012
-
-
Pierre-Yves David authored
-
- Jun 07, 2012
-
-
Pierre-Yves David authored
-
Pierre-Yves David authored
* add metadata encoding/decoding ability * add a method to obsstore to help creating marker * add a debug command to create marker
-
Pierre-Yves David authored
Markers are stored as binary records in a log structured file in .hg/store/obsstore.
-
- Jun 28, 2012
-
-
durin42 authored
-
- Jun 27, 2012
- Jun 29, 2012
-
-
Adrian Buehlmann authored
The exewrapper doesn't know anything so far about what the script is or does.
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
This implements a new command $ python setup.py build_hgexe -i which places the hg.exe in the root of the source tree.
-
Adrian Buehlmann authored
-
Matt Mackall authored
-