Tue, 02 Sep 2008 22:21:19 +0200 |
Patrick Mezard |
convert: document source and sink identifiers, fix error message
|
Sat, 02 Aug 2008 19:34:50 +0400 |
Andrei Vermel |
Fix normalize fail on non-lowercase filename (Issue1273)
|
Tue, 02 Sep 2008 15:41:51 +0200 |
Dennis Schoen |
fix changegroup.notify hook broken by fb42030d79d6
|
Tue, 02 Sep 2008 17:32:07 +0200 |
Benoit Boissinot |
dirstate: explain why appending instead of os.path.join() is safe
|
Tue, 02 Sep 2008 15:12:50 +0200 |
Benoit Boissinot |
performance: normalize self._root, avoid calling os.path.join() in dirstate
|
Tue, 02 Sep 2008 15:08:26 +0200 |
Benoit Boissinot |
performance: do not stat() things when not required
|
Tue, 02 Sep 2008 09:47:40 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Tue, 02 Sep 2008 09:25:29 +0200 |
Patrick Mezard |
graphlog: fix calls from outside the repository (issue1285)
|
Tue, 02 Sep 2008 01:19:12 +0200 |
Benoit Boissinot |
fix test output broken by a04d8cadb6af
|
Mon, 01 Sep 2008 17:23:26 +0200 |
Benoit Boissinot |
web: fix annotate raw template, forgotten in ccc2481e3954
|
Sun, 31 Aug 2008 16:12:03 +0200 |
Martin Geisler |
i18n: mark strings for translation in transplant extension
|
Sun, 31 Aug 2008 16:12:03 +0200 |
Martin Geisler |
i18n: mark strings for translation in record extension
|
Sun, 31 Aug 2008 16:12:03 +0200 |
Martin Geisler |
i18n: mark strings for translation in rebase extension
|
Sun, 31 Aug 2008 16:12:03 +0200 |
Martin Geisler |
i18n: mark strings for translation in patchbomb extension
|
Sun, 31 Aug 2008 16:12:03 +0200 |
Martin Geisler |
i18n: mark strings for translation in interhg extension
|
Sun, 31 Aug 2008 16:12:03 +0200 |
Martin Geisler |
i18n: mark strings for translation in inotify extension
|
Sun, 31 Aug 2008 16:12:03 +0200 |
Martin Geisler |
i18n: mark strings for translation in mq extension
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in imerge extension
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in hgk extension
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in extdiff extension
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in convert extension
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in churn extension
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in alias extension
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in Mercurial
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: avoid naive plural tricks
|
Sun, 31 Aug 2008 12:05:29 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Sun, 31 Aug 2008 11:36:07 +0200 |
Dirkjan Ochtman |
record: catch PatchErrors from internalpatch and display error message
|
Sun, 31 Aug 2008 11:34:52 +0200 |
Dirkjan Ochtman |
record: take diff lines for lack of trailing newlines into account (issue1282)
|
Sun, 31 Aug 2008 11:41:52 +0200 |
Dirkjan Ochtman |
fix double indentation and trailing whitespace
|
Sat, 30 Aug 2008 18:47:54 +0200 |
Adrian Buehlmann |
increase code coverage of test-clone
|
Fri, 29 Aug 2008 15:16:50 +0200 |
Rocco Rutte |
coal/paper: Add link to raw changeset as other styles have it, too
|
Sat, 30 Aug 2008 17:13:23 +0200 |
Dirkjan Ochtman |
hgweb: return content iterator instead of using write() callable
|
Fri, 29 Aug 2008 16:50:11 +0200 |
Benoit Boissinot |
fix regression on empty repo cloning introduced by 0642d9d7ec80
|
Thu, 28 Aug 2008 13:06:24 +0200 |
Christian Ebert |
doc/Makefile: rephrase comment (typo)
|
Thu, 28 Aug 2008 13:16:15 +0200 |
Dirkjan Ochtman |
contrib: remove deprecated darcs2hg.py script
|
Thu, 28 Aug 2008 11:19:17 +0200 |
Dirkjan Ochtman |
fetch: linearize code by eliminating nested functions
|
Tue, 26 Aug 2008 00:04:18 +0200 |
Martin Geisler |
qimport: report filename in case of IOError
|
Wed, 27 Aug 2008 12:49:39 +0200 |
Stefano Tortarolo |
Fix wrong redirection in test-rebase-parameters
|
Mon, 25 Aug 2008 23:04:56 +0200 |
Patrick Mezard |
highlight: split code to improve startup times
|
Mon, 25 Aug 2008 01:26:08 +0200 |
Martin Geisler |
qfinish: document --applied instead of --all
|
Sun, 24 Aug 2008 22:40:34 +0200 |
Patrick Mezard |
Merge with Gilles Moris
|
Fri, 22 Aug 2008 22:32:53 +0200 |
Gilles Moris |
Have verbose and debug flag print the changeset rev and hash when committing.
|
Sun, 24 Aug 2008 22:13:39 +0200 |
Patrick Mezard |
Backed out changeset d557749c627a
|
Fri, 22 Aug 2008 08:26:18 +0200 |
Christian Ebert |
keyword: avoid additional conflicts during merge/resolve
|
Fri, 22 Aug 2008 13:25:35 +0200 |
Gilles Moris |
Have verbose flag print the changeset hash when committing
|
Sun, 24 Aug 2008 19:24:47 +0200 |
Patrick Mezard |
test-rebase-mq: '|' is a GNU sed extension, unfold it
|
Thu, 21 Aug 2008 19:05:18 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Thu, 21 Aug 2008 19:02:56 +0200 |
Dirkjan Ochtman |
bisect: status message when no action is specified
|
Thu, 21 Aug 2008 19:02:46 +0200 |
Dirkjan Ochtman |
bisect: expand help text to explain REV argument and --noupdate
|
Thu, 21 Aug 2008 10:20:44 +0200 |
Christian Ebert |
keyword: thorough hgweb testing
|
Tue, 22 Jul 2008 18:23:20 +0200 |
Dirkjan Ochtman |
hgweb: raise ErrorResponses to communicate protocol errors
|
Fri, 15 Aug 2008 13:25:57 +0200 |
Dirkjan Ochtman |
make streamclone.stream_out() a generator
|
Tue, 22 Jul 2008 18:21:37 +0200 |
Dirkjan Ochtman |
hgweb: generate error message only if nothing is passed
|
Thu, 21 Aug 2008 11:35:17 +0200 |
Dirkjan Ochtman |
strip trailing whitespace, replace tabs by spaces
|
Thu, 21 Aug 2008 10:55:24 +0200 |
Dirkjan Ochtman |
hgweb: fix WSGI iterators handling in CGI adapter (issue1254)
|
Wed, 20 Aug 2008 19:00:39 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Wed, 20 Aug 2008 17:58:12 +0200 |
Christian Ebert |
Make test-hardlinks-safety portable
|
Wed, 20 Aug 2008 15:05:43 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Wed, 20 Aug 2008 15:04:45 +0200 |
Thomas Arendsen Hein |
Adjust test output for hg help qrecord since ef14c773b3d6
|
Wed, 20 Aug 2008 11:09:53 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Wed, 20 Aug 2008 10:31:19 +0200 |
TK Soh |
update copyright dates in Windows installer's readme file
|
Wed, 20 Aug 2008 10:30:53 +0200 |
Peter Arrenbrecht |
mq: fix docs for qrefresh -D (issue1234)
|
Sat, 16 Aug 2008 16:32:57 +0200 |
Martin Geisler |
hgweb: removed unnecessary del before function return
|
Sat, 16 Aug 2008 14:46:56 +0200 |
Martin Geisler |
move % out of translatable strings
|
Tue, 12 Aug 2008 13:45:48 +0200 |
Martin Geisler |
Fixed docstring typos
|
Sat, 29 Mar 2008 23:05:45 +0100 |
Martin Geisler |
Begin commit messages with two empty lines.
|
Tue, 19 Aug 2008 18:07:26 -0700 |
Brendan Cully |
Debashify rebase tests
|
Tue, 19 Aug 2008 15:36:03 -0700 |
Brendan Cully |
Use relative imports in inotify.server.
|
Tue, 19 Aug 2008 18:17:11 +0200 |
Thomas Arendsen Hein |
Do not sort hgwebdir repositories if python list or tuple is given.
|
Mon, 18 Aug 2008 16:50:36 -0500 |
Matt Mackall |
Fix up tests
|
Mon, 18 Aug 2008 21:16:31 +0200 |
Stefano Tortarolo |
Add rebase extension
|
Mon, 18 Aug 2008 15:58:17 +0200 |
Rocco Rutte |
coal/paper: make output well-formed and fix css syntax error breaking rendering
|
Wed, 13 Aug 2008 20:36:37 -0500 |
Matt Mackall |
Merge with stable
|
Wed, 13 Aug 2008 20:18:44 -0500 |
Matt Mackall |
clone: get a list of files to clone from store
|
Wed, 13 Aug 2008 20:18:44 -0500 |
Matt Mackall |
store: drop self.encodefn
|
Wed, 13 Aug 2008 20:18:44 -0500 |
Matt Mackall |
streamclone: fold in localrepo.storefiles
|
Wed, 13 Aug 2008 20:18:43 -0500 |
Matt Mackall |
store: change handling of decoding errors
|
Wed, 13 Aug 2008 20:18:43 -0500 |
Matt Mackall |
store: simplify walking
|
Wed, 13 Aug 2008 20:18:43 -0500 |
Matt Mackall |
store: simplify class hierarchy
|
Wed, 13 Aug 2008 20:18:43 -0500 |
Matt Mackall |
statichttp: use store class
|
Wed, 13 Aug 2008 20:18:42 -0500 |
Matt Mackall |
store: take opener as an argument
|
Wed, 13 Aug 2008 20:18:42 -0500 |
Matt Mackall |
localrepo: simplify requirements checking
|
Wed, 13 Aug 2008 20:18:42 -0500 |
Matt Mackall |
localrepo: kill _createmode
|
Wed, 13 Aug 2008 20:18:41 -0500 |
Adrian Buehlmann |
add test-verify
|
Wed, 13 Aug 2008 20:18:41 -0500 |
Adrian Buehlmann |
verify: check repo.store
|
Wed, 13 Aug 2008 20:18:41 -0500 |
Adrian Buehlmann |
revlog: add files method
|
Wed, 13 Aug 2008 20:18:41 -0500 |
Adrian Buehlmann |
store.py: accept empty repos
|
Wed, 13 Aug 2008 20:18:40 -0500 |
Matt Mackall |
verify: only warn on copy nullid
|
Wed, 13 Aug 2008 20:18:40 -0500 |
Stefano Tortarolo |
make commit fail when committing unresolved files
|
Wed, 13 Aug 2008 20:18:40 -0500 |
Shun-ichi Goto |
Update win32mbcs extension
|
Wed, 13 Aug 2008 20:18:40 -0500 |
Matt Mackall |
Merge with stable
|
Wed, 13 Aug 2008 23:31:10 +0200 |
Patrick Mezard |
convert: implement startrev for hg source
|
Tue, 12 Aug 2008 17:47:08 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Wed, 13 Aug 2008 17:11:53 -0500 |
Matt Mackall |
Added signature for changeset d2375bbee6d4
|
Wed, 13 Aug 2008 17:11:48 -0500 |
Matt Mackall |
Added tag 1.0.2 for changeset d2375bbee6d4
|
Tue, 12 Aug 2008 10:05:00 -0400 |
Remy Roy |
Folding correction and missing import
1.0.2
|
Sun, 10 Aug 2008 22:55:00 -0500 |
Matt Mackall |
util: disinfect lookup_reg strings (issue1126)
|
Thu, 31 Jul 2008 22:41:19 +0300 |
Dov Feldstern |
test symlinks on symlink-capable os but non-capable filesystem (issue1149)
|
Sun, 10 Aug 2008 21:55:23 -0500 |
Matt Mackall |
util: set_flags should survive failure to create link
|
Sun, 10 Aug 2008 21:55:06 -0500 |
Matt Mackall |
util: set_flags shouldn't know about repo flag formats
|
Sun, 10 Aug 2008 18:38:43 -0500 |
Matt Mackall |
Merge with stable
|
Sun, 10 Aug 2008 18:01:03 -0500 |
Matt Mackall |
add a fix for issue 1175
|
Sun, 10 Aug 2008 18:01:03 -0500 |
Matt Mackall |
commit: simplify file copy logic
|
Sat, 09 Aug 2008 11:46:20 +0200 |
Thomas Arendsen Hein |
Make test-convert-mtn pass on systems where mtn add -R uses different order
|
Sat, 19 Jul 2008 18:19:50 +0200 |
Stefano Tortarolo |
Add ancestors and descendants to revlog
|
Sat, 09 Aug 2008 02:10:22 +0200 |
Martin Geisler |
mdiff: compare content of binary files directly
|
Fri, 08 Aug 2008 18:49:55 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Fri, 08 Aug 2008 18:48:26 +0200 |
Thomas Arendsen Hein |
Make test-hardlinks-safety repeatable and executable
|
Fri, 08 Aug 2008 18:37:50 +0200 |
Thomas Arendsen Hein |
convert: Fix debugging output when running multiple commands with xargs.
|
Thu, 07 Aug 2008 09:53:57 +0200 |
Christian Ebert |
keyword: add verify to nokwcommands after refactor in e79a8f36c2a5
|
Thu, 07 Aug 2008 09:53:27 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Thu, 07 Aug 2008 09:31:42 +0200 |
Doug Philips |
Let the notify extension use [diff] options too.
|
Wed, 06 Aug 2008 17:19:14 -0500 |
rubik |
coal/paper: fixed box via an expression for IE < 7
|
Wed, 06 Aug 2008 15:08:18 -0700 |
Brendan Cully |
Fix intermittent broken pipe in test-highlight
|
Wed, 06 Aug 2008 15:10:05 +0200 |
Benoit Boissinot |
ui: add an option to prompt for the username when it isn't provided
|
Sat, 02 Aug 2008 23:45:10 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sat, 02 Aug 2008 22:10:54 +0200 |
Bernhard Leiner |
add additional bisect tests
|
Sat, 02 Aug 2008 22:11:22 +0200 |
Bernhard Leiner |
add additional complex bisect tests (with non-linear history)
|
Sat, 02 Aug 2008 22:10:10 +0200 |
Bernhard Leiner |
Add support for multiple possible bisect results (issue1228, issue1182)
|
Sat, 02 Aug 2008 14:08:21 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Tue, 15 Jul 2008 18:10:37 -0500 |
Kevin Christen |
Add a reset before and after colorized output
|
Wed, 23 Jul 2008 20:33:23 -0500 |
Kevin Christen |
Apply color to output of qseries --verbose
|
Sat, 02 Aug 2008 13:49:13 +0200 |
Patrick Mezard |
color: improve mq extension detection
|
Fri, 01 Aug 2008 12:33:10 +0200 |
Benoit Boissinot |
hgweb: do not use unassigned variables in exception handling
|
Wed, 30 Jul 2008 22:33:40 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 30 Jul 2008 22:26:41 +0200 |
Patrick Mezard |
Fix subversion tests with svn 1.5
|
Sun, 27 Jul 2008 17:09:33 +0200 |
Patrick Mezard |
convert: normalize paths sent to svn get_log (issue 1219)
|
Fri, 25 Jul 2008 20:47:04 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Fri, 25 Jul 2008 20:43:41 +0200 |
Patrick Mezard |
convert: remove leading slash from ra.check_path inputs (issue 1236)
|
Fri, 25 Jul 2008 20:37:41 +0200 |
Patrick Mezard |
convert: restore previous svn transport parent correctly
|
Mon, 21 Jul 2008 13:26:42 +0200 |
Dirkjan Ochtman |
context: get rid of unused changectx.filectxs() method
|
Mon, 21 Jul 2008 13:22:11 +0200 |
Dirkjan Ochtman |
context: fix workingctx's __contains__ method
|
Mon, 21 Jul 2008 13:17:51 +0200 |
Dirkjan Ochtman |
merge: use correct branch name for counting heads
|
Fri, 25 Jul 2008 13:27:06 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Fri, 25 Jul 2008 13:26:16 +0200 |
Dirkjan Ochtman |
add note about updating one file to update help
|
Fri, 25 Jul 2008 13:23:59 +0200 |
Dirkjan Ochtman |
churn: fix documentation for churn options
|
Thu, 24 Jul 2008 16:32:52 +0200 |
Adrian Buehlmann |
introduce store classes
|
Thu, 24 Jul 2008 16:32:51 +0200 |
Adrian Buehlmann |
move filename encoding functions from util.py to new store.py
|
Thu, 24 Jul 2008 22:46:45 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Thu, 24 Jul 2008 22:44:15 +0200 |
Dhruva Krishnamurthy |
convert: use git executable only, with subcommands
|
Wed, 23 Jul 2008 16:14:45 +0200 |
Benoit Boissinot |
merge with -stable
|
Wed, 23 Jul 2008 16:08:20 +0200 |
Benoit Boissinot |
make mq and tags hardlink safe
|
Tue, 22 Jul 2008 13:03:31 -0500 |
Matt Mackall |
dirstate.walk: speed up calling match function
|
Tue, 22 Jul 2008 13:03:29 -0500 |
Matt Mackall |
dirstate.walk: reduce sorting in step 3
|
Tue, 22 Jul 2008 13:03:25 -0500 |
Matt Mackall |
dirstate.walk: inline imatch
|
Tue, 22 Jul 2008 13:03:24 -0500 |
Matt Mackall |
dirstate.walk: more cleanups
|
Tue, 22 Jul 2008 13:03:23 -0500 |
Matt Mackall |
dirstate.walk: fold in _supported
|
Tue, 22 Jul 2008 13:03:21 -0500 |
Matt Mackall |
dirstate.walk: build a dict rather than yield
|
Tue, 22 Jul 2008 13:03:20 -0500 |
Matt Mackall |
dirstate.walk: minor cleanups
|
Tue, 22 Jul 2008 13:03:19 -0500 |
Matt Mackall |
dirstate.walk: push sorting up
|
Tue, 22 Jul 2008 13:03:18 -0500 |
Matt Mackall |
dirstate.walk: pull directory scanning into top-level loop
|
Tue, 22 Jul 2008 13:03:17 -0500 |
Matt Mackall |
dirstate.walk: unify match.dir logic
|
Tue, 22 Jul 2008 13:03:16 -0500 |
Matt Mackall |
dirstate.walk: simplify .hg scan bisect logic
|
Tue, 22 Jul 2008 13:03:15 -0500 |
Matt Mackall |
dirstate.walk: track normalized directory names
|
Tue, 22 Jul 2008 13:03:14 -0500 |
Matt Mackall |
dirstate: simplify normalize logic
|
Tue, 22 Jul 2008 13:03:13 -0500 |
Matt Mackall |
dirstate.walk: change names for dc and known
|
Tue, 22 Jul 2008 13:03:10 -0500 |
Matt Mackall |
dirstate.walk: fold findfiles into main walk loop
|
Tue, 22 Jul 2008 13:03:08 -0500 |
Matt Mackall |
dirstate.walk: eliminate filter function
|
Tue, 22 Jul 2008 13:02:36 -0500 |
Matt Mackall |
dirstate.walk: eliminate src from yield
|
Tue, 22 Jul 2008 13:00:22 -0500 |
Matt Mackall |
minor status fixups
|
Sun, 20 Jul 2008 21:51:13 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 20 Jul 2008 21:00:13 +0200 |
Patrick Mezard |
test-branches: add a test for long branch name (issue 1230)
|
Sun, 20 Jul 2008 12:09:37 +0200 |
Stefano Tortarolo |
branches unparseable output fix (issue1230)
|
Wed, 25 Jun 2008 19:41:43 +0100 |
Martin OConnor |
Bug:1201 hg convert on CVS working copy produces Traceback
|
Sun, 20 Jul 2008 20:00:02 +0200 |
Patrick Mezard |
Merge with main
|
Sun, 20 Jul 2008 19:25:08 +0200 |
Patrick Mezard |
dirstate: remove superfluous normalize() call in walk()
|
Sun, 20 Jul 2008 19:09:00 +0200 |
Patrick Mezard |
localrepo: fix status() typos from 854b907527e5a and 97c12b1ed1e0
|
Sun, 20 Jul 2008 19:09:00 +0200 |
Patrick Mezard |
context: trigger missing username warning only when necessary
|
Fri, 18 Jul 2008 12:31:40 +0200 |
Christian Boos |
localrepo: do not modify a dictionary being iterated in status()
|
Sun, 20 Jul 2008 19:08:59 +0200 |
Patrick Mezard |
dirstate: fix _droppath() typo from 80605a8127e0
|
Fri, 11 Jul 2008 14:40:44 +0200 |
Patrick Mezard |
Add test for case folding issues
|
Tue, 01 Jul 2008 17:59:31 +0100 |
Paul Moore |
Sort removes first when applying updates (fixes issues 750 and 912)
|
Thu, 03 Jul 2008 20:53:14 -0700 |
byron |
Added missing --config global option to zsh_completion.
|
Mon, 07 Jul 2008 09:33:54 +0200 |
Andreas Hartmetz |
Document password syntax in repositories URLs
|
Mon, 07 Jul 2008 09:31:32 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Mon, 07 Jul 2008 09:16:09 +0200 |
Patrick Mezard |
mq: fix qrefresh losing copy information (issue 1134)
|
Sat, 05 Jul 2008 14:35:36 +0200 |
Patrick Mezard |
hgk: ctx.parents() problem introduced by 2d54e7c1e69d
|
Sat, 05 Jul 2008 14:35:34 +0200 |
Patrick Mezard |
Fix tests failures introduced by 7239e06e58e9
|
Tue, 24 Jun 2008 10:40:41 +0100 |
Frank Kingswood |
convert: add documentation for CVS source
|
Wed, 02 Jul 2008 12:27:57 +0200 |
Dirkjan Ochtman |
merge another backout
|
Wed, 02 Jul 2008 12:02:33 +0200 |
Dirkjan Ochtman |
Backed out changeset 4879468fa28f (incorrect Content-Length on Windows)
|
Wed, 02 Jul 2008 11:31:19 +0200 |
Dirkjan Ochtman |
merge the backout head
|
Wed, 02 Jul 2008 10:58:27 +0200 |
Dirkjan Ochtman |
Backed out changeset b9d6ab187523 (doesn't work on Python 2.3/2.4)
|
Wed, 02 Jul 2008 09:31:13 +0200 |
Dirkjan Ochtman |
merge with main
|
Wed, 02 Jul 2008 09:21:57 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Wed, 25 Jun 2008 14:13:20 -0700 |
Brendan Cully |
Check that git patches only touch files under root
|
Tue, 01 Jul 2008 23:41:47 +0100 |
Martin OConnor |
Updating Copyright dates in Windows Installer
|
Tue, 01 Jul 2008 20:17:11 +0100 |
Paul Moore |
Force email package to be loaded in py2exe
|
Mon, 30 Jun 2008 10:36:45 +0200 |
Dirkjan Ochtman |
hgweb: use a single-element tuple to return from protocol.unbundle()
|
Sun, 29 Jun 2008 23:02:02 +0200 |
Dirkjan Ochtman |
add an Accept header to the http client
|
Sun, 29 Jun 2008 22:47:57 +0200 |
Dirkjan Ochtman |
tests: add a test for the hgweb graph
|
Sun, 29 Jun 2008 22:36:18 +0200 |
Dirkjan Ochtman |
hgweb: return content iterator instead of using write() callable
|
Sun, 29 Jun 2008 15:23:09 +0200 |
Dirkjan Ochtman |
hgweb: all protocol functions have become generators
|
Sun, 29 Jun 2008 13:16:25 +0200 |
Dirkjan Ochtman |
templater: make a template a string-only iterator
|
Sun, 29 Jun 2008 14:20:01 +0200 |
Dirkjan Ochtman |
streamclone yields chunks instead of accepting a file-like object
|
Sun, 29 Jun 2008 11:34:36 +0200 |
Dirkjan Ochtman |
hgweb: protocol functions take repo instead of web
|
Sun, 29 Jun 2008 11:35:08 +0200 |
Dirkjan Ochtman |
hgweb: move capabilities calculation back into hgweb.protocol
|
Sun, 29 Jun 2008 11:35:06 +0200 |
Dirkjan Ochtman |
hgweb: centralize permission checks for protocol commands
|
Sun, 29 Jun 2008 11:02:19 +0200 |
Dirkjan Ochtman |
tests: add some tests for web.allowpull configurations
|
Sat, 28 Jun 2008 15:28:43 +0200 |
Dirkjan Ochtman |
hgweb: protocol requests are processed immediately
|
Sat, 28 Jun 2008 09:28:01 +0200 |
Dirkjan Ochtman |
merge with mpm
|
Thu, 26 Jun 2008 13:37:47 -0700 |
Brendan Cully |
coal: include current node in log, graph menu links
|
Thu, 26 Jun 2008 13:45:39 +0200 |
Dirkjan Ochtman |
hgweb: move shortcut expansion to request instantiation
|
Fri, 11 Jul 2008 18:46:02 -0500 |
Matt Mackall |
fix iso date help
|
Fri, 11 Jul 2008 18:46:02 -0500 |
Matt Mackall |
context: simplify parents code
|
Fri, 11 Jul 2008 18:46:02 -0500 |
Matt Mackall |
workingctx: add __contains__ method
|
Fri, 11 Jul 2008 18:46:02 -0500 |
Matt Mackall |
status: various cleanups
|
Fri, 11 Jul 2008 18:46:02 -0500 |
Matt Mackall |
status: use contexts
|
Fri, 11 Jul 2008 18:46:02 -0500 |
Matt Mackall |
hgk: fix parent breakage
|
Fri, 11 Jul 2008 18:46:02 -0500 |
Matt Mackall |
dirstate: simplify/optimize path checking
|
Fri, 27 Jun 2008 21:45:16 -0500 |
Matt Mackall |
acl: refactoring
|
Fri, 27 Jun 2008 19:27:00 -0500 |
Matt Mackall |
manifest: make checkforbidden take a list
|
Fri, 27 Jun 2008 19:25:48 -0500 |
Matt Mackall |
context: add walk method
|
Fri, 27 Jun 2008 18:44:43 -0500 |
Matt Mackall |
context: add __int__ and hex methods
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
Fri, 27 Jun 2008 14:53:30 -0500 |
Matt Mackall |
remove: work directly off status
|
Fri, 27 Jun 2008 13:43:29 -0500 |
Matt Mackall |
status: clean up all users for unknown files
|
Thu, 26 Jun 2008 18:49:45 -0500 |
Matt Mackall |
churn: major refactor
|
Wed, 25 Jun 2008 14:13:20 -0700 |
Brendan Cully |
Check that git patches only touch files under root
|
Thu, 26 Jun 2008 18:44:54 -0500 |
Matt Mackall |
purge: cleanup
|
Thu, 26 Jun 2008 15:55:23 -0500 |
Matt Mackall |
dirstate: improve case-folding logic
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
dirstate: fold statwalk and walk
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
purge: use status
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
repo.status: eliminate list_
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
verify: lots of refactoring
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
verify: add some local variables
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
add __len__ and __iter__ methods to repo and revlog
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
manifest: remove execf/linkf methods
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
make debugrename work on p1, not tip
|
Thu, 26 Jun 2008 14:35:46 -0500 |
Matt Mackall |
use repo[changeid] to get a changectx
|
Thu, 26 Jun 2008 13:58:24 -0500 |
Matt Mackall |
rename checkfolding to checkcase
|
Thu, 26 Jun 2008 13:58:22 -0500 |
Matt Mackall |
dirstate: remove unused folding function
|
Thu, 26 Jun 2008 13:52:16 -0500 |
Matt Mackall |
context: remove islink and isexec methods
|
Thu, 26 Jun 2008 13:46:34 -0500 |
Matt Mackall |
simplify flag handling
|
Thu, 26 Jun 2008 13:46:33 -0500 |
Matt Mackall |
context: clean up parents()
|
Thu, 26 Jun 2008 13:46:31 -0500 |
Matt Mackall |
context: simplify changeid logic
|
Thu, 26 Jun 2008 13:46:29 -0500 |
Matt Mackall |
use repo.changectx(None) to get a workingctx
|
Wed, 25 Jun 2008 17:35:20 -0500 |
Matt Mackall |
context: avoid using None for working parent
|
Wed, 25 Jun 2008 17:34:28 -0500 |
Matt Mackall |
use repo.changectx rather than context.changectx
|
Wed, 25 Jun 2008 17:33:51 -0500 |
Matt Mackall |
context: consistently return p1 context for None
|