Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-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.
dirstate: make reload lazy
2007-06-18, by Matt Mackall
dirstate: lazify initdirs
2007-06-18, by Matt Mackall
dirstate: lazify copymap, _branch, and _pl
2007-06-18, by Matt Mackall
dirstate: use getattr rather than lazyread
2007-06-18, by Matt Mackall
Fix up tests for new branch message
2007-06-18, by Brendan Cully
Notify the user that hg branch does not create a branch until commit
2007-06-18, by Brendan Cully
patchbomb: fix PAGER buglet introduced in 88fc92b0b821
2007-06-17, by Brendan Cully
patchbomb: page patchbomb messages only if PAGER is defined.
2007-06-17, by Patrick Mezard
cmdutil: add missing "time" import.
2007-06-17, by Patrick Mezard
Merge with crew-stable
2007-06-17, by Patrick Mezard
patchbomb: flush ui before delegating to pager.
2007-06-17, by Patrick Mezard
test-patchbomb: fix non-existing --date parameter and filtering regexps.
2007-06-17, by Patrick Mezard
test-patchbomb: sed -e may not work with extended regexps
2007-06-13, by Giorgos Keramidas
Make --import-branch option actually work (- is translated to _)
2007-06-17, by Thomas Arendsen Hein
Add --import-branch option to hg import to pull in branch information without --exact
2007-06-14, by Eric Hopper
convert: remove pdb call. *blush*
2007-06-14, by Brendan Cully
convert: fix various authormap handling bugs
2007-06-14, by Brendan Cully
convert extension: Add support for username mapping
2007-06-14, by Edouard Gomez
convert extension: Save a few opens on the map file
2007-06-14, by Edouard Gomez
Merge with stable
2007-06-14, by Brendan Cully
Make parents with a file but not a revision use working directory revision.
2007-06-14, by Brendan Cully
Merge with crew
2007-06-14, by Brendan Cully
Make parents with a file but not a revision use working directory revision.
2007-06-14, by Brendan Cully
Reverted changesets 9d1380e5c8c5 and 1d46169ec197: show @ as glog parent again.
2007-06-14, by Thomas Arendsen Hein
merge with main
2007-06-14, by Thomas Arendsen Hein
Merge with crew
2007-06-13, by Brendan Cully
extensions: fix load of module/__init__.py on OS X
2007-06-13, by Brendan Cully
localrepo.status: only append stuff to the clean list if list_clean is true
2007-06-13, by Alexis S. L. Carvalho
mq: reduce matcher abuse
2007-06-13, by Alexis S. L. Carvalho
commands.remove: don't use the unknown list
2007-06-13, by Alexis S. L. Carvalho
commands.commit: don't use the unknown list
2007-06-13, by Alexis S. L. Carvalho
localrepo.add: avoid some stats
2007-06-13, by Alexis S. L. Carvalho
revert: use util.lexists
2007-06-13, by Alexis S. L. Carvalho
addremove: use util.lexists
2007-06-13, by Alexis S. L. Carvalho
commands.commit: symlinks are supported
2007-06-13, by Alexis S. L. Carvalho
mq: grab locks before starting a transaction
2007-06-13, by Alexis S. L. Carvalho
Merge with crew
2007-06-13, by Brendan Cully
extensions: load modules in module/__init__.py form.
2007-06-13, by Brendan Cully
test-patchbomb: sed -e may not work with extended regexps
2007-06-13, by Giorgos Keramidas
Correct tests/test-patchbomb* files:
2007-06-13, by Thomas Arendsen Hein
patchbomb: add --date option
2007-06-12, by Bryan O'Sullivan
Don't validate email config if we're not sending email.
2007-06-12, by Bryan O'Sullivan
patchbomb: 0c61124ad877 moved setremoteconfig into cmdutil
2007-06-12, by Bryan O'Sullivan
dispatch: restore a dropped shlex import
2007-06-12, by Brendan Cully
merge with main
2007-06-12, by Thomas Arendsen Hein
Revive commands.dispatch as a simple way to call hg from other pythons scripts.
2007-06-12, by Thomas Arendsen Hein
extensions: fix lookup of hgext.foo modules
2007-06-13, by Matt Mackall
localrepo: demand-load changeset, manifest, and dirstate
2007-06-13, by Matt Mackall
extensions: add missing sys import
2007-06-12, by Matt Mackall
dispatch: accept an abbreviation of --repository
2007-06-11, by Matt Mackall
dispatch: move findrepo to cmdutil
2007-06-11, by Matt Mackall
localrepo: don't search from path
2007-06-11, by Matt Mackall
dispatch: use the repo path found by early parsing
2007-06-11, by Matt Mackall
dispatch: parse and apply -R early
2007-06-11, by Matt Mackall
dispatch: parse and apply cwd opt early
2007-06-11, by Matt Mackall
dispatch: rename variables after code motion
2007-06-11, by Matt Mackall
dispatch: hoist debugging hook to runcatch
2007-06-11, by Matt Mackall
dispatch: move dispatching code to cmdutil
2007-06-11, by Matt Mackall
dispatch: move runcommand to cmdutil
2007-06-11, by Matt Mackall
dispatch: pull final command execution into its own function
2007-06-11, by Matt Mackall
dispatch: reduce nesting by moving parsing exceptions
2007-06-11, by Matt Mackall
dispatch: move signal and exception handling to its own function
2007-06-11, by Matt Mackall
Create a separate module for managing extensions
2007-06-11, by Matt Mackall
extensions: separate function for loading single extensions
2007-06-11, by Matt Mackall
dispatch: reorder functions
2007-06-11, by Matt Mackall
localrepo: break out the repo-finding walk into its own function
2007-06-11, by Matt Mackall
Respect locale environment variables on darwin.
2007-06-11, by Brendan Cully
Small cleanups for the new tag code
2007-06-11, by Brendan Cully
gitweb: Display branch and tag labels
2007-06-01, by Josef "Jeff" Sipek
Merge with mpm
2007-06-10, by Brendan Cully
Split convert extension into common and repository type modules
2007-06-10, by Brendan Cully
commit: fix bug where dirstate for removed file is confused
2007-06-10, by Matt Mackall
hg serve: don't lookup user-supplied names/addresses
2007-06-10, by Matt Mackall
Removed trailing \n in calls to util.Abort()
2007-06-09, by Thomas Arendsen Hein
Some small cleanups for convert extension:
2007-06-09, by Thomas Arendsen Hein
Avoid extra filelogs entries.
2007-06-09, by Alexis S. L. Carvalho
Make sure the changelog mentions files whose flags changed
2007-06-09, by Alexis S. L. Carvalho
run-tests.py: set ui.slash = True
2007-06-08, by Alexis S. L. Carvalho
test-config-case: print only the Section we're interested in.
2007-06-08, by Alexis S. L. Carvalho
Add ui.slash hgrc setting
2007-06-08, by Alexis S. L. Carvalho
docopy: use repo.pathto to format paths for printing
2007-06-08, by Alexis S. L. Carvalho
Add dirstate.pathto and localrepo.pathto.
2007-06-08, by Alexis S. L. Carvalho
Use absolute paths in revert.
2007-06-08, by Alexis S. L. Carvalho
Use absolute paths in docopy.
2007-06-08, by Alexis S. L. Carvalho
Use absolute paths in addremove.
2007-06-08, by Alexis S. L. Carvalho
Add some more smart when initializing destination repository
2007-06-07, by Edouard Gomez
Fix hgext/convert/__init__.py rights
2007-06-07, by Edouard Gomez
Include convert extension in packages setup
2007-06-07, by Thomas Arendsen Hein
convert: map CVS HEAD to default branch
2007-06-07, by Thomas Arendsen Hein
ui: make readsections() abort when configuration cannot be read.
2007-06-03, by Patrick Mezard
Removed trailing whitespace and tabs from python files
2007-06-06, by Thomas Arendsen Hein
Fixed python2.3 incompatibility (rsplit) in cvs code of convert extension
2007-06-06, by Thomas Arendsen Hein
Add a wrapper script for convert extension
2007-05-25, by Edouard Gomez
Turns convert.py into a real extension
2007-05-25, by Edouard Gomez
Move convert-repo to hgext/convert/__init__.py
2007-06-06, by Thomas Arendsen Hein
Fixed test output for changed glog (. instead of @)
2007-06-06, by Thomas Arendsen Hein
Issue a warning if "-r ." is used with two working directory parents.
2007-06-06, by Thomas Arendsen Hein
graphlog: Print . instead of @ for working directory parents
2007-06-06, by Thomas Arendsen Hein
Remove atomicfile class.
2007-06-05, by Alexis S. L. Carvalho
Use atomictemp files to write the dirstate.
2007-06-05, by Alexis S. L. Carvalho
test-serve: let run-tests.py kill the daemons
2007-06-05, by Alexis S. L. Carvalho
Fix bug in "hg serve -v"
2007-06-04, by Joel Rosdahl
Add test reproducing a bug in "hg serve -v"
2007-06-04, by Joel Rosdahl
Merge with crew-stable
2007-06-04, by Patrick Mezard
hgk: display tags that contain spaces
2007-06-04, by TK Soh
hgk: added -selectbackground grey to canvases
2007-06-04, by Bela Babik
merge with stable
2007-06-04, by Thomas Arendsen Hein
Obfuscate author in gitweb shortlog (issue578)
2007-06-04, by Thomas Arendsen Hein
Fixed indentation in hgext/notify.py
2007-06-04, by Thomas Arendsen Hein
merge with crew-stable
2007-06-04, by Alexis S. L. Carvalho
patch.diff: avoid calling workingctx().manifest()
2007-06-03, by Alexis S. L. Carvalho
Merge with crew-stable
2007-06-03, by Patrick Mezard
Merge with crew.
2007-06-02, by Bryan O'Sullivan
patchbomb: Fail early if no revs given to email
2007-05-27, by Bryan O'Sullivan
patchbomb: Fix typo.
2007-05-27, by Bryan O'Sullivan
patchbomb: Hoist sender config higher.
2007-05-27, by Bryan O'Sullivan
Automated merge with http://hg.intevation.org/mercurial/crew
2007-05-27, by Bryan O'Sullivan
patchbomb: Validate email config before we start prompting for info.
2007-05-27, by Bryan O'Sullivan
Introduce find_exe. Use instead of find_in_path for programs.
2007-05-27, by Bryan O'Sullivan
ui: Rename has_config to has_section.
2007-05-27, by Bryan O'Sullivan
patchbomb: Defer the import of readline.
2007-05-27, by Bryan O'Sullivan
patchbomb: Don't prompt for headers until sure we have revs to export.
2007-05-27, by Bryan O'Sullivan
wsgicgi: change stdin to binary mode
2007-06-04, by Alexis S. L. Carvalho
Also check the index file size when deciding whether to reload a revlog.
2007-06-04, by Alexis S. L. Carvalho
use .extend instead of .append in readtags
2007-06-04, by Alexis S. L. Carvalho
hbisect: fix a typo in error message
2007-04-20, by TK Soh
hgk - fix CR issues on windows
2006-12-15, by Andrei Vermel
Add sending date to notify message.
2007-05-24, by Mathieu Clabaut
Add support for url#id syntax
2007-06-01, by Matt Mackall
clone: checkout the "default" branch if available
2007-06-01, by Matt Mackall
mq: pass a URL to clone
2007-06-02, by Matt Mackall
Warn about large files on hg add
2007-06-01, by Matt Mackall
merge with stable
2007-06-01, by Thomas Arendsen Hein
Corrected similarity parameter used in test-addremove
2007-06-01, by Thomas Arendsen Hein
addremove: comparing two empty files caused ZeroDivisionError
2007-06-01, by Thomas Arendsen Hein
Add archive download links to hgweb search template
2007-06-01, by Thomas Arendsen Hein
merge with crew
2007-06-01, by Thomas Arendsen Hein
gitweb: Fixed-up search template
2007-05-31, by Josef "Jeff" Sipek
gitweb: Add search box to the summary page
2007-05-31, by Josef "Jeff" Sipek
gitweb: file diff: Display metadata in same order as changeset does
2007-05-29, by Josef "Jeff" Sipek
gitweb: file annotate: Display metadata in same order as changeset does
2007-05-29, by Josef "Jeff" Sipek
gitweb: file rev template: Display metadata in same order as changeset does
2007-05-29, by Josef "Jeff" Sipek
gitweb: changeset template: remove manifest link from cset metadata
2007-05-29, by Josef "Jeff" Sipek
purge: add --include and --exclude options
2007-05-11, by Emanuele Aina
hgweb: use generator to count parity of horizontal stripes for easier reading.
2007-05-29, by Thomas Arendsen Hein
gitweb: shortlog: display nav links near the bottom
2007-05-29, by Josef "Jeff" Sipek
gitweb: file log: display nav links near the bottom
2007-05-29, by Josef "Jeff" Sipek
gitweb: file log template: removed excesive whitespace
2007-05-29, by Josef "Jeff" Sipek
hgweb: manifest: pass parity for the '[up]' link
2007-05-29, by Josef "Jeff" Sipek
gitweb: manifest template: do not include trailing slash in directory names
2007-05-29, by Josef "Jeff" Sipek
gitweb: Add title separator to tags template
2007-05-29, by Josef "Jeff" Sipek
gitweb: changelog template: removed excessive whitespace
2007-05-29, by Josef "Jeff" Sipek
gitweb: shortlog template: removed excessive whitespace, added title bar.
2007-05-29, by Josef "Jeff" Sipek
gitweb: Fixed manifest template opening an extra div tag
2007-05-29, by Josef "Jeff" Sipek
gitweb: Fix summary page ellipsis line colspans
2007-05-29, by Josef "Jeff" Sipek
Make "hg incoming -r revision_number" work for remote repos (issue566)
2007-06-01, by Thomas Arendsen Hein
accept -r REV in more places
2007-05-17, by Daniel Holth
Merge with crew-stable.
2007-05-20, by Patrick Mezard
use documented convert-repo interface
2007-05-16, by Daniel Holth
document conversion interface
2007-05-16, by Daniel Holth
Merge with crew-stable.
2007-05-19, by Patrick Mezard
Make hg import --exact work when a new branch is created by an import.
2007-05-17, by Eric Hopper
Alter test to test import --exact to make sure it works with branches.
2007-05-17, by Eric Hopper
Add ability to parse branch information to hg import
2007-05-17, by Eric Hopper
Add a test for the Branch header being in hg export.
2007-05-17, by Eric Hopper
Fix issue 563: error in _hg_commit in the contrib/zsh_completion script.
2007-05-20, by Henri Precheur
Fix issue 562: .hgignore requires newline at end.
2007-05-19, by Patrick Mezard
Test issue 562: .hgignore requires newline at end
2007-05-19, by Patrick Mezard
Fix hg import --exact bug that hangs hg on failure.
2007-05-17, by Eric Hopper
Make mergepatch save queue now that qpush isn't.
2007-05-13, by Brendan Cully
Add branch information to hg export.
2007-05-10, by Eric Hopper
Add ui.patch option.
2007-05-12, by Patrick Mezard
Fix issue483 - mq does not work under windows with gnu-win32 patch.
2007-05-12, by Patrick Mezard
mercurial.el: fix error on hg-read-rev() with small tip, and cleanups
2007-05-07, by NIIMI Satoshi
mq: add qgoto command.
2007-05-08, by Bryan O'Sullivan
Fix typo in bugzilla extension.
2007-05-08, by Bryan O'Sullivan
Fix test-patchbomb for crew
2007-05-08, by Brendan Cully
mq.el: add mq-signoff, to sign off on a patch
2007-05-08, by Bryan O'Sullivan
mq.el: don't fill half the screen with a single line of output.
2007-05-08, by Bryan O'Sullivan
mq.el: add hook to run when finishing the edit of a patch.
2007-05-08, by Bryan O'Sullivan
imported patch mq-refresh-git.patch
2007-05-08, by Bryan O'Sullivan
mq.el: allow mq-diff to take a git option.
2007-05-08, by Bryan O'Sullivan
mq.el: add mq-diff function.
2007-05-08, by Bryan O'Sullivan
mq.el: add mq-edit-series function.
2007-05-08, by Bryan O'Sullivan
mq.el: add mq-new function.
2007-05-08, by Bryan O'Sullivan
Fix up patchbomb test
2007-05-08, by Brendan Cully
add test for patchbomb extension.
2007-05-08, by Bryan O'Sullivan
contrib/hgsh: Check for .hg/store as well as .hg/data.
2007-05-08, by Bryan O'Sullivan
MQ: tidy up if a qpush is interrupted.
2007-05-08, by Bryan O'Sullivan
Merge with stable
2007-05-08, by Matt Mackall
merge: fix spurious merges for copies in linear updates
2007-05-08, by Matt Mackall
branch.cache: silently ignore I/O and OS errors
2007-05-08, by Matt Mackall
context: fix workingfilectx._changectx
2007-05-07, by Matt Mackall
mercurial.el: don't raise an error from find-file-hook
2007-05-05, by NIIMI Satoshi
mercurial.el: move defmacro of hg-do-across-repo before use
2007-05-05, by NIIMI Satoshi
Unconfuse font-lock
2007-05-07, by Brendan Cully
Add fast-forward branch merging
2007-05-06, by Brendan Cully
Merge with crew-stable.
2007-05-07, by Patrick Mezard
simplemerge: flush stdout before writing to stderr.
2007-05-06, by Patrick Mezard
Move win32 find_in_files from util_win32 to util.
2007-05-06, by Patrick Mezard
mq: fix qtop failure when the series ends with guarded patches.
2007-05-06, by Patrick Mezard
Test qtop breaking when series ends with guarded patches.
2007-05-06, by Patrick Mezard
Merge with stable
2007-05-03, by Matt Mackall
mq: account for readheaders munging in qrefresh
2007-05-01, by Brendan Cully
Merge with crew-stable
2007-05-03, by Matt Mackall
Update Windows build instructions.
2007-05-03, by Lee Cantey
merge: reorganize some hunks in findcopies
2007-05-03, by Matt Mackall
merge: simplify a check in checkcopies
2007-05-03, by Matt Mackall
merge: expand and simplify the invalid handling for directory moves
2007-05-03, by Matt Mackall
merge: fix a bug detecting directory moves
2007-05-03, by Matt Mackall
merge: clarify the findcopies code
2007-05-03, by Matt Mackall
verify: hold write lock
2007-05-01, by Matt Mackall
Also restore old rm -A behavior for inexact patterns
2007-04-30, by Brendan Cully
Fix rm -A with no patterns, which I just broke.
2007-04-30, by Brendan Cully
Make rm --after simply mark files as removed, unless --force is also given
2007-04-30, by Brendan Cully
Add hgwebdir.fcgi to contrib
2007-04-29, by Michael Gebetsroither
Flesh out bisect help text
2007-04-29, by Brendan Cully
Merge with crew
2007-04-29, by Matt Mackall
Fix minor mismerge.
2007-04-28, by Alexis S. L. Carvalho
run-tests.py: pass -L/--label to simplemerge
2007-04-28, by Alexis S. L. Carvalho
Add notes about configuring a merge program
2007-04-26, by Lee Cantey
Update copyright year and change to range
2007-04-27, by Lee Cantey
Use patch.patch() when checking for patch availability.
2007-04-28, by Patrick Mezard
Merge with crew
2007-04-28, by Brendan Cully
Fix find_in_path not including some file extension logic under win32.
2007-04-28, by Patrick Mezard
Fix bad reference to RepoError in import command
2007-04-28, by Joel Rosdahl
Refactor commands.serve to allow other commands to run as services.
2007-04-27, by Bryan O'Sullivan
Merge with stable
2007-04-26, by Matt Mackall
Do not automatically rename an atomicfile if a write to it has generated an exception.
2007-04-25, by Brendan Cully
merge with stable
2007-04-25, by Thomas Arendsen Hein
Make copy --after work for files that have been hg added.
2007-04-24, by Brendan Cully
When reloading the dirstate, recompute ignore information if needed.
2007-04-24, by Bryan O'Sullivan
dirstate: speed up write by 50%.
2007-04-24, by Bryan O'Sullivan
dirstate: make parents() faster.
2007-04-24, by Bryan O'Sullivan
localrepository.status: only acquire wlock if actually needed.
2007-04-24, by Bryan O'Sullivan
util._matcher: speed up regexp matching.
2007-04-24, by Bryan O'Sullivan
Merge with crew-stable
2007-04-24, by Brendan Cully
Merge with crew-stable
2007-04-19, by Thomas Arendsen Hein
Work around problem where 'del os.environ["FOO"]' doesn't update environment.
2007-04-19, by Thomas Arendsen Hein
Use python instead of shell printf with \x for test-simplemerge-cmd
2007-04-19, by Thomas Arendsen Hein
less
more
|
(0)
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip