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.
allow use of extensions in python hooks
2006-07-09, by Benoit Boissinot
diff: add -b/-B options
2006-06-29, by Haakon Riiser
use __contains__, index or split instead of str.find
2006-07-09, by Benoit Boissinot
coding style: use spaces instead of tabs
2006-07-08, by Benoit Boissinot
bdiff: improve worst case behavior by 100x.
2006-07-07, by Vadim Gelfer
Changed default timeout for run-tests.py from 30 to 180 seconds.
2006-07-07, by Thomas Arendsen Hein
Redirect MacPython link to point to python.org
2006-07-06, by Lee Cantey
merge with mpm.
2006-07-06, by Vadim Gelfer
fix problems with external module handling. found by benoit boissinot.
2006-07-06, by Vadim Gelfer
tests: record few more daemon pids to be safe
2006-07-06, by Vadim Gelfer
tests: add timeouts, make run-tests.py clean up dead daemon processes
2006-07-06, by Vadim Gelfer
run-tests.py: make tests use same python interpreter as test harness.
2006-07-06, by Vadim Gelfer
HTTPS: fix python2.3, persistent connections, don't explode if SSL is not available
2006-07-06, by Alexis S. L. Carvalho
Fix annotate breakage
2006-07-06, by Matt Mackall
Merge context patches
2006-07-05, by Matt Mackall
Convert hg annotate to context api
2006-06-28, by Matt Mackall
convert hg cat to new context api
2006-06-28, by Matt Mackall
Add context helper functions to localrepo
2006-06-28, by Matt Mackall
Add context.py: changeset and file revision contexts
2006-06-28, by Matt Mackall
simplify make_filename, fix hg cat bug
2006-06-28, by Matt Mackall
revlog: make lookup handle binary nodes
2006-06-28, by Matt Mackall
revlog: handle integer arguments to lookup
2006-06-28, by Matt Mackall
templater.firstline should handle empty strings
2006-07-04, by Brendan Cully
hgweb: fix unbundle.
2006-07-03, by Alexis S. L. Carvalho
Fix push over https.
2006-07-03, by Alexis S. L. Carvalho
Allow http://user@example.com URLs (i.e. without passwords)
2006-07-03, by Alexis S. L. Carvalho
hg.py: move exception handling code to try to avoid hiding errors
2006-07-02, by Alexis S. L. Carvalho
help: add help to mq extension
2006-07-03, by Vadim Gelfer
help: make "hg help EXTENSION" work
2006-07-03, by Vadim Gelfer
Adjusted test output to changed abort message of 'hg merge' (from 0229ff95faec)
2006-07-03, by Thomas Arendsen Hein
merge with crew.
2006-07-03, by Vadim Gelfer
Disable automatic line endings conversion on windows
2006-07-03, by Raphael Marmier
Added ability to clone from a local repository to a (new) remote one.
2006-06-30, by Sean Meiners
Clarified message when nothing to merge is seen.
2006-07-03, by Thomas Arendsen Hein
test-webraw: do not store hostname in test output
2006-06-30, by Vadim Gelfer
str.rsplit does not exist in python 2.3
2006-06-30, by Benoit Boissinot
Merge with crew.
2006-06-30, by Thomas Arendsen Hein
Added missing space in continued string.
2006-06-30, by Thomas Arendsen Hein
Include inttypes.h instead of stdint.h (fixes issue299)
2006-06-30, by Thomas Arendsen Hein
Use more compatible `cmd` instead of $(cmd) in test-http-proxy
2006-06-30, by Thomas Arendsen Hein
Don't change $PATH (breaks python in other locations) and $PWD in test-oldcgi
2006-06-30, by Thomas Arendsen Hein
Don't use non-sh declare in test-oldcgi.
2006-06-30, by Thomas Arendsen Hein
Merged WSGI fixes from http://hg.omnifarious.org/~hopper/webmerc/
2006-06-30, by Thomas Arendsen Hein
Cleanup hgweb and hgwebdir's run method a bit.
2006-06-30, by Eric Hopper
Fix hgwebdir to run hgweb using run_wsgi.
2006-06-30, by Eric Hopper
Fix new tests to be better. In particular, fix webraw test to
2006-06-30, by Eric Hopper
Arrange for old copies of CGI scripts to still work.
2006-06-29, by Eric Hopper
Fix raw files in the web UI.
2006-06-29, by Eric Hopper
Create a test to make sure old CGI scripts will still work.
2006-06-29, by Eric Hopper
Add a test for getting raw files via the web UI.
2006-06-29, by Eric Hopper
Merge with crew.
2006-06-30, by Thomas Arendsen Hein
Wait for first pull to be completed before doing verify.
2006-06-28, by Thomas Arendsen Hein
Some systems are slower ... give 'em some time/
2006-06-27, by Sascha Wilde
Workaround to work with less sophisticated sed versions.
2006-06-27, by Sascha Wilde
Split installation targets into install-bin and install-doc.
2006-06-27, by Sascha Wilde
mq: Added help for qcommit, consistently talk about queue repository.
2006-06-28, by Thomas Arendsen Hein
hgk: Don't choke on empty changelogs
2006-06-30, by Brendan Cully
add more testcases for date parsing
2006-06-30, by Benoit Boissinot
validate the resulting date in parsedate
2006-06-30, by Benoit Boissinot
Allow the use of human readable dates (issue 251)
2006-06-30, by Jose M. Prieto
add -r/--rev arguments to incoming and outgoing
2006-06-30, by Benoit Boissinot
make changeset outputted by the raw template to be closer to 'hg export'
2006-06-30, by Benoit Boissinot
add a new template function 'hgdate'
2006-06-30, by Benoit Boissinot
mercurial.el: fix misleading indent of code.
2006-06-29, by Vadim Gelfer
mercurial.el: inhibit backups for files managed by mercurial
2006-06-29, by Vadim Gelfer
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
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
+30000
tip