Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
fix calloc(0, ...) issue
2007-10-23, by Jim Hague
update: default to tipmost branch if default branch doesn't exist
2007-12-02, by Matt Mackall
clone: fix race with same target directory (issue716)
2007-12-02, by Matt Mackall
backout: disallow across branches (issue655)
2007-12-01, by Matt Mackall
rename: add test for moving untracked files in directories
2007-12-01, by Matt Mackall
Less indirection in the WSGI web interface. This simplifies some code, and makes it more compliant with WSGI.
2007-11-30, by Dirkjan Ochtman
Drop a bad import that snuck in.
2007-11-28, by Bryan O'Sullivan
hgweb: account for Python 2.4 in one test
2007-11-28, by Bryan O'Sullivan
hgweb: fix breaking tests on Python < 2.5
2007-11-28, by Bryan O'Sullivan
Merge with crew
2007-11-28, by Bryan O'Sullivan
hgweb: return meaningful HTTP status codes instead of nonsense
2007-11-28, by Bryan O'Sullivan
hgweb: make notfound templates more informative
2007-11-28, by Bryan O'Sullivan
hgweb: flesh out raw templates
2007-11-28, by Bryan O'Sullivan
make LookupError more detailed
2007-11-28, by Bryan O'Sullivan
Merge with crew-stable
2007-11-28, by Patrick Mezard
convert: some tidyups, doc improvements, and test fixes
2007-11-27, by Bryan O'Sullivan
Merge with crew
2007-11-26, by Bryan O'Sullivan
convert: tell the source repository when a rev has been converted
2007-11-26, by Bryan O'Sullivan
convert: save hg revision during a convert
2007-11-26, by Bryan O'Sullivan
Merge with mpm.
2007-11-26, by Bryan O'Sullivan
Merge with crew-stable
2007-11-25, by Patrick Mezard
cmdutil: make "files" list all files, add "file_mods" for modified files
2007-11-24, by Patrick Mezard
hgweb.server: flush log files after every access
2007-11-27, by Patrick Mezard
test-import: test fuzziness, ambiguous patch locations
2007-11-25, by Patrick Mezard
patch: fix sort() comparator argument
2007-11-25, by Jim Hague
Merge with crew
2007-11-24, by Matt Mackall
cmdutil: always expose "files_add", "files_del" and "manifest" templater properties
2007-11-24, by Patrick Mezard
revlog: make revlogv0 loading more robust against corruption
2007-11-24, by Matt Mackall
push/pull: abort if we try to visit a missing or empty revlog
2007-11-21, by Matt Mackall
i18n: fix complaints from pygettext
2007-11-20, by Matt Mackall
verify: improve handling of empty or missing files
2007-11-20, by Matt Mackall
Merge with crew-stable
2007-11-20, by Patrick Mezard
convert: read CVS files in chunks (issue 800)
2007-11-18, by Patrick Mezard
test-convert-svn-sink: test directory additions
2007-11-17, by Patrick Mezard
convert: add directories to subversion from root to leaves
2007-11-17, by Patrick Mezard
convert: force svn:executable when execute-bit is not supported
2007-11-11, by Patrick Mezard
convert: fix svn file:// URL generation under Windows
2007-11-11, by Patrick Mezard
mq: avoid qnew committing everything on invalid paths (issue 803)
2007-11-20, by Patrick Mezard
highlight: clean up coding style a little
2007-11-12, by Bryan O'Sullivan
extension for synax highlighting in the hgweb file revision view
2007-11-10, by Adam Hupp
Change standard streams mode to binary at hg startup
2007-11-10, by Patrick Mezard
test-import: read email payload in binary mode
2007-11-10, by Patrick Mezard
convert: fix util.popen regression in darcs converter
2007-11-10, by Patrick Mezard
merge with crew-stable
2007-11-09, by Alexis S. L. Carvalho
mq: really remove undo after a qpush (and after a strip)
2007-11-09, by Alexis S. L. Carvalho
httprepo: give self._url and the netloc to the password manager
2007-11-09, by Alexis S. L. Carvalho
Do not display passwords with pull/push/incoming/outgoing
2007-11-05, by Manuel Holtgrewe
run-tests.py: add a default --date "0 0" argument to commit et al
2007-11-09, by Alexis S. L. Carvalho
tests/*: avoid losing the original settings from $HGRCPATH
2007-11-09, by Alexis S. L. Carvalho
convert: make sure mercurial_source has a local hg repo
2007-11-09, by Alexis S. L. Carvalho
convert: display all errors if we couldn't open the source repo
2007-11-09, by Alexis S. L. Carvalho
test-convert-darcs: skip if we can't find the elementtree module
2007-11-09, by Alexis S. L. Carvalho
test-permissions: add a chmod +w to allow the directory to be removed
2007-11-09, by Alexis S. L. Carvalho
run-tests.py: don't print a dot for skipped tests
2007-11-09, by Alexis S. L. Carvalho
purge: simplify safety net for case mangling filesystems
2007-11-09, by Alexis S. L. Carvalho
Fix dir-changed-to-file updates on clean workdir.
2007-11-07, by Maxim Dounin
Merge with crew
2007-11-07, by Matt Mackall
Add note to CONTRIBUTORS file
2007-11-07, by Matt Mackall
convert: add support for Subversion as a sink
2007-11-07, by Bryan O'Sullivan
convert: abstract darcs's commandline handling
2007-11-07, by Bryan O'Sullivan
convert: iterate
2007-11-07, by Bryan O'Sullivan
convert: abstract map files into a class
2007-11-07, by Bryan O'Sullivan
Mark failing test as a known bug
2007-11-07, by Matt Mackall
Merge with -stable
2007-11-05, by Bryan O'Sullivan
Support qgoto in contrib/bash_completion.
2007-11-05, by Peter Arrenbrecht
hgk: change config file from .gitk to .hgk
2007-11-03, by bdowning
Merge with crew-stable
2007-11-03, by Patrick Mezard
Merge with stable.
2007-11-02, by Bryan O'Sullivan
Test a merge of a symlink against an executable file.
2007-11-02, by Bryan O'Sullivan
Merge with -stable.
2007-11-02, by Bryan O'Sullivan
Merge with crew.
2007-11-01, by Bryan O'Sullivan
Merge with crew-stable.
2007-11-01, by Bryan O'Sullivan
Merge with crew-stable.
2007-10-30, by Bryan O'Sullivan
Merge with crew-stable
2007-11-01, by Patrick Mezard
convert: fail if an external required tool is not found
2007-10-30, by Patrick Mezard
Merge with crew-stable
2007-10-28, by Patrick Mezard
test-execute-bit: skip if execute-bit is not supported
2007-10-27, by Patrick Mezard
See if execute bit is honoured when we go back in time
2007-10-26, by Bryan O'Sullivan
merge with -stable
2007-10-26, by Benoit Boissinot
merge with crew-stable
2007-10-25, by Thomas Arendsen Hein
Merge with crew-stable
2007-10-25, by Patrick Mezard
See if execute bit is honoured when we go back in time
2007-10-26, by Bryan O'Sullivan
Honour the exec bit when we go back in time.
2007-11-05, by Alexis S. L. Carvalho
fix typo in convert help text, update test
2007-11-05, by Benoit Boissinot
Fix file-changed-to-dir and dir-to-file commits (issue660).
2007-11-05, by Maxim Dounin
hgweb_mod: update unidiff() calls and finish e5eedd74e70f job
2007-11-03, by Rocco Rutte
Fix context iterator.
2007-11-02, by Bryan O'Sullivan
Update convert help text
2007-11-02, by Rafael Villar Burke
Handle patches with misformatted empty lines
2007-11-01, by Hollis Blanchard
Use both the from and to name in mdiff.unidiff.
2007-11-01, by Dustin Sallings
Fix Windows os.popen bug with interleaved stdout/stderr output
2007-11-01, by Patrick Mezard
https url handling: usernames and passwords were registered to the wrong url
2007-10-30, by Elliott Peele
patchbomb: no traceback if (diffstat) confirmation is refused
2007-10-28, by Christian Ebert
patchbomb: fix traceback when diffstat isn't available
2007-10-26, by Benoit Boissinot
Only set mode of new patch if the target file was removed before.
2007-10-25, by Thomas Arendsen Hein
httprepo: ignore environment proxies when proxies are disabled
2007-10-24, by Sebastian Hauer
gpg: use the same log message format as hg tag
2007-10-20, by Benoit Boissinot
Added signature for changeset 23889160905a1b09fffe1c07378e9fc1827606eb
2007-10-19, by Matt Mackall
Added tag 0.9.5 for changeset 23889160905a
2007-10-19, by Matt Mackall
Catch smtp exceptions
0.9.5
2007-09-07, by Christian Ebert
tests: make test-mq-guards work with ksh
2007-10-19, by Jim Hague
tests: tidy up reporting of skipped tests
2007-10-19, by Matt Mackall
Allow explicit disabling of extensions
2007-09-18, by Steve Borho
mq.el: define keymaps as convensions
2007-10-11, by NIIMI Satoshi
mercurial.el: mark-marker() returns non-nil with no active mark on GNU Emacs
2007-10-11, by NIIMI Satoshi
mq.el: declare variable mq-top
2007-10-11, by NIIMI Satoshi
mercurial.el, mq.el: remove runtime dependencies on CL package
2007-10-11, by NIIMI Satoshi
hgk: colorize commits by authors
2007-04-12, by Georg Koltermann
osutil: use fdopendir instead of dirfd
2007-10-15, by Bryan O'Sullivan
convert: svn -- fix tags handling
2007-10-13, by Kirill Smelkov
convert: svn -- fix 'exists'
2007-10-13, by Kirill Smelkov
merge with goto
2007-10-12, by Benoit Boissinot
mpatch: Define Py_ssize_t for old pythons and use it instead of ssize_t.
2007-10-12, by Shun-ichi GOTO
mpatch: use int rather than ssize_t
2007-10-11, by Matt Mackall
osutil: improve portability
2007-10-11, by Matt Mackall
fix typo
2007-10-11, by Benoit Boissinot
import gettext since '_' is used
2007-10-11, by Benoit Boissinot
explicitely use integer division
2007-10-11, by Benoit Boissinot
fix UnboundLocalError, refactor a bit
2007-10-11, by Benoit Boissinot
bdiff: tweaks for large files
2007-10-11, by Matt Mackall
revlog: break up compression of large deltas
2007-10-11, by Matt Mackall
revlog: fix caching of buffer objects
2007-10-11, by Matt Mackall
chunkiter: handle large reads more efficiently
2007-10-11, by Matt Mackall
revlog: avoid large yields in group()
2007-10-11, by Matt Mackall
chunkiter: simplify iter logic
2007-10-11, by Matt Mackall
chunkbuffer: removed unused method and arg
2007-10-11, by Matt Mackall
revlog: reduce memory usage in addgroup
2007-10-11, by Matt Mackall
mpatch: allow buffer objects for input
2007-10-11, by Matt Mackall
Merge with crew
2007-10-11, by Matt Mackall
test-convert-darcs: don't let $HOME/.darcs pollute the test environment
2007-10-10, by Bryan O'Sullivan
convert: refactor sink initialisation, to remove hardcoding of hg
2007-10-10, by Bryan O'Sullivan
convert: add default constructor for converter_sink
2007-10-10, by Bryan O'Sullivan
convert: make contents of "extra" dict available from sources, for sinks.
2007-10-10, by Bryan O'Sullivan
convert: rename convert_svn to svn_source
2007-10-10, by Bryan O'Sullivan
convert: report errors more meaningfully if run with --traceback
2007-10-10, by Bryan O'Sullivan
Merge with crew
2007-10-09, by Matt Mackall
osutil: Solaris build fix
2007-10-09, by Bryan O'Sullivan
Merge with -stable
2007-10-09, by Matt Mackall
findcopies: fix rename bug
2007-10-08, by Matt Mackall
mq: clarify queue top message
2007-10-09, by Matt Mackall
Fix build error with Sun C compiler.
2007-10-08, by Bryan O'Sullivan
osutil.c: use strncpy instead of strncat
2007-10-08, by Alexis S. L. Carvalho
findcopies: fix rename bug
2007-10-08, by Matt Mackall
osutil: more tidying
2007-10-08, by Matt Mackall
osutil: move file list loop to its own function
2007-10-08, by Matt Mackall
osutil: simplify DT_REG support
2007-10-08, by Matt Mackall
osutils: pull file stat loop into its own function
2007-10-08, by Matt Mackall
osutil: fold stat paths together
2007-10-08, by Matt Mackall
osutil: more cleanups
2007-10-08, by Matt Mackall
osutil: eliminate alloca call
2007-10-08, by Matt Mackall
osutil: cleanups
2007-10-08, by Matt Mackall
Execution bit detection fixes for VFAT on Linux
2007-10-05, by Rafael Villar Burke
churn: simplify code to get terminal width
2007-09-12, by Christian Ebert
patch: fix git sendmail handling without proper mail headers
2007-10-08, by Patrick Mezard
hgk: allow any extdiff command for visual diff
2007-10-08, by TK Soh
osutil.c: style fix - delete trailing end-of-line spaces
2007-10-07, by Giorgos Keramidas
convert: do not output when trying to load svn bindings
2007-10-07, by Benoit Boissinot
convert: split converters into sink/source
2007-10-07, by Benoit Boissinot
Test darcs converter
2007-10-07, by Patrick Mezard
convert: fix darcs_source.pull() under windows
2007-10-07, by Patrick Mezard
convert: fix darcs_source._run() under windows
2007-10-07, by Patrick Mezard
hghave: detect darcs client
2007-10-07, by Patrick Mezard
hghave: reorder check functions and entries
2007-10-07, by Patrick Mezard
Test workingctx exec/link bit for copies.
2007-10-07, by Patrick Mezard
Fix workingctx exec/link bit of copies on non-supporting systems
2007-10-07, by Patrick Mezard
test-manifest: test symlink and exec bit display
2007-10-06, by Patrick Mezard
Display symlink or executable bit with manifest -v
2007-10-06, by Patrick Mezard
convert: quote "^" to avoid windows using it as an escape char.
2007-10-06, by Patrick Mezard
Always copy the necessary files before applying a git patch
2007-10-06, by Alexis S. L. Carvalho
mercurial_sink: regrab locks in setbranch
2007-10-06, by Alexis S. L. Carvalho
convert --filemap: reduce memory usage
2007-10-06, by Alexis S. L. Carvalho
convert: change SKIPREV to 'SKIP'
2007-10-06, by Alexis S. L. Carvalho
Fix bad lambda prototype in workingctx.fileflags()
2007-10-06, by Patrick Mezard
osutil.c: use readdir instead of readdir64
2007-10-06, by Alexis S. L. Carvalho
osutil.c: include Python.h before the other headers
2007-10-06, by Alexis S. L. Carvalho
Add osutil module, containing a listdir function.
2007-10-05, by Bryan O'Sullivan
hgk: add basic usage and configuration documentation
2007-10-05, by Patrick Mezard
hgk: add context menu visual diff action
2007-10-02, by Patrick Mezard
hgk: add debug-config command to pass configuration options
2007-10-05, by Patrick Mezard
hgk: fix right-mouse button handling under macosx
2007-10-02, by Patrick Mezard
Test *_ISLINK merge environment vars
2007-10-05, by Patrick Mezard
merge: provide *_ISLINK environment vars to merge helper
2007-10-03, by Patrick Mezard
context: add fileflags() to avoid rebuilding manifests
2007-10-05, by Patrick Mezard
run-tests.py: allow a different temporary directory to be specified
2007-10-05, by Bryan O'Sullivan
Update test for new output produced since 17ed9b9a0d03
2007-10-05, by Bryan O'Sullivan
Fix accidentally broken test.
2007-10-05, by Bryan O'Sullivan
Merge with crew.
2007-10-05, by Bryan O'Sullivan
Allow tests to run in parallel.
2007-10-05, by Bryan O'Sullivan
run-tests.py: reorder options alphabetically.
2007-10-05, by Bryan O'Sullivan
convert_svn: add --filemap support
2007-10-04, by Alexis S. L. Carvalho
convert_cvs: add --filemap support
2007-10-04, by Alexis S. L. Carvalho
convert_git: add --filemap support
2007-10-04, by Alexis S. L. Carvalho
mercurial_source: add --filemap support
2007-10-04, by Alexis S. L. Carvalho
convert: add a mode where mercurial_sink skips empty revisions.
2007-10-04, by Alexis S. L. Carvalho
convert: readd --filemap
2007-10-04, by Alexis S. L. Carvalho
convert: move filemapper class to a separate file
2007-10-04, by Alexis S. L. Carvalho
convert: disable current --filemap support
2007-10-04, by Alexis S. L. Carvalho
convert: allow the converter_source to say "skip this revision"
2007-10-04, by Alexis S. L. Carvalho
convert: pass the order of the revmapfile to the converter_source
2007-10-04, by Alexis S. L. Carvalho
Merge with crew
2007-10-04, by Matt Mackall
merge: add debug diagnostics for findcopies
2007-10-04, by Matt Mackall
Merge with crew-stable
2007-10-04, by Patrick Mezard
test-convert-git: support older git client (1.4.4.4)
2007-10-04, by Thomas Arendsen Hein
changegroup: avoid large copies
2007-10-03, by Matt Mackall
revlog: generate trivial deltas against null revision
2007-10-03, by Matt Mackall
Merge with crew
2007-10-03, by Matt Mackall
Merge with crew-stable
2007-10-03, by Patrick Mezard
test-convert-cvs: handle older cvs client
2007-10-03, by Christian Ebert
Merge with crew
2007-10-02, by Bryan O'Sullivan
convert: fix a few residual bugs in darcs importer
2007-10-02, by Bryan O'Sullivan
Merge with crew
2007-10-02, by Matt Mackall
Merge with crew.
2007-10-02, by Bryan O'Sullivan
convert: support darcs as a source repo
2007-10-02, by Bryan O'Sullivan
convert: fail properly if we can't read a source hg repository
2007-10-02, by Bryan O'Sullivan
util: add default argument to strdate
2007-10-02, by Bryan O'Sullivan
convert: add before/after hooks for converter sources
2007-10-02, by Bryan O'Sullivan
merge with -stable
2007-10-02, by Benoit Boissinot
Merge with crew-stable
2007-09-30, by Patrick Mezard
Merge with crew-stable
2007-09-30, by Patrick Mezard
Merge with crew-stable.
2007-09-29, by Bryan O'Sullivan
Merge with crew.
2007-09-29, by Bryan O'Sullivan
darcs2hg: Added support for darcs tags.
2007-09-11, by Terry Smith
darcs2hg: Now detects and recovers from simple darcs conflicts.
2007-09-11, by Terry Smith
darcs2hg: Now understands files that were explicitly renamed in darcs.
2007-09-11, by Terry Smith
set_exec: do not chmod a symlink
2007-10-02, by Steve Borho
Test debugindexdot
2007-09-30, by Patrick Mezard
Test mercurial convert sink removes empty directories.
2007-09-30, by Patrick Mezard
convert: fix missing import
2007-09-30, by Patrick Mezard
convert: delete empty directories if deleting a file (bug 754)
2007-09-29, by Bryan O'Sullivan
bdiff: switch to lyhash
2007-09-27, by Matt Mackall
bdiff: use INT_MAX to avoid some inner loop comparisons
2007-09-27, by Matt Mackall
bdiff: simple splitlines optimization
2007-09-27, by Christoph Spiel
I have spotted the biggest bottleneck in "bdiff.c". Actually it was
2007-09-27, by Christoph Spiel
revlog: fix revlogio.packentry corner case
2007-09-26, by Alexis S. L. Carvalho
Don't try to determine interactivity if ui() called with interactive=False.
2007-09-25, by Dirkjan Ochtman
Merge with crew-stable
2007-09-24, by Alexis S. L. Carvalho
convert_git: avoid returning two entries for the same file in getchanges
2007-09-24, by Alexis S. L. Carvalho
mq: fix qrefresh -e with no patches applied
2007-09-24, by Alexis S. L. Carvalho
Push over HTTP: really tell the user the size of the bundle
2007-09-24, by Alexis S. L. Carvalho
hgwebdir: ignore hgrc parse errors while building the index page
2007-09-24, by Alexis S. L. Carvalho
less
more
|
(0)
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip