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.
add pretag and tag hooks.
2006-02-14, by Vadim Gelfer
hook parameters must be strings.
2006-02-14, by Vadim Gelfer
make hook code nicer.
2006-02-14, by Vadim Gelfer
hooks run after transactions finish must not affect method results.
2006-02-14, by Vadim Gelfer
Refactor excessive merge detection, add test
2006-02-17, by Matt Mackall
Revert convert-repo changes
2006-02-13, by Matt Mackall
fix hgrc doc hook descriptions.
2006-02-11, by Vadim Gelfer
hooks: distinguish between locally committed and incoming changes.
2006-02-10, by Daniel Santa Cruz
Allow callers to pass in the dirstate lock in most localrepo.py funcs.
2006-02-09, by mason
revlog.strip should clear the chunkcache
2006-02-09, by mason
Show "(No help text available)" for commands without doc string.
2006-02-09, by Thomas Arendsen Hein
Create default commit message in a more pythonic way.
2006-02-09, by Thomas Arendsen Hein
Removed "HG: manifest hash" line from commit message.
2006-02-09, by Thomas Arendsen Hein
Put the empty line in commit text above the branch merge line.
2006-02-09, by Thomas Arendsen Hein
Run commit message editor in the repo root (like hooks).
2006-02-09, by Thomas Arendsen Hein
add changenav at bottom of page
2006-02-07, by Johannes Stezenbach
display revision numbers
2006-02-06, by Johannes Stezenbach
fix changenav for maxchanges != 10
2006-02-06, by Johannes Stezenbach
add --mbox output to patchbomb
2006-02-06, by Johannes Stezenbach
hgmerge: various cleanups
2006-02-06, by Radoslaw Szkodzinski
hgmerge: add cleanup functions
2006-02-06, by Radoslaw Szkodzinski
hgmerge: add and use more tool variables
2006-02-06, by Radoslaw Szkodzinski
Update copyright notice
2006-02-05, by Matt Mackall
Merge with crew
2006-02-05, by Matt Mackall
Merge with Peter van Dijk
2006-02-03, by Thomas Arendsen Hein
remove escaping from decriptions on repo index page
2006-02-03, by Peter van Dijk
Added raw view for file annotate in hgweb.
2006-02-03, by Thomas Arendsen Hein
hgweb/templates: remove unused vars from map-raw
2006-02-03, by Benoit Boissinot
hgweb/templates: no need to escape the '<' '>' and '&' in raw templates
2006-02-03, by Benoit Boissinot
Removed executable bit from patchbomb extension.
2006-02-03, by Thomas Arendsen Hein
Update version strings and add release notes to Windows specific files
2006-02-03, by lcantey
Fall back to asciidoc6 html backend if html4 doesn't work.
2006-02-03, by Thomas Arendsen Hein
Reverted name change (mercurial -> Mercurial) from dd5085897010.
2006-02-03, by Thomas Arendsen Hein
merge with crew.
2006-02-03, by Vadim Gelfer
make stuff for macos x binary package.
2006-02-03, by Vadim Gelfer
extension gpg.py: really raise the exception in case of invalid data
2006-02-02, by Benoit Boissinot
Cleanup of spacing in bash_completion
2006-02-02, by Thomas Arendsen Hein
Use user specified path to hg in bash_completion
2006-02-02, by Thomas Arendsen Hein
fix an exception in gpg.py with multiples sigs for the same cset
2006-02-01, by Benoit Boissinot
fixes for gpg.py extension
2006-02-01, by Benoit Boissinot
Merge with crew
2006-02-01, by Benoit Boissinot
Merge with upstream
2005-12-15, by Benoit Boissinot
reverting 11d12bd6e1dcd9610fa26e97d25e7ad553e8ffa5
2005-12-15, by Benoit Boissinot
cleanup of revlog.group when repository is local
2005-12-08, by Benoit Boissinot
Added missing space in output of gpg.py
2006-02-01, by Thomas Arendsen Hein
merge with crew
2006-02-01, by Benoit Boissinot
abort when using 'update -m' and this is not a merge
2006-02-01, by Benoit Boissinot
merge with self.
2006-01-31, by Vadim Gelfer
add documentation for email command.
2006-01-31, by Vadim Gelfer
forgot to add import statement for _.
2006-01-31, by Vadim Gelfer
add _ to several strings
2006-01-31, by Vadim Gelfer
turn patchbomb script into an extension module.
2006-01-31, by Vadim Gelfer
[hgweb] Added rename information to gitweb templates & misc cleanups
2006-02-05, by Josef "Jeff" Sipek
verify: notice extra data in indices
2006-01-30, by Matt Mackall
Added tag 0.8 for changeset 3a56574f329a368d645853e0f9e09472aee62349
2006-01-30, by Matt Mackall
Merge with crew
0.8
2006-01-30, by Matt Mackall
Safer version of FileMerge merge
2006-01-30, by Brendan Cully
return a non-zero exit code when a merge failed
2006-01-30, by Benoit Boissinot
Added missing quote in warning text to tests, too.
2006-01-29, by Thomas Arendsen Hein
Added missing quote in warning text.
2006-01-29, by Thomas Arendsen Hein
Fix revlog signature check for empty revlogs
2006-01-29, by Matt Mackall
Add revlog version signature check
2006-01-29, by Matt Mackall
doc: clone and outgoing point to pull for valid path docs
2006-01-29, by Matt Mackall
deprecate the rawcommit command
2006-01-29, by Matt Mackall
convert-repo: use commit rather than rawcommit
2006-01-29, by Matt Mackall
convert-repo: automatically create empty map file
2006-01-29, by Matt Mackall
deprecate the use of 'hg tag NAME [REV]'
2006-01-29, by Benoit Boissinot
hgweb: show copy/rename links in file history
2006-01-29, by Matt Mackall
unbreak templates/summary-gitweb.tmpl
2006-01-29, by Peter van Dijk
Fix comment syntax
2006-01-29, by Matt Mackall
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
2006-01-29, by Peter van Dijk
hgweb: fix breakage on manifest subdirs from path cleaning
2006-01-29, by Matt Mackall
Process working files through encode filters in dodiff()
2006-01-29, by Petr Mazanec
Use of opendiff as merge program on MacOS X
2006-01-29, by Christian Ebert
Clean up paths passed to hgweb
2006-01-29, by Matt Mackall
add removed files to the changelog file list
2006-01-29, by Benoit Boissinot
Remove duplicate bunidiff code from hgdiff, importing from mdiff.py instead
2006-01-28, by mason
bash_completion: ignore hg help error messages
2006-01-27, by Alexis S. L. Carvalho
bash_completion: always use single quotes with compgen -W
2006-01-27, by Alexis S. L. Carvalho
bash_completion: be more careful about whitespaces
2006-01-27, by Alexis S. L. Carvalho
Added hint to hg-ssh that you can use shell pattern matching.
2006-01-26, by Thomas Arendsen Hein
_hg_status improvements in bash_completion:
2006-01-26, by Thomas Arendsen Hein
bash_completion: small updates and fixes
2006-01-26, by Alexis S. L. Carvalho
Add new bdiff based unidiff generation.
2006-01-24, by mason
contrib: add Chris Mason's stand-alone diff tool
2006-01-24, by Matt Mackall
Fix rcpath for hgwebdir case (sys.argv is empty)
2006-01-24, by efiring
copy & rename can ignore removed source files
2006-01-24, by Robin Farine
copy/rename '.' or '..' correctly
2006-01-24, by Robin Farine
Merge with Eric
2006-01-24, by Matt Mackall
Merge with crew
2006-01-24, by Matt Mackall
This fixes a bug that Chris Mason found. As for a test case, I can't
2006-01-20, by Eric Hopper
Copy manifest map before modifying it (see issue86)
2006-01-22, by Thomas Arendsen Hein
[hgweb] Prevent search engine bots from indexing the entire repository
2006-01-23, by Matt Mackall
fix for hgweb.filterfiles
2006-01-18, by Benoit Boissinot
make the order of the arguments for filterfiles consistent
2006-01-18, by Benoit Boissinot
correct the relative path when walking from a subdir
2006-01-17, by Benoit Boissinot
Added test for relative paths and all status flags for 'hg status'
2006-01-17, by Thomas Arendsen Hein
Added test for the currently broken addremove with the expected output.
2006-01-17, by Thomas Arendsen Hein
fix locate broken since 63799b01985c
2006-01-16, by Benoit Boissinot
Restored old behaviour for 'hg co' and 'hg co -C' for removed files.
2006-01-12, by Thomas Arendsen Hein
Adjusted all but one test output for the new behaviour of localrepo.changes()
2006-01-12, by Thomas Arendsen Hein
Distinguish removed and deleted files. Tests are not fixed yet.
2006-01-12, by Thomas Arendsen Hein
Renamed c, a, d, u to modified, added, removed, unknown for users of changes()
2006-01-12, by Thomas Arendsen Hein
Make localrepo.changes() internally distinguish between removed and deleted.
2006-01-12, by Thomas Arendsen Hein
Cleaned up localrepo.changes()
2006-01-12, by Thomas Arendsen Hein
Cleanup of indentation, spacing, newlines, strings and line length
2006-01-12, by Thomas Arendsen Hein
hgk.py is not a script (no '#!' line needed)
2006-01-12, by Vincent Danjean
Added archives links to gitweb template
2006-01-10, by Guy Brand
Adjusted test output to match new hgignore error messages.
2006-01-07, by Thomas Arendsen Hein
make invalid pattern message not confusing.
2006-01-02, by Vadim Gelfer
if hgignore contains errors, print message that is not confusing.
2006-01-02, by Vadim Gelfer
eliminate backtrace when piping output on windows.
2006-01-02, by Vadim Gelfer
document revert command more accurately.
2006-01-02, by Vadim Gelfer
add '_' to several strings
2005-12-29, by Muli Ben-Yehuda
- duplicate the parent link logic to show child links
2005-12-29, by Muli Ben-Yehuda
merge with mainline
2005-12-28, by Vadim Gelfer
add --plain option to patchbomb.
2005-12-28, by Vadim Gelfer
make patchbomb work with recent changes to export
2005-12-28, by Vadim Gelfer
strictly adher to 80 chars per line
2005-12-28, by Muli Ben-Yehuda
Error handling for unbundle, fix option line wrapping
2005-12-27, by Matt Mackall
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
+30000
tip