Tue, 25 Nov 2008 16:30:40 +0100 |
Christian Ebert |
keyword: do not shadow builtin format (detected by pychecker)
|
Tue, 25 Nov 2008 16:40:54 -0600 |
Jesse Long |
hooks: restore io correctly on exception
|
Tue, 25 Nov 2008 23:26:33 +0100 |
Benoit Boissinot |
protocol: use changegroupsubset() if possible (issue1389)
|
Tue, 25 Nov 2008 16:24:22 -0600 |
Matt Mackall |
Merge with crew
|
Tue, 25 Nov 2008 23:13:14 +0100 |
Benoit Allard |
email: add References field in the header
|
Tue, 25 Nov 2008 22:52:25 +0100 |
Dirkjan Ochtman |
coal/paper: link to shortlog instead of log from error pages
|
Tue, 25 Nov 2008 22:40:16 +0100 |
Dirkjan Ochtman |
coal/paper: move actual templates from coal to paper
|
Tue, 25 Nov 2008 22:53:01 +0100 |
Dirkjan Ochtman |
coal/paper: show branch name in changeset view
|
Tue, 25 Nov 2008 21:54:28 +0100 |
Benoit Allard |
coal/paper: display tags and branch in filelog page
|
Tue, 25 Nov 2008 22:32:11 +0100 |
Benoit Allard |
coal/paper/monoblue: show branch names in hgweb graph
|
Tue, 25 Nov 2008 22:51:10 +0100 |
Benoit Allard |
coal/paper: display branch names in log
|
Tue, 25 Nov 2008 17:54:49 +0100 |
Dirkjan Ochtman |
hgweb: support broken IIS 5 behavior with .cgi in PATH_INFO
|
Tue, 25 Nov 2008 22:23:17 +0100 |
Patrick Mezard |
manifest: fix _search() corner-case
|
Mon, 24 Nov 2008 17:16:39 -0800 |
Brendan Cully |
Improved error message for log --follow
|
Tue, 25 Nov 2008 01:22:43 +0100 |
Benoit Boissinot |
Improve the monoblue theme for hgwebdir
|
Sat, 22 Nov 2008 00:21:57 -0800 |
Brendan Cully |
import: add similarity option (issue295)
|
Sun, 23 Nov 2008 18:08:19 -0800 |
Brendan Cully |
mq: recover more gracefully from interrupted qrefresh (issue1216)
|
Sun, 23 Nov 2008 16:07:47 -0800 |
Brendan Cully |
mq: use atomictempfiles during patch refresh
|
Sat, 22 Nov 2008 14:04:42 -0800 |
Brendan Cully |
mq: create patch header class to abstract header manipulation
|
Sun, 23 Nov 2008 00:44:31 -0800 |
Brendan Cully |
mq: gracefully abort qpush/qgoto to guarded patch (issue1186)
|
Fri, 07 Nov 2008 02:47:12 +0100 |
Mads Kiilerich |
More verbose logging when filemerge searches for merge-tool
|
Fri, 21 Nov 2008 15:51:40 -0800 |
Brendan Cully |
templater: return data in increasing chunk sizes
|
Sat, 22 Nov 2008 16:57:49 +0100 |
Dirkjan Ochtman |
tests: fix tests broken by 03b60f2f90bf
|
Thu, 20 Nov 2008 18:15:50 -0800 |
Brendan Cully |
hgweb (coal/paper): make file, diff and annotate easier to render
|
Wed, 19 Nov 2008 13:00:48 -0800 |
Brendan Cully |
inotify: fix status . in repo.root
|
Wed, 19 Nov 2008 13:27:57 +0100 |
Patrick Mezard |
patch: isolate patchfile filesystem calls into methods
|
Wed, 19 Nov 2008 13:27:57 +0100 |
Patrick Mezard |
patch: pass an opener to patchfile
|
Tue, 18 Nov 2008 13:20:55 +0100 |
Patrick Mezard |
util_win32: implement posixfile_nt.readlines()
|
Wed, 19 Nov 2008 13:27:57 +0100 |
Patrick Mezard |
patch: remove useless unlink() call
|
Tue, 18 Nov 2008 16:02:14 -0600 |
Matt Mackall |
dispatch: generalize signature checking for extension command wrapping
|
Tue, 18 Nov 2008 15:35:34 -0600 |
Matt Mackall |
update help on git diffs
|
Mon, 17 Nov 2008 11:45:38 -0800 |
Brendan Cully |
zsh: make resolve with no options only complete unresolved files
|
Sun, 16 Nov 2008 20:56:55 -0800 |
Brendan Cully |
mergetools: add pointer to the usual filemerge path
|
Sun, 16 Nov 2008 19:49:36 -0800 |
Brendan Cully |
zsh: support for resolve
|
Sun, 16 Nov 2008 20:55:30 +0100 |
Peter Arrenbrecht |
graphlog: fix regression with filelogs introduced by 7bc62ebe7693
|
Sat, 15 Nov 2008 15:57:12 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Sat, 15 Nov 2008 15:51:26 +0100 |
Patrick Mezard |
convert: be even more tolerant when detecting svn tags
|
Sat, 15 Nov 2008 15:09:11 +0100 |
Patrick Mezard |
test-pull-branch: make it executable
|
Sat, 15 Nov 2008 12:27:40 +0100 |
Dirkjan Ochtman |
graphlog: fix python2.3 incompatibility (used genexp, sorted())
|
Fri, 14 Nov 2008 22:29:03 +0100 |
Christian Ebert |
keyword: move common code out of commit condition
|
Fri, 14 Nov 2008 14:12:43 -0600 |
Matt Mackall |
lookup: fast-paths for int and 'tip'
|
Fri, 14 Nov 2008 14:12:16 -0600 |
Matt Mackall |
doc: handle shortened command synopses
|
Fri, 14 Nov 2008 19:10:09 +0100 |
Dirkjan Ochtman |
keyword: be more efficient about ctx usage
|
Fri, 14 Nov 2008 18:34:47 +0100 |
Dirkjan Ochtman |
graphlog: kill whitespace from earlier refactoring
|
Fri, 14 Nov 2008 14:17:42 +0100 |
Dirkjan Ochtman |
extensions: copy __module__ for wrapped commands
|
Fri, 14 Nov 2008 14:36:17 +0100 |
Benoit Allard |
pull: update to branch tip if there is only one head on the current branch
|
Fri, 14 Nov 2008 13:48:23 +0100 |
Dirkjan Ochtman |
graphlog: use built-in log output buffering
|
Fri, 14 Nov 2008 13:44:10 +0100 |
Peter Arrenbrecht |
graphlog: refactor common grapher code
|
Fri, 14 Nov 2008 13:59:25 +0100 |
Dirkjan Ochtman |
cmdutil: use change contexts for cset-printer and cset-templater
|
Fri, 14 Nov 2008 12:44:26 +0100 |
Dirkjan Ochtman |
context: use descriptors to speed up lazy attributes
|
Thu, 13 Nov 2008 21:09:51 +0100 |
Dirkjan Ochtman |
context: special-case changectx setup for integer changeid
|
Thu, 13 Nov 2008 12:52:03 -0600 |
Matt Mackall |
Add contrib/perf.py for performance testing
|
Wed, 12 Nov 2008 19:11:34 -0600 |
Matt Mackall |
lookup: speed up partial lookup
|
Wed, 12 Nov 2008 19:11:09 -0600 |
Matt Mackall |
help: remove redundant 'hg <command>' from command synopses
|
Wed, 12 Nov 2008 15:58:46 -0600 |
Matt Mackall |
revlog: speed up parents()
|
Wed, 12 Nov 2008 15:32:16 -0600 |
Matt Mackall |
revlog: remove delta function
|
Wed, 12 Nov 2008 15:19:14 -0600 |
Matt Mackall |
linkrev: take a revision number rather than a hash
|
Thu, 13 Nov 2008 10:11:32 +0100 |
Chris Winter |
patchbomb: add option to send intro email for a single patch (issue1120)
|
Wed, 12 Nov 2008 19:12:32 +0100 |
Peter Arrenbrecht |
patchbomb: fix patch name generation in patch series
|
Wed, 12 Nov 2008 19:12:26 +0100 |
Peter Arrenbrecht |
patchbomb: add tests for diffstat, inline, and attach options
|
Wed, 12 Nov 2008 19:12:21 +0100 |
Peter Arrenbrecht |
patchbomb: make test markers more syntax highlighter friendly
|
Wed, 12 Nov 2008 16:32:21 +0100 |
Peter Arrenbrecht |
graphlog: add assertion for allowed n_column_diff range
|
Wed, 12 Nov 2008 16:32:35 +0100 |
Peter Arrenbrecht |
graphlog: drop redundant comment (see docstring)
|
Wed, 12 Nov 2008 14:36:16 +0100 |
Dirkjan Ochtman |
patchbomb: extract a bunch of nested functions
|
Wed, 12 Nov 2008 14:07:47 +0100 |
Peter Arrenbrecht |
patchbomb: make `hg email` reusable for other patch sources
|
Wed, 12 Nov 2008 14:01:09 +0100 |
Peter Arrenbrecht |
patchbomb: make options to email command reusable
|
Wed, 12 Nov 2008 09:08:43 +0100 |
Benoit Boissinot |
Backed out changeset c5dbe86b0fee (issue1375)
|
Tue, 11 Nov 2008 23:16:59 +0100 |
Benoit Boissinot |
inotify: fix replacing a folder with a file (issue1375)
|
Sun, 09 Nov 2008 12:15:32 +0100 |
Benoit Boissinot |
fix test-export portability (issue1383)
|
Sat, 08 Nov 2008 00:29:04 +0100 |
Dirkjan Ochtman |
merge with mpm
|
Sat, 08 Nov 2008 00:27:51 +0100 |
Dirkjan Ochtman |
tests: fix test failures from default/template changes
|
Fri, 07 Nov 2008 23:56:02 +0100 |
Dirkjan Ochtman |
tests: make killdaemons.py executable
|
Fri, 07 Nov 2008 23:31:12 +0100 |
Dirkjan Ochtman |
hgweb: fix up the less/more links on the graph page
|
Fri, 07 Nov 2008 16:28:53 -0600 |
Matt Mackall |
tests: add killdaemons helper script
|
Fri, 07 Nov 2008 16:28:52 -0600 |
Matt Mackall |
run-tests: allow turning off diff display
|
Fri, 07 Nov 2008 15:30:25 -0600 |
Matt Mackall |
protocol: avoid sending outrageously large between requests
|
Thu, 06 Nov 2008 13:15:35 -0600 |
Matt Mackall |
tests: fix test-hgweb to not leak directory name
|
Thu, 06 Nov 2008 12:46:34 -0600 |
Matt Mackall |
hgweb: improve color discrimination for paper and coal
|
Thu, 06 Nov 2008 12:22:09 -0600 |
Matt Mackall |
hgweb: update tests for paper style
|
Thu, 06 Nov 2008 11:57:37 -0600 |
Matt Mackall |
hgweb: move old style to spartan/
|
Thu, 06 Nov 2008 11:56:01 -0600 |
Matt Mackall |
hgweb: Change default style to paper
|
Fri, 31 Oct 2008 15:28:06 +0100 |
Mark Edgington |
hgweb: support for deny_read/allow_read options
|
Fri, 07 Nov 2008 18:42:43 +0100 |
Benoit Boissinot |
add missing import from 618140c75d8d
|
Fri, 07 Nov 2008 18:41:22 +0100 |
Benoit Boissinot |
fix restart of interrupted recover
|
Fri, 07 Nov 2008 15:47:01 +0100 |
Dirkjan Ochtman |
hgweb: show revision number in the graph pagination
|
Fri, 07 Nov 2008 15:40:36 +0100 |
Dirkjan Ochtman |
hgweb: fix pagination for graph
|
Fri, 07 Nov 2008 13:22:41 +0100 |
Thomas Arendsen Hein |
Keep sessionvars with repository links added in a0843c82d1a2
|
Fri, 07 Nov 2008 13:08:34 +0100 |
Thomas Arendsen Hein |
Fix test output for updated gitdiffs help and web template cleanups
|
Fri, 07 Nov 2008 13:02:04 +0100 |
Thomas Arendsen Hein |
Do not abort with inotify extension enabled, but not supported by the system.
|
Fri, 07 Nov 2008 13:02:03 +0100 |
Thomas Arendsen Hein |
Enhance gitdiffs help text
|
Fri, 07 Nov 2008 13:02:02 +0100 |
Thomas Arendsen Hein |
Kill trailing whitespace in templates
|
Fri, 07 Nov 2008 11:44:37 +0100 |
Dirkjan Ochtman |
graphlog: move functions around, eliminate helper function
|
Fri, 07 Nov 2008 10:37:20 +0100 |
Peter Arrenbrecht |
graphlog: split the actual DAG grapher out into a separate method
|
Fri, 07 Nov 2008 10:29:43 +0100 |
Peter Arrenbrecht |
graphlog: rename some vars prior to refactoring
|
Fri, 07 Nov 2008 10:29:35 +0100 |
Peter Arrenbrecht |
graphlog: make some comment lines more like others in punctuation
|
Fri, 07 Nov 2008 10:18:55 +0100 |
Peter Arrenbrecht |
patchbomb: fix indentation
|
Fri, 07 Nov 2008 10:18:12 +0100 |
Peter Arrenbrecht |
patchbomb: move exportee class to top level
|
Fri, 07 Nov 2008 10:27:39 +0100 |
Peter Arrenbrecht |
ui: log non-interactive default response to stdout when verbose
|
Thu, 06 Nov 2008 11:17:38 +0100 |
Ronny Pfannschmidt |
export: fixed silent output file overwriting
|
Thu, 06 Nov 2008 10:39:52 +0100 |
Benoit Boissinot |
merge bookmarks
|
Thu, 06 Nov 2008 10:31:09 +0100 |
Alexander Solovyov |
bookmarks: Test if rebase works with bookmarks
|
Wed, 05 Nov 2008 03:53:34 +0100 |
David Soria Parra |
bookmarks: Use dirstate to determine the current node in addchangegroup
|
Wed, 05 Nov 2008 18:57:54 +0100 |
Dirkjan Ochtman |
tests: run svn tests only with svn bindings >1.3
|
Wed, 05 Nov 2008 09:48:56 +0100 |
Dirkjan Ochtman |
coal/paper: link repo name to hgweb root
|
Wed, 05 Nov 2008 09:42:52 +0100 |
Dirkjan Ochtman |
paper: don't keep the menu affixed to the top
|
Mon, 03 Nov 2008 16:01:24 -0600 |
Matt Mackall |
Shorten sleep in inotify test
|
Mon, 03 Nov 2008 20:31:53 +0100 |
Dirkjan Ochtman |
hgweb: move another utility function into the webutil module
|
Mon, 03 Nov 2008 20:41:48 +0100 |
Dirkjan Ochtman |
hgweb: move the diffs() generator into webutil
|
Mon, 03 Nov 2008 20:05:03 +0100 |
Dirkjan Ochtman |
hgweb: use patch.diff() to make sensible diffs (issue1223, issue1258)
|
Mon, 03 Nov 2008 16:48:23 +0100 |
Dirkjan Ochtman |
patch: turn patch.diff() into a generator
|
Mon, 03 Nov 2008 16:31:47 +0100 |
Dirkjan Ochtman |
help: commands supporting --git point to the gitdiffs topic (issue1352)
|
Mon, 03 Nov 2008 16:30:21 +0100 |
Dirkjan Ochtman |
mq: reflow qnew help, add help for options
|
Mon, 03 Nov 2008 10:20:28 +0100 |
Ry4an Brase |
hgweb: descend empty directories in web view
|
Sun, 02 Nov 2008 22:44:42 +0100 |
Benoit Boissinot |
inotify: fix bug in formatting
|
Sun, 02 Nov 2008 17:28:03 +0100 |
Thomas Arendsen Hein |
Corrected some command synopsises
|
Sat, 01 Nov 2008 14:05:13 +0200 |
Gerard Korsten |
inotify: server raising an error when removing a file (issue1371)
|
Sat, 01 Nov 2008 15:15:14 +0300 |
Patrick Mezard |
Fix util._statfiles_clustered() failing at root of a windows drive
|
Sat, 01 Nov 2008 13:07:24 +0100 |
Dirkjan Ochtman |
hgweb: conditionally show file logs for deleted files
|
Sat, 01 Nov 2008 13:07:20 +0100 |
Benoit Allard |
coal/paper: show a search tip when hovering over search box
|
Sat, 01 Nov 2008 13:06:36 +0100 |
Dirkjan Ochtman |
kill some trailing spaces
|
Thu, 30 Oct 2008 12:38:24 -0700 |
Brendan Cully |
mq: use cmdutil.matchfiles instead of match for qnew -f.
|
Thu, 30 Oct 2008 12:31:24 -0700 |
Brendan Cully |
mq: put qnew tests into own file, fold in qnew-twice
|
Wed, 29 Oct 2008 18:54:46 -0500 |
Augie Fackler |
zeroconf: Don't break serve if no internet connection is present.
|
Thu, 30 Oct 2008 09:46:45 +0100 |
Dirkjan Ochtman |
hgweb: pass more information about parent/child csets to templates
|
Thu, 30 Oct 2008 08:21:20 +0100 |
Dirkjan Ochtman |
help: add a topic on git diffs (issue1352)
|
Wed, 29 Oct 2008 10:55:51 -0700 |
Brendan Cully |
hgweb coal/paper: Restore IE compatibility hack
|
Wed, 29 Oct 2008 10:55:29 -0700 |
Brendan Cully |
Backed out changeset a1f8ad3c1821
|
Wed, 29 Oct 2008 13:37:35 +0100 |
Adrian Buehlmann |
add test-fncache
|
Wed, 29 Oct 2008 11:39:32 +0100 |
Dirkjan Ochtman |
merge with mpm
|
Tue, 28 Oct 2008 22:24:17 -0700 |
Brendan Cully |
Allow per-file shadowing of static directory in templatepath
|
Tue, 28 Oct 2008 21:58:30 -0700 |
Brendan Cully |
hgweb: handle subdirectories within static directory
|
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
|
Tue, 14 Oct 2008 21:28:49 +0200 |
Mads Kiilerich |
Make it possible to disable filtering for a pattern.
|
Tue, 21 Oct 2008 17:47:49 +0200 |
Martin Geisler |
i18n: import _ instead of gettext
|
Thu, 23 Oct 2008 19:27:25 +0200 |
Thomas Arendsen Hein |
Minor cleanup: Add missing space forgotten in recent change.
|
Thu, 23 Oct 2008 15:44:23 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Thu, 23 Oct 2008 14:05:11 +0200 |
Patrick Mezard |
convert: read git output in binary mode under Windows (issue 1359)
|
Thu, 23 Oct 2008 15:35:54 +0200 |
Patrick Mezard |
util: add 'mode' argument to popen()
|
Wed, 22 Oct 2008 19:40:32 -0500 |
Matt Mackall |
inotify: avoid passing potentially stale stat to update
|
Wed, 22 Oct 2008 19:40:32 -0500 |
Matt Mackall |
inotify: add debugging mode to inotify
|
Wed, 22 Oct 2008 19:40:29 -0500 |
Matt Mackall |
inotify: auto-start by default when enabled
|
Wed, 22 Oct 2008 17:41:41 -0500 |
Matt Mackall |
inotify: friendlier message when daemon not running
|
Wed, 22 Oct 2008 17:34:52 -0500 |
Matt Mackall |
extensions: use new wrapper functions
|
Wed, 22 Oct 2008 17:34:50 -0500 |
Matt Mackall |
extensions: add wrapping functions
|
Wed, 22 Oct 2008 17:34:37 -0500 |
Matt Mackall |
run-tests: --interactive overrides -j
|
Wed, 22 Oct 2008 17:34:08 -0500 |
Matt Mackall |
findcmd: have dispatch look up strict flag
|
Wed, 22 Oct 2008 17:00:05 -0500 |
Matt Mackall |
imported patch filteruser.patch
|
Wed, 22 Oct 2008 15:41:32 -0500 |
Matt Mackall |
Autodetect static-http
|
Wed, 22 Oct 2008 14:30:34 -0500 |
Matt Mackall |
help: update help
|
Wed, 22 Oct 2008 13:05:40 -0500 |
Matt Mackall |
chmod -x simplemerge.py
|
Wed, 22 Oct 2008 21:43:35 +0200 |
Benoit Boissinot |
findincoming: do the binary search in branches in parallel
|
Wed, 22 Oct 2008 21:41:57 +0200 |
Benoit Boissinot |
protocol/between: the protocol expects to have ' '-separated tuples
|
Wed, 22 Oct 2008 21:39:56 +0200 |
Benoit Boissinot |
tests: log and show errors
|
Wed, 22 Oct 2008 19:28:37 +0200 |
Benoit Boissinot |
theme/monoblue: put the search box entirely in the header
|
Wed, 22 Oct 2008 18:55:07 +0200 |
Thomas Arendsen Hein |
Remove trailing space
|
Wed, 22 Oct 2008 18:32:22 +0200 |
Benoit Boissinot |
theme/monoblue: do not use a fixed width for the overview box
|
Wed, 22 Oct 2008 18:32:17 +0200 |
Dirkjan Ochtman |
tests: add more testing for webdir nesting
|
Wed, 22 Oct 2008 18:23:32 +0200 |
Benoit Allard |
hgwebdir: show nested repositories (issue1336)
|
Wed, 22 Oct 2008 13:14:52 +0200 |
Dirkjan Ochtman |
patch/diff: use a separate function to write the first line of a file diff
|
Wed, 22 Oct 2008 12:56:28 +0200 |
Dirkjan Ochtman |
patch: consolidate two different regexes for parsing of git diffs
|
Wed, 22 Oct 2008 09:29:26 +0200 |
Dirkjan Ochtman |
patch: extract local function addmodehdr
|
Tue, 21 Oct 2008 11:29:27 +0200 |
Dirkjan Ochtman |
help: show extension commands in short list, separate extension list in help
|
Tue, 21 Oct 2008 11:05:45 +0200 |
Dirkjan Ochtman |
help: show help topics by default in 'hg help', with longest available id
|
Tue, 21 Oct 2008 10:29:57 +0200 |
Christian Ebert |
mail: correct typo in variable name
|
Mon, 20 Oct 2008 18:29:44 +0200 |
Thomas Arendsen Hein |
merge with crew
|
Mon, 20 Oct 2008 17:40:29 +0200 |
Christian Ebert |
mail: test patch mime encoding for patchbomb
|
Mon, 20 Oct 2008 17:40:29 +0200 |
Christian Ebert |
patchbomb: mime-encode clean utf-8 patches (issue814)
|
Mon, 20 Oct 2008 17:40:29 +0200 |
Christian Ebert |
mail: mime-encode patches that are utf-8
|
Mon, 20 Oct 2008 15:19:05 +0200 |
Thomas Arendsen Hein |
Some additional space/tab cleanups
|
Mon, 20 Oct 2008 14:58:49 +0200 |
Dirkjan Ochtman |
merge with crew-stable, again
|
Mon, 20 Oct 2008 14:57:56 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Mon, 20 Oct 2008 14:53:53 +0200 |
Thomas Arendsen Hein |
spaces->tabs in one line of a C extension for consistency
|
Mon, 20 Oct 2008 14:57:04 +0200 |
Dirkjan Ochtman |
clean up trailing spaces, leading spaces in C
|
Mon, 20 Oct 2008 14:52:58 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Mon, 20 Oct 2008 14:51:55 +0200 |
Dirkjan Ochtman |
clean up trailing spaces
|
Mon, 20 Oct 2008 14:13:37 +0200 |
Dirkjan Ochtman |
hgweb: working diff for removed files
|
Mon, 20 Oct 2008 12:41:09 +0200 |
Dirkjan Ochtman |
hgweb: remove links to non-existent file versions
|
Mon, 20 Oct 2008 10:20:35 +0200 |
Dirkjan Ochtman |
coal/paper: widen author column in log table
|
Mon, 20 Oct 2008 10:15:26 +0200 |
Dirkjan Ochtman |
hgweb: be sure to drain request data even in early error conditions
|
Sun, 19 Oct 2008 22:07:43 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sun, 19 Oct 2008 19:49:56 +0200 |
Thomas Arendsen Hein |
Fix Debian bug #494889 (fetching from static-http://... broken)
|