Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-192
+192
+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.
Add test-confused-revert, fix permissions on test-revert
2005-10-25, by Matt Mackall
Allow reverting a deleted file with two parents
2005-10-25, by Matt Mackall
revert added and removed files to their normal state before reverting
2005-10-25, by Benoit Boissinot
abort on invalid pattern in matcher
2005-10-25, by Benoit Boissinot
hgweb: add strip and rstrip filters to handle summary
2005-10-25, by TK Soh
fix for cloning empty repo (.hg is still empty)
2005-10-25, by Benoit Boissinot
Remove deprecated commit -t option
2005-10-24, by Matt Mackall
zsh completion: Added '--newest-first' to incoming, outgoing
2005-10-24, by Steve Borho
hgweb: a couple of fixes on search page
2005-10-24, by TK Soh
Fix relative pull in a subdir
2005-10-24, by tonfa
allow 'hg out' / 'hg in' to show newest commit first
2005-10-24, by Michal Kvasnica
zsh completions: new -M, -m arguments for log, etc.
2005-10-24, by Steve Borho
import docstring from doc/hg.1.txt
2005-10-24, by Benoit Boissinot
add --only-merges (-m) log
2005-10-24, by Benoit Boissinot
add --no-merges (-M) for log, outgoing, incoming
2005-10-24, by Benoit Boissinot
Fix use of diff(1) triggered by set -e.
2005-10-24, by levon
hgweb: fix broken filelog->changelog link
2005-10-24, by TK Soh
hgweb: fix broken search->changelog link
2005-10-24, by TK Soh
Calling flush is unnecessary with bz2 decompressors and may not even exist.
2005-10-24, by Matt Mackall
hgk: add horizontal scrollbar to patch window
2005-10-24, by TK Soh
Add control-w key binding to quit hgk.
2005-10-24, by Eric Bloodworth
Change asciidoc backend to more recent name.
2005-10-24, by Eric Bloodworth
Fixed problem with invoking hgmerge on paths with spaces.
2005-10-24, by michael w dales
add a target for running only one test
2005-10-24, by Benoit Boissinot
hgweb: improve look-n-feel of changelog nagivation
2005-10-24, by TK Soh
[issue21] cannot debug extension
2005-10-24, by Benoit Boissinot
Use $(MAKE) not make
2005-10-24, by levon
py2exe is not able to handle win32com.shell
2005-10-24, by Volker Kleinfeld
Option -i broken in py2exe_for_demandload
2005-10-24, by Volker Kleinfeld
Avoid insertion/deletion of CRs on stdio during hg serve
2005-10-24, by olivier maquelin
hgweb: fix broken tags->changelog link
2005-10-21, by Matt Mackall
Make hgweb work when the repository is empty (no 00changelog.i)
2005-10-20, by Benoit Boissinot
hgweb: add a mercurial link to the footer
2005-10-20, by Matt Mackall
hgweb: hide trivial parent (like in show_changeset)
2005-10-19, by Benoit Boissinot
refactor some unlink/remove code and make sure we prune empty dir
2005-10-19, by Benoit Boissinot
New vim script; provides key mappings and menus for GVIM
2005-10-19, by Steve Borho
Do not use 'glob' expansion by default on OS != 'nt'
2005-10-19, by Benoit Boissinot
hgweb: fix too short manifest link
2005-10-18, by Matt Mackall
hgweb: make viewing of non-text work in hgweb
2005-10-18, by Matt Mackall
hgweb: shorten all the URLs in the standard templates
2005-10-18, by Matt Mackall
hgweb: add shortcuts for all the web commands / fix empty arg bug
2005-10-18, by Matt Mackall
symlink unit test
2005-10-18, by Matthew Elder
allow empty values for url so we can have /?tip
2005-10-18, by Benoit Boissinot
hgweb: allow urls to be shorter by using shortcuts
2005-10-18, by Benoit Boissinot
log: speedup keyword search when used with --branch
2005-10-18, by TK Soh
log: make keyword search truly case-insensitive
2005-10-18, by TK Soh
lazyindex fix, make load handle negative indexes properly.
2005-10-18, by Eric Hopper
i18n part2: use '_' for all strings who are part of the user interface
2005-10-18, by Benoit Boissinot
use a dummy function for gettext
2005-10-18, by Benoit Boissinot
i18n first part: make '_' available for files who need it
2005-10-18, by Benoit Boissinot
Try to use ini-file in the same directory as the exe as the default on NT.
2005-10-18, by Zbynek Winkler
make update quieter when nothing is wrong
2005-10-18, by Vadim Gelfer
bdiff: change spurious __inline to inline
2005-10-18, by Matt Mackall
check if a file is ignored before complaining if it is an unsupported type
2005-10-18, by Benoit Boissinot
Add debugsetparents command
2005-10-18, by Matt Mackall
dirstate: make sure we read the dirstate before setting parents
2005-10-18, by Matt Mackall
Fix traceback on bad revlog.lookup
2005-10-15, by Matt Mackall
add a check for filetype when walking
2005-10-15, by Benoit Boissinot
Fix patch failure reporting exception
2005-10-15, by Matt Mackall
Borrow patch header detection heuristic from quilt
2005-10-15, by Matt Mackall
convert-repo: fix up octopus merge conversion
2005-10-05, by Matt Mackall
convert-repo: change duplicate elimination
2005-10-05, by Matt Mackall
convert-repo: linearize the tag commit
2005-10-05, by Matt Mackall
convert-repo: retrieve the commit hash from the tag object for tag import
2005-10-05, by Matt Mackall
convert-repo: Fix timezone handling
2005-10-05, by Matt Mackall
hg verify: add some bin to hex conversions
2005-10-05, by Matt Mackall
hg verify: add an error reporting helper function
2005-10-05, by Matt Mackall
hg verify: more consistency checking between changesets and manifests
2005-10-05, by Matt Mackall
log --debug: fix misplaced manifest field
2005-10-04, by TK Soh
Fix an hg copy/move bug. Failed if file being copied or moved not in tip.
2005-10-04, by Eric Hopper
Clean up mdiff imports
2005-10-04, by Matt Mackall
make diff dates be epoch for add/remove
2005-10-04, by Benoit Boissinot
Fixed a bug in my changes to httprepo.py
2005-10-03, by Eric Hopper
Fix same performance bug as c3654cfaa77 but for httprepo.py instead.
2005-10-03, by Eric Hopper
Fix traceback when nothing was added during unbundle
2005-10-03, by Benoit Boissinot
Fix hg unbundle chunking performance bug
2005-10-03, by Eric Hopper
hg log: add -k for keyword searching
2005-10-03, by Matt Mackall
Merge with TAH
2005-10-03, by Matt Mackall
emacs minor mode optional argument
2005-09-28, by Robin Farine
hgweb: remove various manifest and file hashes from display
2005-10-01, by Matt Mackall
Allows abbreviated hashes in hgweb
2005-10-01, by Matt Mackall
Fix completion function for 'hg pull'. Fix truncation bug and remove tabs.
2005-10-01, by Steve Borho
bisect extension for mercurial
2005-09-30, by Benoit Boissinot
Fixed an exception that was caught and improperly forgotten.
2005-09-30, by Eric Hopper
Suppress warning in zsh_completion script
2005-09-30, by Mikael Berthe
Fix data reported for the nullid changeset
2005-09-29, by Matt Mackall
Merge with self
2005-09-29, by Matt Mackall
zsh completion function for hg
2005-09-29, by Steve Borho
contrib/hgk: remove hardcoded path to Wish
2005-09-29, by TK Soh
Re-add hgext/__init__.py
2005-09-29, by Matt Mackall
Set the user agent for httprepo communication
2005-09-27, by Matt Mackall
Partially revert ssh change so we read all of remote ssh stream
2005-09-27, by Matt Mackall
Replacing select.select() with os.fstat() which works also on windows.
2005-09-27, by zbynek
Fix +x permissions lost by export/import
2005-09-27, by Matt Mackall
Test case for the misleading message on bad permissions.
2005-09-27, by Eric Hopper
Made the abort message for IOError nicer when the filename is known.
2005-09-27, by Eric Hopper
Fix misleading abort message when permissions are bad.
2005-09-27, by Eric Hopper
Make test-merge7 repeatable
2005-09-27, by Matt Mackall
Repair ancestor logic, fix up test cases
2005-09-26, by Matt Mackall
Fix pipe error regression
2005-09-26, by Matt Mackall
More info on file merge for update --debug
2005-09-26, by Matt Mackall
hgwebdir: Fix date display
2005-09-24, by mpm
Fix up static-http test
2005-09-23, by mpm
Execute hooks in the repository root
2005-09-23, by mpm
hgk: Allow specifying hgk path in [hgk]path
2005-09-23, by mpm
Fix hgk for date handling changes
2005-09-23, by mpm
Add support for /etc/mercurial/hgrc.d/*.rc
2005-09-23, by mpm
Warn on failure to import an extension
2005-09-23, by mpm
Fix copyright symbol in docs
2005-09-23, by Vincent Danjean
hgk is a wish script
2005-09-23, by Vincent Danjean
bash_completion is not an executable
2005-09-23, by Vincent Danjean
Add empty repo test
2005-09-23, by mpm
Fix up some bugs for log and grep with empty repo
2005-09-23, by mpm
hgweb file: fixed left-justified line numbers on IE v6.0
2005-09-23, by TK Soh
git -> hg conversion script
2005-09-23, by Florian La Roche
hgweb: fixed IE display problem on changelog page
2005-09-23, by TK Soh
hgweb: fix date bug in hgweb diff generation
2005-09-23, by mpm
Help debugability: print ssh command being used when --verbose.
2005-09-23, by Bryan O'Sullivan
Write hgrc file in text mode, even on Windows.
2005-09-23, by Bryan O'Sullivan
Give ssh a better chance of working on Windows.
2005-09-23, by Bryan O'Sullivan
Allow files to be opened in text mode, even on Windows.
2005-09-23, by Bryan O'Sullivan
Merge with myself.
2005-09-23, by Bryan O'Sullivan
Some repos represent a date as a float.
2005-09-23, by Bryan O'Sullivan
Merge with MPM.
2005-09-23, by Bryan O'Sullivan
Move urllib error handling from revlog into statichttprepo, where it belongs.
2005-09-23, by Bryan O'Sullivan
hgweb: pass date tuples around rather than whole changesets for dates
2005-09-22, by mpm
Fix old-http test when no server exists.
2005-09-22, by Bryan O'Sullivan
Make revlog constructor more discerning in its treatment of errors.
2005-09-22, by Bryan O'Sullivan
Clean up date and timezone handling.
2005-09-22, by Bryan O'Sullivan
Fix up representation of dates in hgweb.
2005-09-22, by Bryan O'Sullivan
Fix behaviour of commit.
2005-09-22, by Bryan O'Sullivan
Unify display of dates.
2005-09-22, by Bryan O'Sullivan
Print commit time/date from perspective of committer.
2005-09-22, by Bryan O'Sullivan
Hook fixups
2005-09-22, by mpm
Fix setting of hg default when using --pull on clone of local repository.
2005-09-22, by Lee Cantey
Fix default clone destination
2005-09-22, by mpm
Fix traceback during invalid rev identifier for debugdata
2005-09-22, by Anupam Kapoor
Merge with TAH
2005-09-22, by mpm
bash_completion: extended patterns require extglob option
2005-09-21, by TK Soh
Updated CONTRIBUTORS.
2005-09-21, by Thomas Arendsen Hein
Make debugwalk strip trailing spaces and remove these from test-walk.out
2005-09-21, by Thomas Arendsen Hein
Cleanup of tabs and trailing spaces.
2005-09-21, by Thomas Arendsen Hein
Merge with BOS
2005-09-22, by mpm
Add release notes to built Windows package.
2005-09-21, by Bryan O'Sullivan
Update Windows release notes.
2005-09-21, by Bryan O'Sullivan
Update hgrc documentation to refer to Windows paths.
2005-09-21, by Bryan O'Sullivan
Fix path of win32text extension in INI file.
2005-09-21, by Bryan O'Sullivan
Update Inno Setup installer to install INI file.
2005-09-21, by Bryan O'Sullivan
Fix small thinko.
2005-09-21, by Bryan O'Sullivan
Rename mercurial.ext to hgext.
2005-09-21, by Bryan O'Sullivan
Package the extension directory.
2005-09-21, by Bryan O'Sullivan
Add INI file for Windows.
2005-09-21, by Bryan O'Sullivan
Add win32text extension module.
2005-09-21, by Bryan O'Sullivan
Add placeholder extension module.
2005-09-21, by Bryan O'Sullivan
Make contract with extensions optional.
2005-09-21, by Bryan O'Sullivan
Clean up whitespace damage.
2005-09-21, by Bryan O'Sullivan
Enhance the file filtering capabilities.
2005-09-21, by Bryan O'Sullivan
Use platform-appropriate rc file names.
2005-09-21, by Bryan O'Sullivan
Document Windows installer build process.
2005-09-21, by Bryan O'Sullivan
Add Windows installer file.
2005-09-21, by Bryan O'Sullivan
Add post-install text file.
2005-09-21, by Bryan O'Sullivan
Turn the win32 README into a HTML file for now.
2005-09-21, by Bryan O'Sullivan
Add win32 README for standalone installer.
2005-09-21, by Bryan O'Sullivan
Make incoming/outgoing show oldest first
2005-09-22, by mpm
Make 'hg import' platform independent.
2005-09-20, by Volker Kleinfeld
Fix Volker's modifications to setup.py for non-Windows systems.
2005-09-20, by Bryan O'Sullivan
Support for the distutils extention 'py2exe' added.
2005-09-20, by Volker Kleinfeld
Merge with BOS
2005-09-20, by mpm
Add --pull option to clone.
2005-09-20, by Bryan O'Sullivan
pull/unbundle: raise an exception on premature EOF
2005-09-20, by mpm
Add checks for programs which are required for the test suite to run.
2005-09-19, by eric
hgit -> hgk.py
2005-09-19, by mpm
Add a favicon.ico, small version of the main HG image.
2005-09-19, by Ollivier Robert
Fix dirstate.changes for ignored directories.
2005-09-18, by Bryan O'Sullivan
Fix cut and paste error in hgweb.py
2005-09-18, by Florian La Roche
Fix man page typos
2005-09-18, by Florian La Roche
Clean up RPM spec file
2005-09-18, by Florian La Roche
Update version number in PKG-INFO
2005-09-18, by Florian La Roche
Fix ignore regression.
2005-09-17, by Bryan O'Sullivan
Switch to new syntax for .hgignore files.
2005-09-17, by Bryan O'Sullivan
Merge with myself.
2005-09-17, by Bryan O'Sullivan
Fix performance of dirstate.changes with ignored directories.
2005-09-17, by Bryan O'Sullivan
Fix diff command so it doesn't walk the dirstate unnecessarily.
2005-09-16, by Bryan O'Sullivan
Added tag 0.7 for changeset 979c049974485125e1f9357f6bbe9c1b548a64c3
2005-09-16, by mpm
Update doc for ssh URL, describing path handling more clearly.
0.7
2005-09-16, by Bryan O'Sullivan
Generated new tcsh_completion with tcsh_completion_build.sh
2005-09-16, by Thomas Arendsen Hein
Added new debug commands to bash_completion.
2005-09-16, by Thomas Arendsen Hein
Add debugancestor command
2005-09-16, by mpm
test-hup: hgrc no longer created at init
2005-09-15, by mpm
hgweb: use ui:username rather than web:contact
2005-09-15, by mpm
Merge with BOS
2005-09-15, by mpm
Add file encoding/decoding support
2005-09-15, by mpm
less
more
|
(0)
-1000
-192
+192
+1000
+3000
+10000
+30000
tip