- Apr 24, 2011
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
This should be slightly more portable than signals and be compatible with threaded dispatch.
-
Matt Mackall authored
-
Patrick Mezard authored
- Do not prompt if there is no .err file - Fix source and target paths
-
Patrick Mezard authored
-
Patrick Mezard authored
On a linux host in xterm mode, 'none' is translated to: \x1b[m\x1b(B While it is the following on osx: \x1b(B\x1b[m Take advantage of the new color.color.X option to force it to a common value.
-
- Apr 22, 2011
-
-
Andreas Freimuth authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
- Apr 21, 2011
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Danek Duvall authored
Using terminfo instead of hard-coding ECMA-48 control sequences provides a greater assurance that the terminal codes are correct for the current terminal type; not everything supports the ANSI escape codes. It also allows us to use a wider range of colors when a terminal emulator supports it (such as 16- or 256-color xterm), and a few more non-color attributes, such as the ever-popular blink.
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
- Apr 19, 2011
-
-
Wagner Bruna authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Krüger authored
-
- Apr 21, 2011
-
-
Matt Mackall authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
checkfilename is specific to Mercurial, since it contains the knowledege that Mercurial can't track files with \n or \r in the name.
-
Adrian Buehlmann authored
This fixes d13913355390 (affected Windows only).
-
- Apr 20, 2011
-
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Patrick Mezard authored
-
Patrick Mezard authored
A branch closing revision only applies if one of its parents belongs to the branch being closed. Otherwise the filemap can prune it too.
-
Matt Mackall authored
This should help clarify what the problem is in various problematic cases like ssh.
-
Steven Stallion authored
By default, hgweb_mod supports caching via the ETag header. This can cause some confusion with browsers which cache aggressively. This change preserves existing behavior while giving the administrator a knob to disable the ETag header.
-
Matt Mackall authored
-
Steven Stallion authored
Clicking on the logo image/text in the hgweb interface brings the user to the Mercurial project page. The majority of users expect that this would bring them to the top level index. I have added a new template variable named `logourl' which allows an administrator to change this behavior. To stay compatible with existing behavior, `logourl' will default to http://mercurial.selenic.com/. This change is very useful in large installations where jumping to the index is common.
-