- Mar 12, 2008
-
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
- Mar 11, 2008
-
-
Brendan Cully authored
-
Bryan O'Sullivan authored
-
Jonas Diemer authored
-
Thomas Arendsen Hein authored
-
Matt Mackall authored
-
Matt Mackall authored
datestr: - add format specifiers %1 and %2 for timezone hours and minutes - remove timezone and timezone format options - correctly find timezone hours and minutes for fractional and negative timezones - update users strdate: - correctly find timezone hours and minutes for fractional and negative timezones
-
Matt Mackall authored
-
Matt Mackall authored
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
-
- Mar 10, 2008
-
-
Matt Mackall authored
-
- Mar 09, 2008
-
-
Stephen Deasey authored
Email addresses were being clipped at a hard-coded 20 chars. Measure the length of all email addresses and accommodate the longest.
-
Brendan Cully authored
-
Brendan Cully authored
-
- Mar 08, 2008
-
-
Thomas Arendsen Hein authored
-
- Mar 07, 2008
-
-
Peter Arrenbrecht authored
-
Brendan Cully authored
Clean up archive formatting a little in the index page.
-
- Mar 06, 2008
-
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
- Mar 05, 2008
-
-
Peter Arrenbrecht authored
When set, you can find the working dir of the test run as a uniquely named subdirectory of --tmpdir so you can inspect it.
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
This treats newly pulled changes as authoritative, and local changes as the "satellite" changes. The prior default behaviour is still available, via the --switch-parent option.
-
- Mar 03, 2008
-
-
Peter Arrenbrecht authored
tests f857eac30cd5 and 0c2b443fb3c3
-
Jesse Glick authored
-
- Mar 02, 2008
-
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
hg status -qA will now hide untracked files as described in the doc string.
-
- Mar 01, 2008
-
-
Zoran Bosnjak authored
The '-q' flag was ignored in status command. But this flag can be used to hide non-tracked files in hg status output. This small correction makes status command more general, similar to 'svn status', where '-q' flag has the same effect. The '-u' and '-A' flags have priority over '-q'. A testcase and doc-string for status was extended to cover '-q' flag.
-
- Feb 29, 2008
-
-
Brendan Cully authored
-
Brendan Cully authored
Although the docs claim that guess_lexer_for_filename will fall back to using file data, my ubuntu 7.10 pygments library seems to ignore the text argument. So call guess_lexer explicitly on failure.
-
Brendan Cully authored
In this case, there is no initial <span> tag.
-