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.
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
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
+30000
tip