Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-240
+240
+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.
context.py: various fixes
2006-07-16, by Benoit Boissinot
context.py: filectxs was using a keyword arg, add it to filectx
2006-07-16, by Benoit Boissinot
context.py: self.repo is not defined, change to self._repo
2006-07-16, by Benoit Boissinot
walkchangerevs: fix race in fast path
2006-07-16, by Benoit Boissinot
mention the bts for bug reporting in traceback message
2006-07-16, by Benoit Boissinot
expand the path if destination is not a directory
2006-07-16, by Benoit Boissinot
fix problem with uncompressed clone and python 2.3.
2006-07-17, by Vadim Gelfer
rename stream hgrc option to compressed.
2006-07-16, by Vadim Gelfer
clone: disable stream support on server side by default.
2006-07-15, by Vadim Gelfer
clone: change name of --stream to --uncompressed.
2006-07-15, by Vadim Gelfer
update test-backout.out
2006-07-15, by Vadim Gelfer
merge with crew
2006-07-15, by Benoit Boissinot
fix bug introduced in b13a98bd078e
2006-07-15, by Benoit Boissinot
merge.
2006-07-14, by Vadim Gelfer
contrib: add sample.hgrc
2006-07-14, by Rafael Villar Burke
backout: allow backout of merge changeset with --parent option.
2006-07-14, by Vadim Gelfer
clone: do not make streaming default. add --stream option instead.
2006-07-14, by Vadim Gelfer
add support for streaming clone.
2006-07-14, by Vadim Gelfer
Add merge to list of required tools.
2006-07-13, by Lee Cantey
Fix sed expression for OS X and Solaris 2.6.
2006-07-13, by Lee Cantey
util.parsedate should understand dates from hg export
2006-07-13, by Chris Mason
merge with mathieu clabaut.
2006-07-12, by Vadim Gelfer
HGcommand.vim : HGCommandEnableBufferSetup on by default
2006-07-13, by Mathieu Clabaut
HGcommand.vim : HGGetStatusLine accept to display an empty 'branch' value
2006-07-12, by Mathieu Clabaut
HGcommand.vim : suppress CVS relief
2006-07-12, by Mathieu Clabaut
HGcommand.vim : doc review.
2006-07-12, by Mathieu Clabaut
HGcommand.vim : doc integration
2006-07-12, by Mathieu Clabaut
contrib/hgsh: make to work with remote clone over ssh.
2006-07-12, by Vadim Gelfer
move most of tag code to localrepository class.
2006-07-12, by Vadim Gelfer
clean up trailing white space.
2006-07-12, by Vadim Gelfer
Added tests for local and remote init.
2006-07-12, by Thomas Arendsen Hein
Add ui method to set --ssh/--remotecmd, use it in init/clone/pull/push/in/out.
2006-07-12, by Thomas Arendsen Hein
clone: move code into hg module. make doc better.
2006-07-11, by Vadim Gelfer
merge with crew.
2006-07-11, by Vadim Gelfer
parse url schemes more strictly.
2006-07-11, by Vadim Gelfer
add missed tests for diff -b/-B
2006-07-11, by Vadim Gelfer
merge with crew.
2006-07-11, by Vadim Gelfer
Vim script: Adaptation from CVS to Mercurial
2006-07-10, by Mathieu Clabaut
Addition of CVScommand vim script as a base for HGcommand
2006-07-10, by Mathieu Clabaut
Additional information about URLs in pull/push/clone/init:
2006-07-11, by Thomas Arendsen Hein
disambiguate help about url syntax
2006-07-11, by Aurelien Jacobs
merge with crew.
2006-07-10, by Vadim Gelfer
darcs2hg: pause and resume support, date extraction from commit hash, does not break on empty commits
2006-07-10, by Sébastien Pierre
darcs2hg: improved logging
2006-07-10, by Sébastien Pierre
darcs2hg.py: use darcs patch hash as patch identifier
2006-07-09, by Nils Decker
merge with crew
2006-07-09, by Benoit Boissinot
adding local_hostname option to smtp configuration
2006-07-09, by Valentino Volonghi aka dialtone
Respect "Connection: close" headers sent by HTTP clients.
2006-07-07, by Alexis S. L. Carvalho
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
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
refactor ssh server.
2006-06-04, by Vadim Gelfer
remove appendfile for the manifest when adding a changegroup
2006-06-04, by Benoit Boissinot
hgweb: fix errors and warnings found by pychecker
2006-06-04, by Benoit Boissinot
dirstate: refactor the dirstate binary format, remove magic numbers
2006-06-04, by Benoit Boissinot
Adjusting hgweb splitup to be a little cleaner.
2006-06-02, by Eric Hopper
Fixing up comment headers for split up code.
2006-06-02, by Eric Hopper
merge with crew.
2006-06-01, by Vadim Gelfer
less
more
|
(0)
-1000
-240
+240
+1000
+3000
+10000
+30000
tip