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.
localrepo.status: use manifest.find on "lookup" files
2007-03-07, by Alexis S. L. Carvalho
localrepo.status: fcmp gets a getnode function instead of the manifest
2007-03-07, by Alexis S. L. Carvalho
fix manifest.find
2007-03-07, by Alexis S. L. Carvalho
merge with crew-stable
2007-03-07, by Thomas Arendsen Hein
Fix sed expression in test-notify to be more portable.
2007-03-07, by Thomas Arendsen Hein
Fix help text for hg status -i
2007-03-06, by Thomas Arendsen Hein
purge.py: fix invocation of statwalk
2007-03-06, by Alexis S. L. Carvalho
Delete the README for purge, putting the useful informations in comments
2007-02-27, by Emanuele Aina
Delete the Purge class, refactoring Purge.purge() in dopurge()
2007-03-06, by Emanuele Aina
Do not use 'self' in the purge() method
2007-03-06, by Emanuele Aina
Use nested functions instead of object methods
2007-03-06, by Emanuele Aina
Merge _remove_file() and _remove_dir() in a single function
2007-03-06, by Emanuele Aina
Use "f in dirstate" instead of "dirstate.state(f) == '?'"
2007-03-06, by Emanuele Aina
Reduce the absolute/relative path conversion in the purge extension
2007-03-06, by Emanuele Aina
Make the purge extension use the statwalk walker from the dirstate object
2007-03-06, by Emanuele Aina
Yield directories in dirstate.statwalk()
2007-03-06, by Emanuele Aina
Add a test for the purge extension
2007-03-06, by Emanuele Aina
merge with crew-stable
2007-03-05, by Thomas Arendsen Hein
Don't truncate tag and branch names after 30 chars (introduced 73860ffbe798)
2007-03-05, by Thomas Arendsen Hein
patchbomb: Strip more than one trailing dot (and spaces between them)
2007-03-04, by Thomas Arendsen Hein
patchbomb: Allow to specify subject of single-patch-series (issue475)
2007-03-04, by Thomas Arendsen Hein
test-abort-checkin: use a hook to abort the commit
2007-03-04, by Alexis S. L. Carvalho
test-bad-extension: avoid printing the file name
2007-03-04, by Alexis S. L. Carvalho
make test-acl a bit more digestable for windows
2007-03-04, by Alexis S. L. Carvalho
Create the parent directory when checking out symlinks.
2007-02-23, by Giorgos Keramidas
Fix addremove for symlinks to non-existent files
2007-01-05, by Giorgos Keramidas
Avoid some false positives for addremove -s
2007-02-18, by Erling Ellingsen
Merge with crew-stable
2007-03-04, by Alexis S. L. Carvalho
mq: abort cleanly when invalid patch name is given to qguard
2007-03-03, by Christian Ebert
Close keepalive connections to fix server traceback
2007-02-19, by Andrei Vermel
don't return uninitialized memory from bdiff.blocks()
2007-02-20, by Erling Ellingsen
web/server: disable address reuse option for BaseHTTPServer on windows
2007-02-19, by Patrick Mezard
stdout raises EINVAL when flush() is called on a closed pipe under win32.
2007-02-19, by Patrick Mezard
localrepo: stream_in may raise ZeroDivisionError with nul float elapsed argument.
2007-02-19, by Patrick Mezard
streamclone: stream_out tried to decodefilename non-normalized paths
2007-02-19, by Patrick Mezard
Add _xmlplus to the demandimport blacklist. (HGCIA was failing to load.)
2007-03-03, by Brendan Cully
Suppress <stdout> before hg export -v (regression from previous patch).
2007-03-02, by Brendan Cully
Let patch.export handle any fp-like object
2007-03-01, by Brendan Cully
merge with crew-stable
2007-03-01, by Thomas Arendsen Hein
Unified #! paths for python scripts and removed them for test modules.
2007-03-01, by Thomas Arendsen Hein
Use the mercurial i18n infrastructure in the purge extension
2007-02-27, by Emanuele Aina
Print relative names in the purge extension
2007-02-27, by Emanuele Aina
Merge with crew
2007-02-27, by Matt Mackall
Break core of repo.tag into dirstate/hook-free repo._tag for convert-repo
2007-02-27, by Brendan Cully
Use only integer part of mtime in workingfilectx.date(), fixes test-context.py
2007-02-26, by Thomas Arendsen Hein
Merge with stable
2007-02-27, by Matt Mackall
merge: fix renaming of subdirectories under renamed directories
2007-02-27, by Matt Mackall
Merge with crew
2007-02-26, by Matt Mackall
Don't keep trailing white space in cvs tags
2007-02-21, by Edouard Gomez
Change a bit cvsps arguments
2007-02-21, by Edouard Gomez
Merge with crew
2007-02-23, by Matt Mackall
Fixed workingfilectx.date() (found by Thomas Waldmann) with test.
2007-02-23, by Thomas Arendsen Hein
Merge with crew
2007-02-22, by Matt Mackall
merge with crew-stable
2007-02-20, by Thomas Arendsen Hein
test-notify: adapt to sed shipped with MacOS
2007-02-17, by Christian Ebert
git binary patches: don't print the header for identical files
2007-02-17, by Alexis S. L. Carvalho
git binary patches: use hashes to detect identical files
2007-02-17, by Alexis S. L. Carvalho
add test for diffing identical binary files
2007-02-17, by Alexis S. L. Carvalho
Don't lie that "binary file has changed"
2007-02-17, by tailgunner
convert-repo: use .git/objects/ rather than .git/HEAD to detect git repos
2007-02-21, by Matt Mackall
add some tests for qpush/qpop error codes
2007-02-17, by Alexis S. L. Carvalho
Modify qpush/qpop idempotent operations to return success
2007-02-13, by Ben Thomas
mq: propagate the return error of pop
2007-02-17, by Alexis S. L. Carvalho
util_win32.py: fix user_rcpath
2007-02-16, by Alexis S. L. Carvalho
Combined the two os_rcpath methods into a single one near rcpath in mercurial/util.py
2007-02-15, by Shane Holloway
merge with crew-stable
2007-02-16, by Alexis S. L. Carvalho
hgweb: catch util.Abort raised by addchangegroup
2007-02-16, by Alexis S. L. Carvalho
notify: don't try to fix addresses if notify.domain is not set
2007-02-16, by Alexis S. L. Carvalho
mail.py: don't try to use TLS if python doesn't have SSL support
2007-02-16, by Alexis S. L. Carvalho
git patches: handle renames of binary files
2007-02-16, by Alexis S. L. Carvalho
hgweb/server.py: use hg.repository to create a repo object
2007-02-15, by Alexis S. L. Carvalho
qclone: don't call reposetup manually
2007-02-15, by Alexis S. L. Carvalho
extdiff: open files in binary mode
2007-02-15, by Alexis S. L. Carvalho
Make extdiff work at root directory
2007-02-15, by Andrei Vermel
Fix util.shellquote on windows.
2007-02-15, by Alexis S. L. Carvalho
Fix accessing the repo through a symlink.
2007-02-15, by Jun Inoue
Fix hg showconfig traceback with values that aren't strings
2007-02-15, by Alexis S. L. Carvalho
hgweb: allow static files to be served directly by the HTTP server
2007-02-15, by Alexis S. L. Carvalho
Unified *_rcpath so the interface is similar across operating systems
2007-02-14, by Shane Holloway
convert-repo converts symlinks from git
2007-01-30, by Daniel Holth
merge with crew-stable
2007-02-13, by Alexis S. L. Carvalho
hgwebdir: try to get web.style and web.motd from the ui.config system
2007-02-13, by Alexis S. L. Carvalho
Pass a ui from create_server to hgwebdir and a repo from hgwebdir to hgweb
2007-02-13, by Alexis S. L. Carvalho
hg serve: call setconfig on the parentui
2007-02-13, by Alexis S. L. Carvalho
Prevent type exception on concatenation if diffstat returns None.
2007-01-30, by Sean Dague
Switch CGI stdout to binary on windows
2007-02-13, by Alexis S. L. Carvalho
Fix dirstate fail at drive root on Windows
2007-02-09, by Andrei Vermel
Try to pass repo.ui to reposetup hooks
2007-02-08, by Alexis S. L. Carvalho
BeOS compatibility support
2007-01-02, by Andrew Bachmann
transplant: remote bundle source was not closed before deleting the fetched bundle.
2007-02-11, by Patrick Mezard
mq: qinit -c creates a repo even after a regular qinit
2007-02-09, by Alexis S. L. Carvalho
Handle functions as the value of a hooks.<name> config variable
2007-02-09, by Alexis S. L. Carvalho
allow values that aren't strings in util.configparser
2007-02-09, by Alexis S. L. Carvalho
Merge with stable
2007-02-06, by Matt Mackall
Fix wrong module reference in copyfile exception
2007-02-06, by Andrei Vermel
setup.py: reload __version__.py after writing it.
2007-02-06, by Alexis S. L. Carvalho
fix strip'ping the second parent of a merge
2007-02-06, by Alexis S. L. Carvalho
install reposetup hook right after loading the extension
2007-02-06, by Alexis S. L. Carvalho
Open bundle files in binary mode
2007-01-30, by Alexis S. L. Carvalho
convert-repo: handle packed git tags
2007-02-06, by Alexis S. L. Carvalho
lazyindex: handle __delitem__ in loadblock
2007-02-04, by Brendan Cully
commit: catch IOError
2007-01-30, by Alexis S. L. Carvalho
Merge with crew-stable
2007-01-30, by Alexis S. L. Carvalho
filecommit: don't forget the local parent on a merge with a local rename
2007-01-30, by Alexis S. L. Carvalho
Fallback to ascii if getpreferredencoding raises an exception
2007-01-30, by Alexis S. L. Carvalho
unbundle: don't use urllib if it's a local file
2007-01-30, by Alexis S. L. Carvalho
docopy: deal with globs on windows in a better way
2007-01-30, by Alexis S. L. Carvalho
Explicitly expand globs on Windows
2007-01-30, by Alexis S. L. Carvalho
mtime can be -1 after a merge and cause tracebacks on win32.
2007-01-30, by Benoit Boissinot
Adjust documentation for 78a0dd93db0b (empty username to force specifying it)
2007-01-25, by Thomas Arendsen Hein
hgwebdir: class hgwebdir should also accept a configparser instance
2007-01-30, by Michael Gebetsroither
transplant: test non-local source
2007-01-30, by Brendan Cully
transplant: update to current writebundle API
2007-01-30, by Brendan Cully
mq: Mention usage of hg add/remove/copy/rename in qrefresh help text.
2007-01-29, by Thomas Arendsen Hein
add pserver support to convert_repo
2007-01-27, by csaba henk
gitweb: prevent wrapping of "changeset | manifest" links
2007-01-27, by Brendan Cully
merge with stable
2007-01-24, by Thomas Arendsen Hein
Abort on empty username so specifying a username can be forced.
2007-01-24, by Thomas Arendsen Hein
Copied files sources were not shown by status -C under Win32.
2007-01-14, by Patrick Mezard
add test for 540d1059c802
2007-01-15, by Alexis S. L. Carvalho
merge with upstream
2007-01-24, by Thomas Arendsen Hein
mq: allow push if -r is given explicitly
2007-01-22, by Brendan Cully
hgk: remove embedded nulls in descriptions
2007-01-23, by Matt Mackall
Don't use ints in HTTP headers
2007-01-18, by Alexis S. L. Carvalho
Enforce unixish style for all generated patch names.
2007-01-17, by Patrick Mezard
Make test-transplant test pull case
2007-01-16, by Brendan Cully
Update transplant's merge.update call
2007-01-16, by Brendan Cully
Minor test-transplant cleanup
2007-01-16, by Brendan Cully
merge with jsmith
2007-01-15, by Benoit Boissinot
use DESTDIR both places its needed
2007-01-15, by Jonathan Smith
honor DESTDIR env variable for docs' make install
2007-01-15, by Jonathan Smith
install man pages by default into $(PREFIX)/share/man not $(PREFIX)/man since the FHS puts them there
2007-01-15, by Jonathan Smith
merge with -stable
2007-01-15, by Benoit Boissinot
bundlerepo: it was meant to be revdiff() instead of chunk()
2007-01-15, by Benoit Boissinot
patchbomb: fix timezone offset in message date header
2007-01-13, by Christian Ebert
fix for digest auth when using keepalive.py
2007-01-08, by Benoit Boissinot
Subclass file with a __len__ method instead of setting Content-length
2007-01-08, by Benoit Boissinot
hgweb: add raw template to hgwebdir
2007-01-12, by Benoit Boissinot
Flush stderr after write.
2007-01-10, by Patrick Mezard
Merge branchname changes in localrepo.commit.
2007-01-11, by Thomas Arendsen Hein
Use local encoding for "HG: branch" line in commit editor.
2007-01-11, by Thomas Arendsen Hein
Add branch name to editor text.
2007-01-11, by Simon 'corecode' Schubert
When committing, record the changeset in the branchcache.
2007-01-11, by Simon 'corecode' Schubert
Allow adding symlinks that don't point to files
2007-01-05, by Alexis S. L. Carvalho
catch AttributeError in util.checklink
2007-01-05, by Alexis S. L. Carvalho
sync with -stable
2007-01-02, by Thomas Arendsen Hein
Handle exceptions in do_hgweb: Send "Internal Server Error", log traceback
2007-01-02, by Thomas Arendsen Hein
various doc fixes
2006-12-29, by Benoit Boissinot
catch socket.error
2006-12-29, by Benoit Boissinot
fix handling of multiple Content-type headers
2006-12-29, by Benoit Boissinot
add [diff] section to hgrc documentation
2006-12-29, by Benoit Boissinot
inst.reason isn't alway in the form (errno, strerror)
2006-12-28, by Benoit Boissinot
fix hg help <ext> for extension that do not define any command
2006-12-26, by Benoit Boissinot
mq: fix strip failing to unlink a bundle
2006-12-26, by Benoit Boissinot
symlinks: minimal support for symlinks in merge/update
2006-12-29, by Matt Mackall
symlinks: add flags param to wwrite
2006-12-29, by Matt Mackall
replace filehandle version of wwrite with wwritedata
2006-12-29, by Matt Mackall
unify encode/decode filter routines
2006-12-29, by Matt Mackall
symlinks: add _link checking function
2006-12-29, by Matt Mackall
symlinks: use is_link wherever is_exec is used
2006-12-29, by Matt Mackall
symlinks: don't complain about symlinks
2006-12-29, by Matt Mackall
symlinks: add a linkfunc
2006-12-29, by Matt Mackall
symlinks: add basic symlink functions to util.py
2006-12-29, by Matt Mackall
symlinks: check whether a filesystem supports symlinks
2006-12-29, by Matt Mackall
exec: remove last flag from is_exec
2006-12-29, by Matt Mackall
exec: add execfunc to simplify exec flag support on non-exec filesystems
2006-12-29, by Matt Mackall
pull umask-checking up
2006-12-29, by Matt Mackall
exec: checkexec checks whether filesystem supports exec flags
2006-12-29, by Matt Mackall
expanded bash_completion for transplant extension
2006-12-26, by Thomas Arendsen Hein
Yield entries from [paths], too, when completing -R/--repository.
2006-12-26, by Thomas Arendsen Hein
Corrected synopsis for transplant.
2006-12-26, by Thomas Arendsen Hein
Improved error message for extensions overriding commands (with test):
2006-12-26, by Thomas Arendsen Hein
sync with stable
2006-12-26, by Thomas Arendsen Hein
Don't use -f for rm in tests where not needed. Drop /bin/ from /bin/rm.
2006-12-26, by Thomas Arendsen Hein
test-manifest-merging: we only need to remove files
2006-12-24, by Benoit Boissinot
Make test-manifest-merging less likely to delete the whole filesystem
2006-12-22, by Brendan Cully
Send encoding information in rss header
2006-12-21, by Edouard Gomez
Fix a pygettext complaint
2006-12-14, by Matt Mackall
spelling fix
2006-12-14, by Benoit Boissinot
mq: remove unecessary code, duplicate with util.opener
2006-12-26, by Benoit Boissinot
hgk: (re)optimize reading of changelog and manifest
2006-12-26, by Benoit Boissinot
mq: use contexts
2006-12-26, by Benoit Boissinot
hgk: use contexts
2006-12-26, by Benoit Boissinot
hgk: remove unused code, node2 is always set
2006-12-26, by Benoit Boissinot
extdiff: use contexts
2006-12-26, by Benoit Boissinot
bugzilla: use contexts, simplify
2006-12-26, by Benoit Boissinot
acl: use contexts
2006-12-26, by Benoit Boissinot
hgweb: fix unused import
2006-12-26, by Benoit Boissinot
hgweb: use contexts, fix coding style
2006-12-26, by Benoit Boissinot
commands.py: use contexts in various places (debug*state, revert)
2006-12-26, by Benoit Boissinot
cmdutil.py: use contexts in findrenames
2006-12-26, by Benoit Boissinot
commands.py: use contexts in export
2006-12-26, by Benoit Boissinot
add possibility to pass flags when testing with the Makefile
2006-12-26, by Benoit Boissinot
archival.py: use contexts
2006-12-26, by Benoit Boissinot
patch: use contexts for diff
2006-12-25, by Benoit Boissinot
context: create a filectxt with filelog reuse
2006-12-25, by Benoit Boissinot
context: fix a bug in workingfilectx.renamed
2006-12-25, by Benoit Boissinot
make it possible to use changectx to create a filectx
2006-12-25, by Benoit Boissinot
remove various unused import
2006-12-25, by Benoit Boissinot
add date attribute to workingfilectx
2006-12-24, by Benoit Boissinot
fix tab vs space
2006-12-24, by Benoit Boissinot
test-manifest-merging: we only need to remove files
2006-12-24, by Benoit Boissinot
Merge with mpm
2006-12-22, by Brendan Cully
Make test-manifest-merging less likely to delete the whole filesystem
2006-12-22, by Brendan Cully
convert-repo: add option to attempt to sort by date
2006-12-22, by Matt Mackall
convert-repo: add CVS exec bit support
2006-12-22, by Matt Mackall
Fix removed file cornercase for CVS convert-repo
2006-12-22, by Matt Mackall
convert-repo: add CVS branch support
2006-12-22, by Matt Mackall
convert-repo: add basic CVS import support
2006-12-22, by Matt Mackall
merge with crew
2006-12-22, by Benoit Boissinot
grep: remove count handling, simplify, fix issue337
2006-12-22, by Benoit Boissinot
grep: incrementing is always False during 'iter'
2006-12-22, by Benoit Boissinot
Merge with crew
2006-12-21, by Matt Mackall
Send encoding information in rss header
2006-12-21, by Edouard Gomez
pass the extra dict in rawcommit
2006-12-20, by Edouard Gomez
Merge with mpm
2006-12-20, by Brendan Cully
Merge with crew-stable
2006-12-20, by Brendan Cully
sample.hgrc: hgk extension is now in hgext. Use churn as example for contrib.
2006-12-19, by Thomas Arendsen Hein
purge extension doesn't need "#!/usr/bin/env python".
2006-12-19, by Thomas Arendsen Hein
hgweb: simple tests
2006-12-19, by Brendan Cully
hgweb: add raw manifest template
2006-12-19, by Brendan Cully
hgk - fix CR issues on windows
2006-12-15, by Andrei Vermel
Update convert-repo usage comments
2006-12-20, by Matt Mackall
convert-repo: add some smarts
2006-12-20, by Matt Mackall
Merge with crew
2006-12-20, by Matt Mackall
Teach hgweb about revlog.LookupError
2006-12-19, by Brendan Cully
Move README info to wiki
2006-12-19, by Matt Mackall
Move test suite docs to the wiki
2006-12-19, by Matt Mackall
hg in: if no incoming csets, remove existing bundle
2006-12-19, by Matt Mackall
writebundle: overwrite existing bundle file
2006-12-19, by Matt Mackall
incoming/outgoing: return failure if no changes found
2006-12-19, by Matt Mackall
Add revlog.LookupError exception, and use it instead of RevlogError.
2006-12-18, by Brendan Cully
Add some modules to the demandimport ignore list for Windows
2006-12-17, by Matt Mackall
Sync with -stable
2006-12-17, by Matt Mackall
demandimport: blacklist _hashlib again (imported in ImportError try block)
2006-12-17, by Brendan Cully
demandimport: handle already-loaded nested modules in subload
2006-12-17, by Brendan Cully
Added signature for changeset 27230c29bfec36d5540fbe1c976810aefecfd1d2
2006-12-17, by Matt Mackall
Added tag 0.9.3 for changeset 27230c29bfec
2006-12-17, by Matt Mackall
fix calculation of new heads added during push with -r
0.9.3
2006-12-17, by Benoit Boissinot
Merge with crew
2006-12-17, by Matt Mackall
less
more
|
(0)
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip