Tue, 28 Oct 2008 21:31:21 -0700 |
Brendan Cully |
coal: remove dead CSS code
|
Tue, 28 Oct 2008 23:54:01 +0100 |
Patrick Mezard |
url: detect scheme with a regexp instead of urlsplit()
|
Tue, 28 Oct 2008 22:24:41 +0100 |
Patrick Mezard |
url: fix file:// URL handling
|
Tue, 28 Oct 2008 20:48:30 +0100 |
Benoit Boissinot |
bookmarks: fix strip handling
|
Tue, 28 Oct 2008 20:23:22 +0100 |
Benoit Boissinot |
fix zeroconf handling for hgwebdir (error found by pychecker)
|
Tue, 28 Oct 2008 20:14:45 +0100 |
Benoit Boissinot |
fix missing import, spotted by pychecker
|
Tue, 28 Oct 2008 19:25:26 +0100 |
Benoit Boissinot |
remove unused variables
|
Tue, 28 Oct 2008 19:07:14 +0100 |
Benoit Boissinot |
Fix https availability checking
|
Tue, 16 Sep 2008 17:51:14 +0200 |
Stefano Tortarolo |
rebase: avoid redundant merges (issue1301)
|
Mon, 06 Oct 2008 14:41:22 +0200 |
Mads Kiilerich |
Make contrib/buildrpm work on Fedora 9.
|
Mon, 27 Oct 2008 13:38:31 -0400 |
Greg Ward |
help: Refine a bit the help text of "hg update"
|
Mon, 27 Oct 2008 19:39:41 +0100 |
Adrian Buehlmann |
add new test-hybridencode.py
|
Tue, 28 Oct 2008 08:26:18 +0100 |
Benoit Boissinot |
statichttprepo: cleanups, use url.py (proxy, password support)
|
Tue, 28 Oct 2008 08:18:11 +0100 |
Benoit Boissinot |
'\' should be escaped twice, for the shell, and for tr
|
Tue, 28 Oct 2008 00:03:28 +0100 |
Benoit Boissinot |
merge with crew
|
Mon, 27 Oct 2008 21:50:16 +0100 |
Benoit Boissinot |
use our urlopener (proxy handling, etc) instead of urllib
|
Mon, 27 Oct 2008 21:50:01 +0100 |
Benoit Boissinot |
factor out the url handling from httprepo
|
Mon, 27 Oct 2008 17:48:05 +0100 |
Benoit Boissinot |
httprepo: factor out proxy handling
|
Mon, 27 Oct 2008 23:47:17 +0100 |
Patrick Mezard |
test-http-proxy: hide logged URL port number, works with--jobs
|
Mon, 27 Oct 2008 22:57:55 +0100 |
Patrick Mezard |
patch: rewrite diffstat with util.filter()
|
Sat, 25 Oct 2008 13:24:14 +0200 |
Patrick Mezard |
test-mq-qimport: fix URL generation under windows
|
Mon, 27 Oct 2008 22:07:39 +0100 |
Patrick Mezard |
test-patchbomb: write in binary mode, force non-interactive mode (win32)
|
Mon, 27 Oct 2008 17:37:37 +0100 |
Benoit Boissinot |
test-http-proxy: print the log from the proxy
|
Mon, 27 Oct 2008 13:52:55 +0100 |
Benoit Boissinot |
merge with dsop
|
Sun, 26 Oct 2008 17:08:48 +0800 |
Dmitriy Taychenachev |
bookmarks: do nothing if commit was not successful.
|
Sat, 25 Oct 2008 19:05:52 +0200 |
Joel Rosdahl |
bookmarks: Add tests
|
Sat, 25 Oct 2008 19:05:52 +0200 |
Joel Rosdahl |
bookmarks: Strip bookmark names of whitespace, just like tag names
|
Sat, 25 Oct 2008 19:05:52 +0200 |
Joel Rosdahl |
bookmarks: Correctly reject newlines in bookmark names
|
Sat, 25 Oct 2008 19:05:52 +0200 |
Joel Rosdahl |
bookmarks: Require a bookmark name when a revision is specified
|
Sat, 25 Oct 2008 19:05:52 +0200 |
Joel Rosdahl |
bookmarks: Improve documentation
|
Sat, 25 Oct 2008 19:05:52 +0200 |
Joel Rosdahl |
bookmarks: Avoid unconditional forwarding of bookmarks for the null revision
|
Sat, 25 Oct 2008 19:05:52 +0200 |
Joel Rosdahl |
bookmarks: Rename --move to --rename
|
Sat, 25 Oct 2008 19:05:52 +0200 |
Joel Rosdahl |
bookmarks: Require new bookmark name when renaming
|
Sat, 25 Oct 2008 19:05:52 +0200 |
Joel Rosdahl |
bookmarks: Only save undo.bookmarks if bookmarks exist
|
Sat, 25 Oct 2008 19:05:42 +0200 |
Joel Rosdahl |
bookmarks: Avoid long lines
|
Sat, 25 Oct 2008 16:30:11 +0200 |
Joel Rosdahl |
bookmarks: Fix spelling and grammar
|
Sat, 25 Oct 2008 16:29:58 +0200 |
Joel Rosdahl |
bookmarks: Remove trailing space
|
Mon, 27 Oct 2008 13:22:45 +0100 |
Adrian Buehlmann |
test-init: add test with format.usefncache=false
|
Mon, 27 Oct 2008 13:17:26 +0100 |
Benoit Boissinot |
merge with crew
|
Sun, 26 Oct 2008 17:26:28 +0100 |
Patrick Mezard |
patch: fix patched files records in externalpatcher()
|
Sun, 26 Oct 2008 14:02:32 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Sat, 25 Oct 2008 15:34:58 +0200 |
Benoit Boissinot |
merge with crew
|
Fri, 24 Oct 2008 20:46:56 +0200 |
Bartosz SKOWRON |
patch: remove double variables in copyfile() func
|
Sun, 19 Oct 2008 00:32:23 +0200 |
Edouard Gomez |
convert: return remote branches in git source
|
Sun, 26 Oct 2008 13:23:02 +0100 |
Patrick Mezard |
convert: fix non-ASCII filenames retrieval from git sources (issue 1360)
|
Wed, 22 Oct 2008 11:57:20 +0200 |
Christian Ebert |
hgrc.5: explain order of mail.charsets
|
Fri, 24 Oct 2008 08:16:01 +0200 |
Christian Ebert |
test 261a9f47b44b: grep w/ match in last line w/o newline
|
Wed, 22 Oct 2008 21:53:27 +0200 |
David Soria Parra |
Bookmarks: Add the bookmarks extension
|
Fri, 24 Oct 2008 11:35:47 -0500 |
Matt Mackall |
zeroconf: don't break on hg showconfig
|
Fri, 24 Oct 2008 16:20:53 +0200 |
Benoit Boissinot |
findincoming: build the correct list from the start
|
Fri, 24 Oct 2008 15:00:40 +0200 |
Thomas Arendsen Hein |
Remove trailing spaces.
|
Fri, 24 Oct 2008 14:58:24 +0200 |
Thomas Arendsen Hein |
Document config option format.usefncache and improve format.usestore docs.
|
Fri, 24 Oct 2008 10:31:51 +0200 |
Adrian Buehlmann |
add format.usefncache config option (default is true)
|
Tue, 21 Oct 2008 17:00:35 +0200 |
Benoit Boissinot |
fix pull racing with push/commit (issue1320)
|
Thu, 23 Oct 2008 23:03:09 +0200 |
Patrick Mezard |
convert: correctly detect missing revlog for root revisions
|
Tue, 21 Oct 2008 21:24:47 +0200 |
Patrick Mezard |
convert: ignore hg source errors with hg.ignoreerrors (issue 1357)
|
Thu, 23 Oct 2008 14:56:16 -0500 |
Matt Mackall |
grep: avoid infinite loop when trailing newline is missing
|
Sun, 19 Oct 2008 19:12:07 +0200 |
Adrian Buehlmann |
introduce fncache repository layout
|
Thu, 16 Oct 2008 19:40:09 +0300 |
Alexander Solovyov |
bisect with command: ability to skip revision or abort bisection
|
Fri, 10 Oct 2008 16:58:14 +0300 |
Alexander Solovyov |
bisect: ability to check revision with command
|