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.
Merge additional fixes for my matcher changes
2007-03-20, by Alexis S. L. Carvalho
glob:<directory> patterns match the files in that directory.
2007-03-20, by Alexis S. L. Carvalho
Pass normalized directory names to the ignore function
2007-03-20, by Alexis S. L. Carvalho
tests: expand test-commit a bit to test 'hg commit .' too
2007-03-18, by Giorgos Keramidas
fix hg commit . in the repo root
2007-03-20, by Alexis S. L. Carvalho
transplant: fix ignoring empty changesets (eg after filter)
2007-03-20, by Brendan Cully
Merge with crew-stable.
2007-03-19, by Alexis S. L. Carvalho
Add hg-relink script to contrib
2007-03-19, by Brendan Cully
merge with crew-stable
2007-03-18, by Thomas Arendsen Hein
debugsetparents: wlock the repo before updating the dirstate
2007-03-19, by Alexis S. L. Carvalho
avoid _wsgioutputfile <-> _wsgirequest circular reference
2007-03-19, by Alexis S. L. Carvalho
avoid wsgiapplication <-> MercurialHTTPServer circular reference
2007-03-19, by Alexis S. L. Carvalho
hgwebdir: break templater -> templater circular reference
2007-03-19, by Alexis S. L. Carvalho
hgweb: break templater -> templater circular reference
2007-03-19, by Alexis S. L. Carvalho
Fixed synopsis for some mq commands
2007-03-18, by Thomas Arendsen Hein
hg qseries -m: guards file was not ignored
2007-03-18, by Thomas Arendsen Hein
Tests for qapplied/qunapplied fixes (417c2068cb92 and ce6c364ebb2a)
2007-03-18, by Thomas Arendsen Hein
Simplified qseries and hg qapplied to fix some bugs caused by optimization:
2007-03-18, by Thomas Arendsen Hein
Fix issue443: inconsistent output of "hg qunapplied -v"
2007-03-17, by Thomas Arendsen Hein
Merge some matcher fixes/cleanups and add some more hg locate tests
2007-03-16, by Alexis S. L. Carvalho
util._matcher: remove superfluous variable
2007-03-16, by Alexis S. L. Carvalho
add some more tests to hg locate
2007-03-16, by Alexis S. L. Carvalho
make the output of test-locate more readable
2007-03-16, by Alexis S. L. Carvalho
util._matcher: use "." as the root of empty {rel,}path patterns
2007-03-16, by Alexis S. L. Carvalho
Merge with crew-stable
2007-03-16, by Alexis S. L. Carvalho
avoid a traceback with hg branch newbranch; hg up
2007-03-16, by Alexis S. L. Carvalho
Fix handling of paths when run outside the repo.
2007-03-16, by Alexis S. L. Carvalho
pass repo.root to util.pathto() in preparation for the next patch
2007-03-16, by Alexis S. L. Carvalho
hgweb: handle IOErrors and OSErrors during unbundle
2007-03-16, by Alexis S. L. Carvalho
hgweb.unbundle: call req.httphdr only after the last possible call to bail
2006-10-22, by Alexis S. L. Carvalho
Work around a urllib2 bug in Python < 2.4.2
2007-03-16, by Alexis S. L. Carvalho
Fix confusing message from hg revert (issue332)
2007-03-16, by Alexis S. L. Carvalho
Merge with stable
2007-03-15, by Matt Mackall
merge with crew-stable
2007-03-15, by Thomas Arendsen Hein
Merge with mpm
2007-03-14, by Brendan Cully
merge with crew-stable
2007-03-14, by Thomas Arendsen Hein
git-send-email compatibility: stop reading changelog after ^---$
2007-03-14, by Brendan Cully
mq: add qparent tag (first parent of qbase)
2007-03-14, by Brendan Cully
Merge with crew
2007-03-15, by Matt Mackall
Merge with hg-stable
2007-03-15, by Thomas Arendsen Hein
Only hg repositories override [paths], not simple directories (fixes issue510)
2007-03-14, by Thomas Arendsen Hein
revlog: attempt to gracefully handle some interleaved damage
2007-03-15, by Matt Mackall
Merge with -stable
2007-03-14, by Matt Mackall
tags: add --remove
2007-03-14, by Matt Mackall
tags: remove unused variables
2007-03-14, by Matt Mackall
Make the tags algorithm smarter
2007-03-14, by Matt Mackall
Refactor tags code to prepare for improving the algorithm
2007-03-14, by Matt Mackall
Merge with -stable, fix small test failure
2007-03-14, by Matt Mackall
Make [PATCH] removal slightly more robust
2007-03-13, by Brendan Cully
Remove undo log after mq operations that rollback would break
2007-03-13, by Brendan Cully
Refresh file size after partial qrefresh.
2007-03-13, by Brendan Cully
Clarify update help text for update without an explicit revision
2007-03-11, by Brendan Cully
Improve hg branch -f help text
2007-03-12, by Brendan Cully
Add test for branch shadowing
2007-03-12, by Brendan Cully
branch: require --force to shadow existing branches
2007-03-12, by Brendan Cully
Strip [PATCH...] from message subject when importing patches
2007-03-12, by Brendan Cully
Merge a bunch of matcher and locate fixes.
2007-03-10, by Alexis S. L. Carvalho
Optimize return value of util._matcher for hgignore case
2007-03-10, by Alexis S. L. Carvalho
Optimize return value of util._matcher for common command line case
2007-03-10, by Alexis S. L. Carvalho
remove unused "head" hack from util._matcher
2007-03-10, by Alexis S. L. Carvalho
locate: exit(1) if we didn't print any file
2007-03-10, by Alexis S. L. Carvalho
change locate to use relglobs by default
2007-03-10, by Alexis S. L. Carvalho
localrepo.walk: if we're walking a specific revision, sort the files
2007-03-10, by Alexis S. L. Carvalho
dirstate.statwalk: explicitly test for ignored directories
2007-03-10, by Alexis S. L. Carvalho
util._matcher: unify pattern normalization
2007-03-10, by Alexis S. L. Carvalho
make the output of test-walk more readable
2007-03-10, by Alexis S. L. Carvalho
util.*matcher: change default "names" argument
2007-03-10, by Alexis S. L. Carvalho
util._matcher: fix handling of path: patterns
2007-03-10, by Alexis S. L. Carvalho
util._matcher: fix handling of relglob: patterns
2007-03-10, by Alexis S. L. Carvalho
A 'glob:foo?bar' pattern determines a root - the tree root
2007-03-10, by Alexis S. L. Carvalho
Leave normalization of patterns to util._matcher
2007-03-10, by Alexis S. L. Carvalho
util._matcher: update comments
2007-03-10, by Alexis S. L. Carvalho
remove obsolete code from patch.diff
2007-03-10, by Alexis S. L. Carvalho
small globprefix fix
2007-03-10, by Alexis S. L. Carvalho
Merge with crew-stable
2007-03-10, by Brendan Cully
merge with crew-stable
2007-03-09, by Thomas Arendsen Hein
Remove dummy branch hack from tests
2007-03-13, by Matt Mackall
Move branch read/write to dirstate where it belongs
2007-03-13, by Matt Mackall
Minor default branch cleanups
2007-03-13, by Matt Mackall
Move branches.cache to branch.cache
2007-03-13, by Matt Mackall
"default" is the default branch name
2007-03-13, by Alexis S. L. Carvalho
Test update to branch tip
2007-03-10, by Brendan Cully
Make update with no node jump to the tip of the current branch
2007-03-10, by Brendan Cully
fix qrefresh'ing an empty patch
2007-03-10, by Alexis S. L. Carvalho
statwalk: don't put self.root in the files list
2007-03-10, by Alexis S. L. Carvalho
fix qclone to a remote repo
2007-03-10, by Alexis S. L. Carvalho
Save an absolute path in repo.path
2007-03-10, by Alexis S. L. Carvalho
Add tests for .hg/branches.cache feature list.
2007-03-09, by Thomas Arendsen Hein
Add a features list to branches.cache to detect caches of old hg versions.
2007-03-09, by Thomas Arendsen Hein
Store empty (default) branch in branch cache, too.
2007-03-09, by Thomas Arendsen Hein
small fixes for the parent patch
2007-03-08, by Alexis S. L. Carvalho
Merge with crew
2007-03-08, by Matt Mackall
hgweb: use the given revision in the name of the archive
2007-03-08, by Michael Gebetsroither
Allow disabling store format to work with absurdly long filenames
2007-03-08, by Matt Mackall
incoming/outgoing: print the name of the other repo
2007-03-07, by Alexis S. L. Carvalho
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
less
more
|
(0)
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip