- Nov 01, 2010
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Wagner Bruna authored
-
Matt Mackall authored
-
kiilerix authored
There is no tests for this, but the parameter order was obviously wrong.
-
Matt Mackall authored
-
Jens Bäckman authored
-
- Oct 31, 2010
-
-
Chia-Huan Wu authored
-
Yuya Nishihara authored
-
- Oct 30, 2010
-
-
Wagner Bruna authored
-
Matt Mackall authored
-
- Nov 01, 2010
-
-
Patrick Mezard authored
-
Martin Geisler authored
-
Martin Geisler authored
-
- Oct 30, 2010
-
-
Steve Borho authored
-
- Nov 01, 2010
-
-
Martin Geisler authored
This prevents spurious errors when a changeset hash happens to match the port number. Before, this invocation gave a test failure: $ ./run-tests.py test-log.t --port 24427 ERROR: /home/mg/src/mercurial-crew/tests/test-log.t output changed --- /home/mg/src/mercurial-crew/tests/test-log.t +++ /home/mg/src/mercurial-crew/tests/test-log.t.err @@ -626,12 +626,12 @@ $ hg log -b default changeset: 2:c3a4f03cc9a7 - parent: 0:24427303d56f + parent: 0:$HGPORT303d56f user: test date: Thu Jan 01 00:00:00 1970 +0000 summary: commit on default ...
-
- Oct 30, 2010
-
-
Matt Mackall authored
-
Matt Mackall authored
-f 1 shows extra data from revlogv1 (aka revlogng) including flags and size (based on a patch by Pradeepkumar Gayam <in3xes@gmail.com>)
-
- Oct 29, 2010
-
-
Kevin Bullock authored
-
- Oct 30, 2010
-
-
Michael Sperber authored
The p4 command-line client sometimes fails upon doing "p4 describe" when trying to produce a patch. (I'm guessing it's a bug in p4.) However, "hg convert" doesn't even make use of the patch, and it can be elided by adding "-s" to the p4 command line here.
-
Matt Mackall authored
When parentdelta is enabled, we choose the delta that has the minimum distance to its base. Otherwise, base may be sufficiently far away to require a full version, resulting in greatly reduced compression.
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
buildtext stores its result in _addrevision scope to avoid repeated builds cachedelta is already visible
-
Matt Mackall authored
-
- Oct 28, 2010
-
-
Katsunori FUJIWARA authored
-
Wagner Bruna authored
Reviewed formatting fixes from eda77c3e246a.
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
- Oct 29, 2010
-
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
The directories were not cleaned up when the subsequent open failed and this would confuse things like qnew.
-
Martin Geisler authored
-
- Oct 28, 2010
-
-
Patrick Mezard authored
-
Patrick Mezard authored
-
- Oct 27, 2010
-
-
Matt Mackall authored
-
- Oct 26, 2010
-
-
Wagner Bruna authored
-