- Jun 25, 2007
-
-
Markus F.X.J. Oberhumer authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
shorten author with |person don't shrink font (default font is presumed to be preferred reading size) set widths based on font ems rather than page percents.
-
Matt Mackall authored
-
Matt Mackall authored
-
- Jun 24, 2007
-
-
Matt Mackall authored
-
Giorgos Keramidas authored
update test-bundle for multiple unbundle support
-
Eric Hopper authored
-
Matt Mackall authored
-
Giorgos Keramidas authored
When all the files in a directory are moved somewhere else, and new files are added in changesets of the local branch, a subsequent pull and merge shouldn't rename the locally added files too.
-
Emanuele Aina authored
-
- May 21, 2007
-
-
NIIMI Satoshi authored
Don't signal an error even if running hg command fails. Otherwise, succeeding hooks won't be called.
-
NIIMI Satoshi authored
If the tip revision is smaller than hg-rev-completion-limit (defaults to 100), "hg log -r tip:-100" fails. Since performance does not differ between "hg log -l 50 -r tip:0" and "hg log -l 50 -r tip:-100" even on large repository, default range can be changed from "tip:-100" to "tip:0" without any drawbacks.
-
- Jun 24, 2007
-
-
paul sorenson authored
after previous formatting broke it.
-
- Jun 06, 2007
-
-
Emanuele Aina authored
-
- Jun 13, 2007
-
-
OHASHI Hideya authored
This patch provides character encoding setting in each repository. After this patch, You can use multi encoding repositories with one mercurial server.
-
- Jun 23, 2007
-
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
Matt Mackall authored
This makes zip -T on resulting archives work. File permissions are still retained.
-
Matt Mackall authored
-
Thomas Arendsen Hein authored
-
- Jun 22, 2007
-
-
Alexis S. L. Carvalho authored
If $HGMERGE wasn't able to fix the conflicts, we wouldn't copy f to fd, and util.set_exec wouldn't find the file.
-
Matt Mackall authored
-
Alexis S. L. Carvalho authored
-
Alexis S. L. Carvalho authored
Add a trailing TAB to the "--- filename" lines if there's a space in the file name. This allows patch(1) to work correctly. The same is done for diff --nodates. This was originally suggested by Andrei Vermel, but at the time I thought git was doing something different.
-
Alexis S. L. Carvalho authored
This should fix issue570.
-
Alexis S. L. Carvalho authored
After a "hg copy --force --after somefile cleanfile", cleanfile shouldn't be considered clean anymore.
-
- Jun 21, 2007
-
-
Matt Mackall authored
-
Eric Hopper authored
-
Matt Mackall authored
-
Patrick Mezard authored
-
Marcos Chaves authored
-
Matt Mackall authored
Rather than using -R, we take a path as an argument. This lets us use url#branch syntaxes that may be in hgrc.
-
Matt Mackall authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
The original idea might have been to prevent circular references, but as this assignment would have created another reference, this makes no difference.
-
Matt Mackall authored
-