Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Update Mac OSX installer to 0.9 with Universal Python build
2006-06-27, by Lee Cantey
import: make help clearer. suggested by asak.
2006-06-27, by Vadim Gelfer
Really fix http headers for web UI and issue 254.
2006-06-27, by Eric Hopper
import: added tests, fixed bugs found by tests and asak.
2006-06-27, by Vadim Gelfer
mq: fix qparents to return the correct parent when no patches are applied
2006-06-27, by Chris Mason
mq: hg qnew -f should refresh the new patch
2006-06-27, by Chris Mason
merge with crew.
2006-06-27, by Vadim Gelfer
merge with wsgi changes.
2006-06-27, by Vadim Gelfer
Put support for persistent connections back in.
2006-06-27, by Eric Hopper
Fix two small bugs that would've prevented the web interface and IPv6
2006-06-27, by Eric Hopper
This patch make several WSGI related alterations.
2006-06-27, by Eric Hopper
Fix server to set up a more WSGI compliant environment.
2006-06-27, by Eric Hopper
import: parse email messages
2006-06-27, by Vadim Gelfer
Don't require opts['dry_run'] to be set to fix external tools like tailor.
2006-06-27, by Thomas Arendsen Hein
Allow using default values with ui.configlist, too, and add a test for this.
2006-06-26, by Thomas Arendsen Hein
Make "[web] allow_push, deny_push" and "[http_proxy] no" use ui.configlist.
2006-06-26, by Thomas Arendsen Hein
Fixed [web] allow_archive for comma separated parameters by using ui.configlist.
2006-06-26, by Thomas Arendsen Hein
Added ui.configlist method to get comma/space separated lists of strings.
2006-06-26, by Thomas Arendsen Hein
Fix ui.expandpath problem and broken test introduced by 4a2a4d988ead.
2006-06-26, by Thomas Arendsen Hein
do not try to package lsprof if not available.
2006-06-23, by Vadim Gelfer
add test for default-push.
2006-06-23, by Vadim Gelfer
make ui.expandpath better with default path.
2006-06-23, by Vadim Gelfer
push, outgoing, bundle: fall back to "default" if "default-push" not defined
2006-06-23, by Vadim Gelfer
print message after backout that tells that backout adds new head.
2006-06-23, by Vadim Gelfer
Test case for #295
2006-06-23, by Brendan Cully
Fix localrepo.changes() Correctly decide if we are diffing the working dir
2006-06-23, by Chris Mason
Change revlog.heads to walk the revision graph using revision numbers
2006-06-20, by Alexis S. L. Carvalho
Add revlog.parentrevs function.
2006-06-20, by Alexis S. L. Carvalho
mq: add qimported patches if patch dir is a repo
2006-06-23, by Vadim Gelfer
Test case for #294
2006-06-23, by Brendan Cully
simplify filterfiles when filtering based on a directory
2006-06-23, by Benoit Boissinot
filterfiles: Search as long as the target is a prefix of current.
2006-06-23, by Brendan Cully
remove duplicate code.
2006-06-21, by Vadim Gelfer
Fixed conditional include of stdint.h for windows/msvc6/python2.3 environment.
2006-06-22, by Shun-ichi GOTO
Fix hg diff regression
2006-06-22, by andrea
add tests for push over http.
2006-06-21, by Vadim Gelfer
fix -I/-X when relative paths used or in subdir
2006-06-21, by Vadim Gelfer
hg.repository: many routines expect path to be a string even if empty.
2006-06-21, by Vadim Gelfer
fix bug in localrepo.changes.
2006-06-21, by Vadim Gelfer
use commit time as mtime for file archives.
2006-06-21, by Vadim Gelfer
archive: make "hg archive -t XXX -" to write to stdout
2006-06-21, by Vadim Gelfer
merge with crew.
2006-06-21, by Vadim Gelfer
Fix cold cache diff performance
2006-06-21, by Chris Mason
change some repo messages in small ways.
2006-06-21, by Vadim Gelfer
make repo scheme table driven.
2006-06-21, by Vadim Gelfer
merge with crew.
2006-06-20, by Vadim Gelfer
use demandload more.
2006-06-20, by Vadim Gelfer
hg.repository: make protocol table driven.
2006-06-20, by Vadim Gelfer
mac os x: fixes for 10.2 from chris monson <monpublic@gmail.com>
2006-06-20, by Vadim Gelfer
http client: better work with authorization errors, broken sockets.
2006-06-20, by Vadim Gelfer
push over http: server side authorization support.
2006-06-20, by Vadim Gelfer
push over http: client support.
2006-06-20, by Vadim Gelfer
push over http: server support.
2006-06-20, by Vadim Gelfer
localrepository.push: propagate return value
2006-06-20, by Vadim Gelfer
util: add limit to amount filechunkiter will read
2006-06-20, by Vadim Gelfer
tidy up mtime patch of andrea, get back half of performance loss.
2006-06-20, by Vadim Gelfer
report correct mtime in the hg diff output
2006-06-20, by andrea
merge with crew
2006-06-19, by Benoit Boissinot
change log message creation when using 'hg import'
2006-06-18, by Benoit Boissinot
merge emacs changes.
2006-06-18, by Vadim Gelfer
merge with crew.
2006-06-18, by Vadim Gelfer
Emacs: follow the revision usage policy of "hg diff" command.
2006-06-18, by FUJIWARA Katsunori
Emacs: change directory of output buffer to the root of the repository.
2006-06-18, by FUJIWARA Katsunori
Emacs: use `default-directory' if `buffer-file-name' is null.
2006-06-18, by FUJIWARA Katsunori
Emacs: use delete-region instead of kill-* functions.
2006-06-17, by FUJIWARA Katsunori
merge with crew
2006-06-17, by Benoit Boissinot
fix an undefined variable spotted by pychecker
2006-06-17, by Benoit Boissinot
fix unused variable warning from pychecker
2006-06-17, by Benoit Boissinot
replace os.stat with os.lstat in some where.
2006-06-16, by Vadim Gelfer
httprepo: make "http://user:pass@host/" urls work
2006-06-16, by Vadim Gelfer
httprepo: fix small bug in authentication.
2006-06-16, by Vadim Gelfer
merge with crew.
2006-06-16, by Vadim Gelfer
Update keepalive.py to current CVS version of urlgrabber.
2006-06-16, by Alexis S. L. Carvalho
patchbomb does not handle email time stamp plattform independent
2006-06-16, by Volker Kleinfeld
http: query server for capabilities
2006-06-15, by Vadim Gelfer
remove use of undefined variable.
2006-06-15, by Vadim Gelfer
merge with self.
2006-06-15, by Vadim Gelfer
extend network protocol to stop clients from locking servers
2006-06-15, by Vadim Gelfer
test-bad-pull: fix change in error output.
2006-06-15, by Vadim Gelfer
sshrepo: fix bug in error formatting.
2006-06-15, by Vadim Gelfer
hgweb: split "verbs" into methods.
2006-06-15, by Vadim Gelfer
http client: support persistent connections.
2006-06-15, by Vadim Gelfer
http server: support persistent connections.
2006-06-15, by Vadim Gelfer
merge with crew.
2006-06-14, by Vadim Gelfer
move hgk.py into hgext. now to enable "hg view" is one less step.
2006-06-14, by Vadim Gelfer
replace old-http:// syntax by static-http:// and deprecate the redundant hg://
2006-06-14, by Benoit Boissinot
Add web.contact to the hgrc documentation.
2006-06-14, by Daniel Santa Cruz
dirstate: fix call to os.lstat when st is None
2006-06-13, by Vadim Gelfer
honor signals during load of extensions.
2006-06-13, by Vadim Gelfer
dirstate.read: make 15% faster.
2006-06-12, by Vadim Gelfer
merge with crew.
2006-06-12, by Vadim Gelfer
dirstate: speed up inner loop of read.
2006-06-12, by Vadim Gelfer
Report on push/pull if heads are merged, too, like for new heads.
2006-06-10, by Thomas Arendsen Hein
merge with upstream
2006-06-10, by Benoit Boissinot
add --lsprof option. 3x faster than --profile, more useful output.
2006-06-09, by Vadim Gelfer
ssh: add capability detection at startup
2006-06-09, by Matt Mackall
ssh: gather initial output so we can do capability detection
2006-06-09, by Matt Mackall
Initial implementation of hello command for ssh
2006-06-09, by Matt Mackall
update test-help output after new options.
2006-06-09, by Vadim Gelfer
copy: fix introduced bug.
2006-06-09, by Vadim Gelfer
make description of -n option better.
2006-06-09, by Vadim Gelfer
revert: add -n/--dry-run option
2006-06-09, by Vadim Gelfer
remove: add -n/--dry-run option
2006-06-09, by Vadim Gelfer
copy: add -n/--dry-run option
2006-06-09, by Vadim Gelfer
addremove: add -n/--dry-run option
2006-06-09, by Vadim Gelfer
add: add -n/--dry-run option
2006-06-09, by Vadim Gelfer
debugconfig: allow to print by section and exact item name
2006-06-08, by Vadim Gelfer
Fix diff header (line endings) for failed test output in run-tests.py.
2006-06-08, by Thomas Arendsen Hein
Don't run tests with dots in their name (e.g. test-foo.orig)
2006-06-08, by Thomas Arendsen Hein
revert: better fix for not printing 'reverting' message
2006-06-07, by Vadim Gelfer
revert: check for changes against target rev
2006-06-07, by Vadim Gelfer
pick a non-conflicting module name when loading an extension
2006-06-07, by Benoit Boissinot
Fixed 'hg serve --webdir-conf foo' which broke due to split of hgweb.
2006-06-05, by Thomas Arendsen Hein
Further cleanup of ui.py (changeset 74d569332f8b used one-char variable names).
2006-06-05, by Thomas Arendsen Hein
packagescan can't scan nested packages
2006-06-02, by Eung-Ju PARK
move purge extension out of hgext.
2006-06-04, by Vadim Gelfer
import: allow to import stdin with file name "-"
2006-06-04, by Vadim Gelfer
fix comment.
2006-06-04, by Vadim Gelfer
merge with crew.
2006-06-04, by Vadim Gelfer
merge change to ssh protocol.
2006-06-04, by Vadim Gelfer
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
+30000
tip