Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-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.
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
Merge with crew.
2007-04-16, by Alexis S. L. Carvalho
change tests to use simplemerge by default
2007-04-16, by Alexis S. L. Carvalho
polish the simplemerge command; add a test
2007-04-16, by Alexis S. L. Carvalho
actually port simplemerge to hg
2007-04-16, by Alexis S. L. Carvalho
Import 3-way merge code from bzr
2007-04-16, by Alexis S. L. Carvalho
add mdiff.get_matching_blocks
2007-04-16, by Alexis S. L. Carvalho
Merge with crew-stable.
2007-04-16, by Alexis S. L. Carvalho
hg serve: don't do DNS lookups
2007-04-25, by Matt Mackall
Fix segfaults when parsing bdiff hunks in mpatch.decode() and .patchedsize()
2007-01-27, by Thomas Arendsen Hein
Work around python 2.5.1 tarfile regression
2007-04-24, by Brendan Cully
Avoid float rounding errors when checking http protocol version.
2007-04-19, by Thomas Arendsen Hein
Merge with stable
2007-04-16, by Matt Mackall
Merge with crew
2007-04-16, by Matt Mackall
test-command-template: improve test coverage
2007-04-10, by TK Soh
command line templates: add formatnode filter
2007-04-16, by Alexis S. L. Carvalho
fix 'hg <not-log> -v --template foo' with revisions without copies
2007-04-16, by Alexis S. L. Carvalho
merge: fix quadratic behavior in find-copies
2007-04-16, by Matt Mackall
Merge with stable
2007-04-16, by Matt Mackall
hgweb: fix rfind bug in PATH_INFO handling
2007-04-16, by Matt Mackall
Merge with crew
2007-04-15, by Matt Mackall
Merge with stable
2007-04-15, by Matt Mackall
Merge with Matt
2007-04-12, by Brendan Cully
Add graphlog extension
2007-04-09, by Joel Rosdahl
Merge with crew-stable
2007-04-12, by Brendan Cully
Merge with crew
2007-04-15, by Matt Mackall
mq: fix qtop when some patches beneath are guarded
2007-04-12, by Brendan Cully
mq: test qtop with holes in the patch sequence.
2007-04-12, by Patrick Mezard
hgweb: make PATH_INFO handling slightly more robust
2007-04-12, by Matt Mackall
Merge with crew
2007-04-12, by Matt Mackall
Merge with crew-stable
2007-04-10, by Brendan Cully
Merge with crew-stable.
2007-04-09, by Alexis S. L. Carvalho
Merge with stable
2007-04-10, by Matt Mackall
minor typo fix in templater's docstring
2007-04-10, by TK Soh
Add test for issue 529 - "mq aborts when merging patch deleting files".
2007-04-07, by Patrick Mezard
mq: don't abort when merging a patch that removes files
2007-04-09, by Alexis S. L. Carvalho
atomicfile: don't copy the original file if it'll be truncated
2007-04-09, by Alexis S. L. Carvalho
use atomictemp files to write the dirstate
2007-04-09, by Alexis S. L. Carvalho
use atomictemp files to write branch.cache
2007-04-09, by Alexis S. L. Carvalho
util.opener: if requested, use atomicfile even if the file doesn't exist
2007-04-09, by Alexis S. L. Carvalho
cache os.umask even on windows
2007-04-09, by Alexis S. L. Carvalho
pull umask-checking up
2006-12-29, by Matt Mackall
Merge with crew-stable.
2007-04-07, by Alexis S. L. Carvalho
help: log --keyword is case-insensitive
2007-03-29, by TK Soh
hgweb: expand keyword search to full list of files
2007-03-29, by TK Soh
log: expand keyword search to full list of files
2007-03-29, by TK Soh
run-tests.py: use coverage.py with "#!/usr/bin/env python" tests
2007-04-07, by Alexis S. L. Carvalho
run-tests.py: small cleanup
2007-04-07, by Alexis S. L. Carvalho
run-tests.py: use coverage.py with *.py tests
2007-04-07, by Alexis S. L. Carvalho
run-tests.py: tell coverage.py to ignore errors
2007-04-07, by Alexis S. L. Carvalho
test-bad-pull: try to avoid timing-related failures
2007-04-07, by Alexis S. L. Carvalho
Try to find diffstat in PATH before calling it
2007-04-07, by Alexis S. L. Carvalho
Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output
2007-04-07, by Alexis S. L. Carvalho
revlog.py: fix/tweak read ahead code in lazyparser
2007-04-07, by Alexis S. L. Carvalho
Merge with Matt
2007-04-05, by Brendan Cully
Merge with Matt
2007-04-05, by Brendan Cully
Move back the purge extension in hgext
2007-02-27, by Emanuele Aina
purge: abort with missing files avoiding problems with name-mangling fs
2007-03-28, by Emanuele Aina
Merge last few matcher/locate fixes.
2007-04-04, by Alexis S. L. Carvalho
locate: don't print "file not found" messages.
2007-04-04, by Alexis S. L. Carvalho
change relglob: patterns to be consistent with glob: patterns
2007-04-04, by Alexis S. L. Carvalho
Revert changeset ef1f1a4b2efb; add another test for glob: patterns
2007-04-04, by Alexis S. L. Carvalho
Merge with stable
2007-04-05, by Matt Mackall
merge: fix a bug where copies were ignored
2007-04-05, by Matt Mackall
merge: fix a bug where copies were getting ignored
2007-04-05, by Matt Mackall
Fixups for recent changes in revlog version handling
2007-04-02, by Matt Mackall
hgweb: don't display heads in gitweb-style summary page
2007-03-27, by Alexis S. L. Carvalho
hgweb: display named branches in gitweb-style summary page
2007-03-16, by greg
test-ssh-clone-r: avoid a shell script
2007-03-27, by Alexis S. L. Carvalho
test-ssh: avoid a shell script
2007-03-27, by Alexis S. L. Carvalho
test-init: avoid a shell script
2007-03-27, by Alexis S. L. Carvalho
test-rename-merge2: avoid a shell script
2007-03-27, by Alexis S. L. Carvalho
test-merge6: avoid a shell script
2007-03-27, by Alexis S. L. Carvalho
test-merge1: avoid a shell script
2007-03-27, by Alexis S. L. Carvalho
test-filebranch: avoid a shell script
2007-03-27, by Alexis S. L. Carvalho
Use printf(1) instead of using bash-specific shell code.
2006-12-30, by Giorgos Keramidas
test-ssh: use printenv.py
2007-03-26, by Alexis S. L. Carvalho
test-static-http: use printenv.py
2007-03-26, by Alexis S. L. Carvalho
test-http: use printenv.py
2007-03-26, by Alexis S. L. Carvalho
test-push-http: use printenv.py
2007-03-26, by Alexis S. L. Carvalho
test-bundle: use printenv.py
2007-03-26, by Alexis S. L. Carvalho
test-hook: use printenv.py
2007-03-26, by Alexis S. L. Carvalho
Add tests/printenv.py
2007-03-26, by Alexis S. L. Carvalho
Add a filename for the bundle
2007-03-26, by John Goerzen
Slight refining to help text in patchbomb.py
2007-03-26, by John Goerzen
hgweb: short hash for tip archive name
2007-03-13, by Christian Ebert
add util.lexists
2007-03-26, by Alexis S. L. Carvalho
Improve documentation for patchbomb and email
2007-03-22, by John Goerzen
Add common bundle/outgoing options to hg email
2007-03-26, by John Goerzen
Add ability to send bundles to patchbomb extension
2007-03-26, by John Goerzen
Fixed spacing in assignment of REVLOG_DEFAULT_VERSION
2007-03-24, by Thomas Arendsen Hein
Merge with crew
2007-03-24, by Matt Mackall
use os.path.islink instead of util.is_link; remove util.is_link
2007-03-23, by Alexis S. L. Carvalho
Add some tests for symlink tracking
2007-03-23, by Alexis S. L. Carvalho
Fix localrepo.copy to deal with symbolic links.
2007-03-21, by Eric St-Jean
Backup symbolic links when reverting
2007-03-21, by Eric St-Jean
fix util.copyfile to deal with symlinks
2007-03-21, by Eric St-Jean
hg-relink: do not compare .d files
2007-03-23, by Brendan Cully
changelog: optimize delayed updates for clone vs pull
2007-03-24, by Matt Mackall
Merge with -stable
2007-03-24, by Matt Mackall
tags: require -f to replace an existing tag
2007-03-23, by Matt Mackall
tags: fix abababa case, with test case
2007-03-22, by Matt Mackall
Merge with crew
2007-03-23, by Matt Mackall
Make import opportunistically use merge information
2007-03-21, by Brendan Cully
Add import --exact.
2007-03-22, by Brendan Cully
Add --outgoing option to patchbomb
2007-03-22, by Brendan Cully
restructure changelog file appending
2007-03-22, by Matt Mackall
appendfile: handle only changelog.i file
2007-03-22, by Matt Mackall
appendfile: remove unused manifest code
2007-03-22, by Matt Mackall
revlog: simplify revlog version handling
2007-03-22, by Matt Mackall
less
more
|
(0)
-3000
-1000
-192
+192
+1000
+3000
+10000
+30000
tip