Tue, 31 Oct 2006 13:22:05 +0100 |
Benoit Boissinot |
merge with crew
|
Tue, 31 Oct 2006 13:09:43 +0100 |
Benoit Boissinot |
hgweb: fix handling of path for old style template
|
Tue, 31 Oct 2006 13:03:52 +0100 |
Benoit Boissinot |
merge with crew
|
Tue, 31 Oct 2006 13:03:23 +0100 |
Benoit Boissinot |
merge with backout
|
Tue, 31 Oct 2006 13:02:49 +0100 |
Benoit Boissinot |
Backed out changeset 41989e55fa375de4376e7e64b17e38312e8ec140
|
Tue, 31 Oct 2006 13:01:28 +0100 |
Benoit Boissinot |
Backed out changeset 66a17364c30ef0804153093cfaccf830e563928a
|
Tue, 31 Oct 2006 10:50:16 +0100 |
Thomas Arendsen Hein |
Check for at least having a final release of python 2.3.0 in setup.py
|
Mon, 30 Oct 2006 16:14:38 -0800 |
Brendan Cully |
test for git empty new files
|
Mon, 30 Oct 2006 16:10:58 -0800 |
Brendan Cully |
git patch: create empty added files
|
Mon, 30 Oct 2006 00:03:04 -0800 |
Brendan Cully |
zsh: tab-complete status results by directory
|
Sun, 29 Oct 2006 16:33:46 +0100 |
Benoit Boissinot |
filelog: rename filelog.size() to filelog.len()
|
Sun, 29 Oct 2006 16:14:55 +0100 |
Benoit Boissinot |
revlog: more nullrev fixes
|
Sun, 29 Oct 2006 16:14:02 +0100 |
Benoit Boissinot |
revlog: return 0 as offset for nullid
|
Sun, 29 Oct 2006 15:09:01 +0100 |
Benoit Boissinot |
doc: clone doesn't create a working directory in remote repos
|
Sun, 29 Oct 2006 14:41:14 +0100 |
Benoit Boissinot |
revlog.size() fix handling of rev == -1
|
Sun, 29 Oct 2006 14:18:55 +0100 |
Benoit Boissinot |
use workingcontext.files() to detect if the repo is unclean
|
Sun, 29 Oct 2006 13:08:10 +0100 |
Benoit Boissinot |
allow update to switch to a different branch if the repo is clean
|
Sun, 29 Oct 2006 10:55:38 +0100 |
Thomas Arendsen Hein |
Explicitly use REVLOGV0 instead of 0 in bundlerepo.
|
Sun, 29 Oct 2006 10:53:51 +0100 |
Thomas Arendsen Hein |
Define and use nullrev (revision of nullid) instead of -1.
|
Sat, 28 Oct 2006 23:37:59 -0300 |
Alexis S. L. Carvalho |
Correct optimization from 3464f5e77f34; add a test.
|
Sat, 28 Oct 2006 20:21:59 -0300 |
Alexis S. L. Carvalho |
log speedup: don't call revlog.node if we don't have to
|
Sat, 28 Oct 2006 20:21:57 -0300 |
Alexis S. L. Carvalho |
log speedup: use list.extend to avoid an explicit loop
|
Sat, 28 Oct 2006 20:21:56 -0300 |
Alexis S. L. Carvalho |
log speedup: use parentrevs in log and changeset_printer.show
|
Sat, 28 Oct 2006 20:21:55 -0300 |
Alexis S. L. Carvalho |
log speedup: set quiet/verbose/debugflag in the fake ui object
|
Sat, 28 Oct 2006 20:21:54 -0300 |
Alexis S. L. Carvalho |
log speedup: use only ui.write in changeset_printer.show
|
Sat, 28 Oct 2006 20:21:52 -0300 |
Alexis S. L. Carvalho |
log speedup: walkchangerevs: filter the files only if we need them
|
Sat, 28 Oct 2006 23:05:57 +0200 |
Thomas Arendsen Hein |
Inform the user about the new URL when being redirected via http.
|
Sat, 28 Oct 2006 11:00:59 +0200 |
Thomas Arendsen Hein |
Stripping of query string (since 88b4755fa48f) stripped too much (issue327)
|
Fri, 27 Oct 2006 23:09:46 +0200 |
Thomas Arendsen Hein |
Merge with upstream
|
Fri, 27 Oct 2006 19:24:57 +0200 |
Thomas Arendsen Hein |
Turn bundle file into a string for http push, for urllib2 over proxies.
|
Fri, 27 Oct 2006 18:30:53 +0200 |
Thomas Arendsen Hein |
Force the content-length header to be a string in httprepo.unbundle.
|
Fri, 27 Oct 2006 18:20:28 +0200 |
Thomas Arendsen Hein |
Use the new UnexpectedOutput exception in httprepo, too.
|
Fri, 27 Oct 2006 18:17:12 +0200 |
Thomas Arendsen Hein |
New UnexpectedOutput exception to catch server errors in localrepo.stream_in
|
Fri, 27 Oct 2006 15:56:34 +0200 |
Thomas Arendsen Hein |
Some clarifications for pull/push protocols:
|
Fri, 27 Oct 2006 15:02:27 +0200 |
Benoit Boissinot |
httprepo: record the url after a request, makes pull + redirect works
|
Fri, 27 Oct 2006 10:24:19 +0200 |
Benoit Boissinot |
add AIX to the list of compilers that don't have inline keyword
|
Thu, 26 Oct 2006 22:28:33 -0700 |
Brendan Cully |
zsh: support remote URLs
|
Thu, 26 Oct 2006 17:33:24 -0700 |
Brendan Cully |
zsh: suppress mq completion error messages outside of repository
|
Thu, 26 Oct 2006 17:28:12 -0700 |
Brendan Cully |
zsh: suppress error message for status completion outside of repository
|
Thu, 26 Oct 2006 19:25:45 +0200 |
Thomas Arendsen Hein |
Turn of "Not trusting file" logging when running hgweb and hgwebdir
|
Thu, 26 Oct 2006 19:25:45 +0200 |
Alexis S. L. Carvalho |
use untrusted settings in hgwebdir
|
Thu, 26 Oct 2006 19:25:45 +0200 |
Alexis S. L. Carvalho |
use untrusted settings in hgweb
|
Thu, 26 Oct 2006 19:25:45 +0200 |
Alexis S. L. Carvalho |
add untrusted argument to patch.diffopts
|
Thu, 26 Oct 2006 19:25:45 +0200 |
Alexis S. L. Carvalho |
add --untrusted to showconfig
|
Thu, 26 Oct 2006 19:25:45 +0200 |
Alexis S. L. Carvalho |
save settings from untrusted config files in a separate configparser
|
Thu, 26 Oct 2006 19:25:44 +0200 |
Alexis S. L. Carvalho |
Only read .hg/hgrc files from trusted users/groups
|
Thu, 26 Oct 2006 10:06:12 -0700 |
Brendan Cully |
zsh: add revrange completion
|
Thu, 26 Oct 2006 09:46:08 -0700 |
Brendan Cully |
zsh: add qbase and qtip to qapplied completions
|
Thu, 26 Oct 2006 09:44:03 -0700 |
Brendan Cully |
zsh: use standard tags where possible
|
Thu, 26 Oct 2006 09:40:20 -0700 |
Brendan Cully |
mq: support qimport -
|
Wed, 25 Oct 2006 20:59:50 +0200 |
Christian Ebert |
hgcommand.vim: doc install delete into "black hole", g: prefix global vars.
|
Thu, 26 Oct 2006 09:29:42 +0200 |
Thomas Arendsen Hein |
merge with crew
|
Thu, 26 Oct 2006 09:22:10 +0200 |
Thomas Arendsen Hein |
Corrected hg synopsis.
|
Thu, 26 Oct 2006 00:27:19 -0700 |
Brendan Cully |
zsh: complete qguard with +/- guard prefixes
|
Wed, 25 Oct 2006 21:01:00 +0200 |
Christian Ebert |
hgcommand.vim: remove deprecated -b option from hg parents.
|
Wed, 25 Oct 2006 19:31:42 -0700 |
Brendan Cully |
zsh: complete qapplied, qdiff, qfold, qguard, qimport, qnext, qprev
|
Wed, 25 Oct 2006 17:09:22 -0700 |
Brendan Cully |
Merge with mpm
|
Wed, 25 Oct 2006 16:35:35 -0700 |
Brendan Cully |
zsh: make option lists more compact
|
Wed, 25 Oct 2006 15:10:30 -0700 |
Brendan Cully |
Merge with mpm
|
Wed, 25 Oct 2006 15:08:40 -0700 |
Brendan Cully |
zsh: rewrite
|