- Dec 20, 2008
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
- Dec 19, 2008
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
Like revert -a, this should make this command slightly safer
-
Benoit Allard authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
- Dec 18, 2008
-
-
Benoit Allard authored
collections: direct child repos only paths *: direct child repos only (like collections) paths **: recursive discovery When ** is used, the mq repository (if any) is also shown.
-
- Dec 15, 2008
-
-
Brendan Cully authored
-
Brendan Cully authored
-
- Dec 14, 2008
-
-
Patrick Mezard authored
localrepo.commitctx() expects changed files lists to contain unique items and does not sort itself. Passing duplicates makes them evaluated more than once and changes the committed changelog id.
-
- Dec 13, 2008
-
-
Adrian Buehlmann authored
Windows won't create directories with names ending in period or space, so we encode the last period/space character in directory names of non-hashed paths in the store using reversible ~xx encoding (' ' -> '~20', '.' -> '~2e'). With this change it is possible to remove a directory ending in period or space that was inadvertantly checked in on a linux system while still being able to clone such a repository with its full history to Windows (see also issue793).
-
Adrian Buehlmann authored
Windows won't create directories with names ending in period or space, so we replace the last period/space character in truncated directory names of hashed paths with some other character (underbar).
-
- Dec 11, 2008
-
-
Frank Kingswood authored
-
- Dec 04, 2008
-
-
Jim Hague authored
On AIX /etc/profile sets LOGNAME read only. This causes test-acl to fail when it comes to set LOGNAME in do_push(). Work around this by using env to set LOGNAME and run the command.
-
- Dec 11, 2008
-
-
Patrick Mezard authored
-
Patrick Mezard authored
-
- Dec 09, 2008
-
-
Stefan Rusek authored
-
- Dec 10, 2008
-
-
Dirkjan Ochtman authored
-
- Dec 02, 2008
-
-
Christian Ebert authored
-
Christian Ebert authored
Same as for patchbomb. Make "test" a notifier attribute so we don't have to check the boolean over and over.
-
- Dec 10, 2008
-
-
Brendan Cully authored
-
- Dec 09, 2008
-
-
Patrick Mezard authored
Revert b1aea76f7001 and 268c582bd42a for performances reasons. Traversing checkout working directories may be too expensive.
-
- Dec 06, 2008
-
-
Patrick Mezard authored
This change is brain damaged, there is no reason the copyfrom revision of the project items may have any relevance when deciding the revision parent. It is meaningful only when fetching files content. Incorrect converted graph was spotted in pyglet svn repository at: ------------------------------------------------------------------------ r274 | r1chardj0n3s | 2006-12-21 02:02:14 +0100 (Jeu, 21 Dec 2006) | 2 lines Changed paths: A /branches/richard-glx-version (from /trunk:269) M /branches/richard-glx-version/pyglet/window/xlib/__init__.py R /branches/richard-glx-version/tests/test.py (from /trunk/tests/test.py:270) R /branches/richard-glx-version/tools/info.py (from /trunk/tools/info.py:272) R /branches/richard-glx-version/website/get_involved.php (from /trunk/website/get_involved.php:273) Branching to horribly mangle GLX
-
Patrick Mezard authored
They are: - faster to run (12s vs 30s in test-convert-svn-branches case) - easier to craft - easier to debug - more portable
-
- Nov 19, 2008
-
-
Augie Fackler authored
Callback on extra fields added by Patrick Mezard <pmezard@gmail.com>.
-
- Dec 01, 2008
-
-
Frank Kingswood authored
Also fix script to generate non-zero length test file b.
-
- Dec 03, 2008
-
-
Benoit Boissinot authored
-
- Dec 02, 2008
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Benoit Boissinot authored
The race doesn't happen on push (because the discovery is done in the same hg process), so use the fast path instead.
-
- Dec 01, 2008
-
-
Brodie Rao authored
-
- Dec 02, 2008
-
-
Augie Fackler authored
-
- Nov 26, 2008
-
-
Georg Brandl authored
-
- Dec 02, 2008
-
-
Brodie Rao authored
This colorizes diff, qdiff, log -p, outgoing -p, incoming -p, and tip -p.
-
- Nov 26, 2008
-
-
Brodie Rao authored
--color works like GNU grep --color. --color=auto only colorizes output for non-dumb terminals that are TTYs.
-
- Dec 02, 2008
-
-
Brendan Cully authored
-