Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-120
+120
+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.
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
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip