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.
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
merge with crew.
2006-06-01, by Vadim Gelfer
Cleanup: unifiy the coding style in the ui.py configitems forwarders.
2006-06-01, by Markus F.X.J. Oberhumer
Expand '~' in path to extensions.
2006-06-01, by Markus F.X.J. Oberhumer
merge with crew.
2006-06-01, by Vadim Gelfer
The line used to ignore the setup file for win32 is a regexp but it was after a "syntax: glob"
2006-05-22, by Marco Barisione
Automatically add the path of hg to %PATH% using add_path
2006-05-22, by Marco Barisione
Ignore the .exe setup file for Windows
2006-05-22, by Marco Barisione
Make indentation of purge's cmdtable match to mercurial/commands.py
2006-06-02, by Thomas Arendsen Hein
Rewritten install instructions for hg-purge to match new situation, fixed typos.
2006-06-02, by Thomas Arendsen Hein
Merged hg-purge
2006-06-01, by Thomas Arendsen Hein
Reorganized files in hg-purge repo to push them into Mercurial.
2006-06-01, by Thomas Arendsen Hein
Removed --nothing, added --print and --print0
2006-05-26, by Marco Barisione
The meaning of the directories on the command line is now explained correctly
2006-05-16, by Marco Barisione
Marked strings for translation
2006-05-16, by Marco Barisione
Added some comments
2006-05-16, by Marco Barisione
Even on Windows self._repo.dirstate.state() wants '/' in paths
2006-05-16, by demian
Some functions were called as globals (i.e. I forgot some "self.")
2006-05-16, by demian
Changset de893ad6bd17 wrongly reversed the meaning of --nothing
2006-05-16, by demian
Use self._ui.note(...) instead of if self._ui.verbose: self._ui.status(...)
2006-05-16, by demian
Command line options are read in a saner way
2006-05-16, by demian
Purge.from_command is now a function called purge
2006-05-16, by demian
Added a link to the home page of hg purge
2006-05-13, by demian
Added a link to the page for CVS utilities
2006-05-13, by demian
Added some lines on the requirements for purge
2006-05-13, by demian
Added an explanation on how to enable the extension in "~/.hgrc"
2006-05-13, by demian
Initial commit
2006-05-12, by demian
Give a response to unknown SSH commands
2006-06-04, by Matt Mackall
Renamed localrepo.undo() to rollback() and talk about "rollback information".
2006-06-01, by Thomas Arendsen Hein
Fix automatic decompression of tarballs with Firefox.
2006-06-01, by Thomas Arendsen Hein
hgweb: fix tracebacks on both index and repo pages
2006-06-01, by TK Soh
Allow comma to separate types in allow_archive, too. Use longer variable name.
2006-06-01, by Thomas Arendsen Hein
hgweb: add allow_archive support to [web] section of hgrc
2006-06-01, by TK Soh
merge with crew.
2006-05-31, by Vadim Gelfer
Final stage of the hgweb split up.
2006-05-31, by Eric Hopper
Splitting up hgweb so it's easier to change.
2006-05-31, by Eric Hopper
Manifest groups may be empty, so don't abort in this case (fixes issue210).
2006-05-31, by Thomas Arendsen Hein
Pass filename to decoder for 'hg archive' (fixes issue267)
2006-05-31, by Thomas Arendsen Hein
various fixes to darcs conversion script
2006-05-29, by TK Soh
contrib: move hg-menu.vim into contrib/vim directory
2006-05-27, by Vadim Gelfer
contrib: patch review plugin for vim 7.0
2006-05-27, by Manpreet Singh
darcs2hg.py: import darcs project into mercurial
2006-05-27, by Sébastien Pierre
better ui for the bisect extension
2006-05-26, by Benoit Boissinot
use a more reliable way to find what are the new changesets on pull/unbundle
2006-05-24, by Benoit Boissinot
merge with crew
2006-05-24, by Benoit Boissinot
n is always 'True', we can only stop the loop with the break statement
2006-05-24, by Benoit Boissinot
add acl extension, to limit who can push to subdirs of central repo.
2006-05-23, by Vadim Gelfer
add ui.has_config method.
2006-05-23, by Vadim Gelfer
merge with crew.
2006-05-23, by Vadim Gelfer
contrib: add restricted shell.
2006-05-23, by Vadim Gelfer
merge with crew
2006-05-23, by Benoit Boissinot
document and fix findincoming
2006-05-23, by Benoit Boissinot
Minor typo change to reflect actual values used.
2006-05-22, by Daniel Santa Cruz
http: fix many problems with url parsing and auth. added proxy test.
2006-05-22, by Vadim Gelfer
http: print better error if exception happens.
2006-05-22, by Vadim Gelfer
add ui.print_exc(), make all traceback printing central.
2006-05-22, by Vadim Gelfer
merge with crew.
2006-05-21, by Vadim Gelfer
new extension: extdiff. allows to use external diff program.
2006-05-21, by Vadim Gelfer
merge with crew.
2006-05-21, by Vadim Gelfer
diff: allow to use -rA:B syntax as well as -rA -rB
2006-05-21, by Vadim Gelfer
add 'uisetup' function to extension module protocol.
2006-05-21, by Vadim Gelfer
notify: add debug output. do not fail if no config file.
2006-05-20, by Vadim Gelfer
hgweb.manifest: revno of manifest and changelog aren't always the same
2006-05-20, by Alexis S. L. Carvalho
merge with crew.
2006-05-19, by Vadim Gelfer
notify: fix off by one error.
2006-05-19, by Vadim Gelfer
merge with crew.
2006-05-19, by Vadim Gelfer
merge with crew.
2006-05-19, by Vadim Gelfer
setup.py: install packagescan before any mercurial modules is imported
2006-05-19, by Volker Kleinfeld
packagescan: handle demandload module naming changes.
2006-05-19, by Volker Kleinfeld
Update configuration note with mercurial.ini change from Thomas
2006-05-18, by Lee Cantey
fix parsing of tags. make parse errors useful. add new tag tests.
2006-05-18, by Vadim Gelfer
test-globalopts: make sed expression better.
2006-05-18, by Vadim Gelfer
If HOME is defined on Windows, Mercurial uses it. Document this.
2006-05-18, by FUJIWARA Katsunori
merge emacs patches.
2006-05-18, by Vadim Gelfer
Emacs: separate limitations of revision range and shown changesets.
2006-05-18, by FUJIWARA Katsunori
Emacs: adapt read-file-name invocation for (non-X)Emacs 21.4.
2006-05-18, by FUJIWARA Katsunori
Remove quotes from patch command.
2006-05-18, by Volker Kleinfeld
Fixed typo (qshell instead of shell) in win98 code (see issue244).
2006-05-19, by Thomas Arendsen Hein
merge with crew.
2006-05-18, by Vadim Gelfer
Moving hgweb.py into it's own module in preparation for breaking it up.
2006-05-18, by Eric Hopper
demandload: implement __call__
2006-05-18, by John Arbash Meinel
remove: rewrite to be ~400x faster, bit more friendly
2006-05-18, by Vadim Gelfer
Use platform path for renaming file in util.atomictempfile.rename()
2006-05-18, by Thomas Arendsen Hein
Add section for configuration notes with initial note about the default editor
2006-05-18, by Lee Cantey
bugzilla: allow to map between committer email and bugzilla user name.
2006-05-18, by Vadim Gelfer
Removed extra space in bisect output.
2006-05-18, by Thomas Arendsen Hein
Merge with main
2006-05-17, by Thomas Arendsen Hein
Corrected tests for commit now consistently stripping last newline.
2006-05-17, by Thomas Arendsen Hein
Corrected test for date in output of 'hg export'.
2006-05-17, by Thomas Arendsen Hein
Strip empty lines and trailing spaces around commit messages.
2006-05-17, by Thomas Arendsen Hein
Use "# Date" instead of "# Timestamp" for dated export/import of patches.
2006-05-17, by Thomas Arendsen Hein
Add timestamp field to export format. Make import and mq use it.
2006-05-17, by Danek Duvall
Merge with crew
2006-05-17, by Matt Mackall
Fix hg view if author's name contains unmatched quotes. (issue248)
2006-05-17, by Thomas Arendsen Hein
notify changeset diff should be against current node instead of tip
2006-05-16, by Aurelien Jacobs
fix a typo in an error message
2006-05-16, by Benoit Boissinot
Catch urllib's HTTPException and give a meaningful error message to the user.
2006-05-16, by Thomas Arendsen Hein
add --config global option. allows to set hgrc option on command line.
2006-05-15, by Vadim Gelfer
allow to send email using sendmail.
2006-05-15, by Vadim Gelfer
merge with crew.
2006-05-15, by Vadim Gelfer
add test for revlog.parseindex
2006-05-14, by Alexis S. L. Carvalho
Fix revlog.parseindex
2006-05-14, by Alexis S. L. Carvalho
remove non-prefixed environment variables from hooks.
2006-05-15, by Vadim Gelfer
Update debugindexdot to work with RevlogNG.
2006-05-15, by Samuel Masham
do not set smtp host by default - raise error instead
2006-05-15, by Vadim Gelfer
win98: fall back to win32api.GetModuleFileName if needed.
2006-05-14, by Volker Kleinfeld
On win98 os.path.expanuser('~') does not result in a useable directory.
2006-05-14, by Volker Kleinfeld
deprecate 'update -m'. use 'merge' instead.
2006-05-14, by Vadim Gelfer
merge with crew.
2006-05-14, by Vadim Gelfer
prompt user for http authentication info
2006-05-14, by Vadim Gelfer
On Windows look for mercurial.ini in $USERPROFILE, too, if available
2006-05-14, by Thomas Arendsen Hein
merge with crew.
2006-05-13, by Vadim Gelfer
Make hg status work for repositories in root directory on windows (issue 228)
2006-05-13, by Manpreet Singh
Add more specific documentation about defaults for the [paths] section
2006-05-13, by Daniel
Update Windows release notes and install script for v0.9
2006-05-12, by Lee Cantey
Fix hgweb.filediff
2006-05-12, by Alexis S. L. Carvalho
tests for bundles and bundlerepo
2006-05-12, by Benoit Boissinot
add support for compressed bundle repositories
2006-05-12, by Benoit Boissinot
revert: fix corner case found by faheem mitha.
2006-05-11, by Vadim Gelfer
Make it possible to use the root directory as the root of a repository.
2006-05-11, by Manpreet Singh
Fix issue240: mq: qpush fails on Solaris
2006-05-11, by Danek Duvall
merge with crew.
2006-05-11, by Vadim Gelfer
fix coding style of backout editor change.
2006-05-11, by Vadim Gelfer
Force editor to appear for an 'hg backout' if a message or logfile aren't
2006-05-11, by john levon
hooks: add preupdate and update hooks.
2006-05-11, by Vadim Gelfer
merge with crew.
2006-05-11, by Vadim Gelfer
localrepo.update: abort if outstanding merges, instead of warn/return 1
2006-05-11, by Vadim Gelfer
make reason for sys.argv change obvious in code.
2006-05-11, by Vadim Gelfer
merge with crew.
2006-05-11, by Vadim Gelfer
Check existance of sys.argv for the use from mod_python.
2006-05-11, by Shun-ichi GOTO
add tests for incoming and outgoing
2006-05-11, by Benoit Boissinot
fix a traceback when unbundling does not add any changesets
2006-05-11, by Benoit Boissinot
catch KeyboardInterrupt in run-tests
2006-05-11, by Benoit Boissinot
indent: fix alignment
2006-05-11, by Benoit Boissinot
fix errors spotted by pychecker (mostly scope problems)
2006-05-11, by Benoit Boissinot
Reduce ram used for very large inlined index files
2006-05-10, by mason
backout command: better help.
2006-05-10, by Vadim Gelfer
Added signature for changeset 35fb62a3a673d5322f6274a44ba6456e5e4b3b37
2006-05-10, by Matt Mackall
Added tag 0.9 for changeset 35fb62a3a673d5322f6274a44ba6456e5e4b3b37
2006-05-10, by Matt Mackall
fix speed regression in mdiff caused by line split bugfix.
0.9
2006-05-10, by Vadim Gelfer
windows: revlog.lazyparser not always safe to use.
2006-05-10, by Vadim Gelfer
merge with crew.
2006-05-10, by Vadim Gelfer
fix diffs containing embedded "\r".
2006-05-10, by Vadim Gelfer
run-tests.py: fix handling of newlines.
2006-05-10, by Vadim Gelfer
run-tests.py: print diff if reference output not existing.
2006-05-10, by Vadim Gelfer
Added -A as an alias for --after to hg remove, like for other commands.
2006-05-10, by Thomas Arendsen Hein
Just using 'make' now shows help. 'make all' doesn't perform inplace build.
2006-05-10, by Thomas Arendsen Hein
The posixfile implemented using the win32 API should be iterable.
2006-05-10, by Christian Boos
merge with crew.
2006-05-09, by Bryan O'Sullivan
hide deprecated undo command by making it an alias for debugundo.
2006-05-09, by Vadim Gelfer
merge with crew.
2006-05-09, by Vadim Gelfer
bugzilla hook: skip empty groups.
2006-05-09, by Vadim Gelfer
undo: add "deprecated" message to output.
2006-05-09, by Vadim Gelfer
reduce memory used by util.opener when making a temp copy of a file.
2006-05-09, by Vadim Gelfer
reduce memory used when appendfile appends to real file.
2006-05-09, by Vadim Gelfer
New make targets:
2006-05-09, by Thomas Arendsen Hein
New make target "dist-notests" to create tarballs without running tests first.
2006-05-09, by Thomas Arendsen Hein
Added install target.
2006-05-09, by wilde
Always remove appendopener tmp files (fixes issue235).
2006-05-09, by Thomas Arendsen Hein
gpg extension: Always remove temporary files created by 'hg sigcheck'.
2006-05-09, by Thomas Arendsen Hein
localrepository.addchangegroup: add more source infos to hooks
2006-05-08, by Vadim Gelfer
changegroup hooks: add source to hook parameters
2006-05-08, by Vadim Gelfer
merge with mainline.
2006-05-08, by Vadim Gelfer
deprecate undo command, replace with rollback command.
2006-05-08, by Vadim Gelfer
fix test-help output.
2006-05-08, by Vadim Gelfer
notify: add 'to' header to message.
2006-05-08, by Vadim Gelfer
notify extension: generate right number of diffs
2006-05-08, by Vadim Gelfer
Update tests for revlogng
2006-05-08, by Matt Mackall
Use revlogng and inlined data files by default
2006-05-08, by mason
reverse sense of return value from python hooks.
2006-05-08, by Vadim Gelfer
add filename to IOError if read of file fails.
2006-05-08, by Vadim Gelfer
merge with crew.
2006-05-08, by Vadim Gelfer
only import mysql module if hook used.
2006-05-03, by Vadim Gelfer
Fixed tests for changed help output
2006-05-06, by Thomas Arendsen Hein
Update release notes and copyright year for Windows installer.
2006-05-05, by Lee Cantey
revert: remove word "modified" from description.
2006-05-05, by Vadim Gelfer
make test-confused-revert check working dir with two parents.
2006-05-05, by Vadim Gelfer
run-tests.py must print changed test output no matter what exit code is.
2006-05-05, by Vadim Gelfer
revert: require explicit revision when working dir has two parents.
2006-05-05, by Vadim Gelfer
document [extensions] in doc/hgrc.5.txt.
2006-05-04, by Vadim Gelfer
add tests/coverage.py to MANIFEST.in.
2006-05-04, by Vadim Gelfer
document hgignore syntax in new file doc/hgignore.5.txt.
2006-05-04, by Vadim Gelfer
update README.
2006-05-04, by Vadim Gelfer
less
more
|
(0)
-1000
-240
+240
+1000
+3000
+10000
+30000
tip