Wed, 26 Nov 2008 18:23:35 +0100 |
Benoit Boissinot |
Catch both IOError and OSError, fix regression introduced by 8046f0a070a6
|
Tue, 25 Nov 2008 18:45:08 -0800 |
Brendan Cully |
inotify: remove unused imports (thanks pyflakes)
|
Tue, 25 Nov 2008 18:32:44 -0800 |
Brendan Cully |
color: don't run status twice for -n
|
Tue, 25 Nov 2008 18:21:00 -0800 |
Brendan Cully |
color: fix status -n
|
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
|