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.
convert: make test-convert executable
2007-07-26, by Bryan O'Sullivan
Merge with bos
2007-07-26, by Brendan Cully
convert svn: canonicalize path before calling url_from_path.
2007-07-26, by Brendan Cully
Ignore mergebackup files generated by mpatch
2007-07-26, by Bryan O'Sullivan
convert: get rid of ugly use of hasattr
2007-07-26, by Bryan O'Sullivan
convert: get rid of "hg." prefix where not needed
2007-07-26, by Bryan O'Sullivan
convert: add filename filtering and renaming support
2007-07-26, by Bryan O'Sullivan
convert: add test
2007-07-26, by Bryan O'Sullivan
convert: acquire/release locks periodically
2007-07-26, by Bryan O'Sullivan
convert: Support Mercurial as a source, as well as a sink
2007-07-26, by Bryan O'Sullivan
convert: make commit constructor clearer and less magical
2007-07-26, by Bryan O'Sullivan
convert: rename mapfile to revmapfile, so we can map more than just revs
2007-07-26, by Bryan O'Sullivan
convert svn: try to extract URL from source if it is a working directory
2007-07-26, by Brendan Cully
Merge with mpm
2007-07-26, by Brendan Cully
convert: urlify svn repos if necessary.
2007-07-26, by Brendan Cully
revlog: localize some fastpath functions
2007-07-26, by Matt Mackall
revlog: minor chunk speed-up
2007-07-26, by Matt Mackall
revlog: minor revdiff reorganization
2007-07-26, by Matt Mackall
revlog: move flag checking out of the offset fastpath
2007-07-26, by Matt Mackall
dirstate: localize a bunch of methods in status fastpath
2007-07-26, by Matt Mackall
dirstate: speed up sorting in findfiles
2007-07-26, by Matt Mackall
revlog: pass mode to _supported directly
2007-07-26, by Matt Mackall
dirstate: localize a bunch of methods for findfiles
2007-07-26, by Matt Mackall
Merge with -stable
2007-07-26, by Matt Mackall
posixfile_nt: '+' should allow read access.
2007-07-25, by Shun-ichi GOTO
merge: don't forget to update the dirstate for exec bit changes
2007-07-26, by Matt Mackall
revlog: avoid some unnecessary seek/tell syscalls
2007-07-23, by Matt Mackall
manifest: speed up creation of the manifestdict
2007-07-23, by Matt Mackall
lazyparser.findnode: fix typo and s/rfind/find/
2007-07-23, by Matt Mackall
lazyindex: speed up __getitem__
2007-07-23, by Matt Mackall
lazyparser: up the blocksize from 512 bytes to 64k
2007-07-23, by Matt Mackall
revlog: implement a fast path for heads
2007-07-23, by Matt Mackall
revlogio: speed up parsing
2007-07-23, by Matt Mackall
revlog: eliminate diff and patches functions
2007-07-23, by Matt Mackall
revlog: speed up chunkcache
2007-07-23, by Matt Mackall
revlog: some basic code reordering
2007-07-23, by Matt Mackall
revlog: abstract out index entry packing
2007-07-23, by Matt Mackall
revlog: simplify revlog.__init__
2007-07-23, by Matt Mackall
revlog: mark cache private
2007-07-23, by Matt Mackall
revlog: pull chunkcache back into revlog
2007-07-23, by Matt Mackall
revlog: change _inline from a function to a variable
2007-07-23, by Matt Mackall
revlog: simplify addrevision
2007-07-23, by Matt Mackall
revlog: some codingstyle cleanups
2007-07-23, by Matt Mackall
revlog: add a magic null revision to our index
2007-07-23, by Matt Mackall
revlog: change accesses to index entry elements to use positive offsets
2007-07-23, by Matt Mackall
revlog: parse revlogv0 indexes into v1 internally
2007-07-23, by Matt Mackall
revlog: only allow lazy parsing with revlogng files
2007-07-23, by Matt Mackall
revlog: simplify the v1 immediate parser
2007-07-23, by Matt Mackall
revlog: set the threshold for lazy parsing higher
2007-07-23, by Matt Mackall
revlog: simplify the v0 parser
2007-07-23, by Matt Mackall
revlog: add revlogio interface
2007-07-23, by Matt Mackall
revlog: regroup parsing code
2007-07-23, by Matt Mackall
transactions: avoid late tear-down (issue641)
2007-07-22, by Matt Mackall
hgk: enable mouse wheel under Windows.
2007-07-22, by Patrick Mezard
hgk: enable mouse wheel on MouseWheel events.
2007-07-22, by Patrick Mezard
merge with crew-stable
2007-07-22, by Thomas Arendsen Hein
addremove: print meaningful error message if --similar not numeric
2007-07-21, by Bryan O'Sullivan
Merge with crew
2007-07-21, by Matt Mackall
test-alias: Removed fallback to parentui, no longer needed since 10afa3fab6b4
2007-07-21, by Thomas Arendsen Hein
merge with crew-stable
2007-07-21, by Thomas Arendsen Hein
Make [defaults] in .hg/hgrc work.
2007-07-21, by Thomas Arendsen Hein
fix bogus close spotted by pychecker (no close() in global scope)
2007-07-20, by Benoit Boissinot
Remove unused pprint import and the commented line which used it before.
2007-07-21, by Thomas Arendsen Hein
Use format string for lockname again (was changed by 3e25a6eb5c9a)
2007-07-21, by Thomas Arendsen Hein
Backout ad09ce1d393c and replace ''' with """ to make some highlighting happy.
2007-07-21, by Thomas Arendsen Hein
removed trailing whitespace
2007-07-21, by Thomas Arendsen Hein
fix unused variables reported by pychecker
2007-07-20, by Benoit Boissinot
churn: get current terminal width if possible
2007-07-19, by Christian Ebert
merge with crew-stable
2007-07-19, by Alexis S. L. Carvalho
dirstate.invalidate: avoid rebuilding _map
2007-07-19, by Alexis S. L. Carvalho
add dirstate._dirtypl variable
2007-07-19, by Alexis S. L. Carvalho
archive: delay extraction of file revisions
2007-07-19, by Alexis S. L. Carvalho
help: avoid traceback if an extension has only debug commands
2007-07-19, by Alexis S. L. Carvalho
convert/subversion: rehandle the no-tags case
2007-07-19, by Bryan O'Sullivan
Print meaningful error message if os.symlink fails
2007-07-19, by Bryan O'Sullivan
lock.py: cache hostname, but not pid, in case we fork
2007-07-19, by Bryan O'Sullivan
convert/subversion: work around memory leak in svn's python bindings
2007-07-19, by Bryan O'Sullivan
Automated merge with http://hg.intevation.org/mercurial/crew
2007-07-18, by Bryan O'Sullivan
convert/subversion: Simplify callback.
2007-07-18, by Bryan O'Sullivan
merge with crew-stable
2007-07-19, by Thomas Arendsen Hein
Simplify update.
2007-07-18, by Bryan O'Sullivan
Better fix for issue 622 than we had in c4dd58af0fc8.
2007-07-18, by Bryan O'Sullivan
convert/subversion: reduce memory usage by filtering early
2007-07-18, by Bryan O'Sullivan
Automated merge with http://hg.intevation.org/mercurial/crew
2007-07-18, by Bryan O'Sullivan
convert/subversion: get converter working against plain HTTP.
2007-07-18, by Bryan O'Sullivan
Simplify update.
2007-07-18, by Bryan O'Sullivan
Better fix for issue 622 than we had in c4dd58af0fc8.
2007-07-18, by Bryan O'Sullivan
merge with main
2007-07-18, by Thomas Arendsen Hein
merge with crew-stable
2007-07-18, by Thomas Arendsen Hein
fix test-tag on Solaris
2007-07-18, by Thomas Arendsen Hein
tag: handle .hgtags and .hg/localtags with missing final newline (issue 601)
2007-07-16, by Bryan O'Sullivan
issue 622: pull/unbundle -u updates to default branch if repo was empty
2007-07-16, by Bryan O'Sullivan
mq: autodetect an existing git patch during qrefresh (issue 491)
2007-07-16, by Bryan O'Sullivan
replace .hgtags instead of appending to it when doing a raw commit
2007-07-11, by Brendan Cully
handle nonexistent .hgtags in raw _tag
2007-07-11, by Brendan Cully
convert/subversion.py: str.rsplit is not available in Python 2.3
2007-07-17, by Bryan O'Sullivan
Automated merge with http://hg.intevation.org/mercurial/crew
2007-07-17, by Bryan O'Sullivan
convert/subversion.py: fix bad assumptions about SVN path naming
2007-07-17, by Bryan O'Sullivan
convert/subversion.py: escape quotes to make code readable in Emacs
2007-07-17, by Bryan O'Sullivan
patch: patches should be read and written in binary mode when possible.
2007-07-17, by Patrick Mezard
patch: fix normalized paths separators.
2007-07-17, by Patrick Mezard
posixfile_nt: '+' was understood as read mode instead of update.
2007-07-17, by Patrick Mezard
revlog: privatize some methods
2007-07-21, by Matt Mackall
revlog: delete unused function makenode
2007-07-21, by Matt Mackall
revlog: raise offset/type helpers to global scope
2007-07-21, by Matt Mackall
Make repo locks recursive, eliminate all passing of lock/wlock
2007-07-21, by Matt Mackall
Use a weakref for recursive transactions
2007-07-21, by Matt Mackall
Use try/finally pattern to cleanup locks and transactions
2007-07-21, by Matt Mackall
repo locks: use True/False
2007-07-21, by Matt Mackall
rename and simplify do_lock
2007-07-21, by Matt Mackall
simplify dirstate fixups in repo.status()
2007-07-21, by Matt Mackall
dirstate: add doesn't need to call stat
2007-07-21, by Matt Mackall
use context for part of localrepo status
2007-07-21, by Matt Mackall
context: add __contains__, __getitem__, and __iter__
2007-07-21, by Matt Mackall
dirstate: get rid of default args for status
2007-07-21, by Matt Mackall
dirstate: make filterfiles private
2007-07-21, by Matt Mackall
dirstate: add __contains__ and make __getitem__ more useful
2007-07-21, by Matt Mackall
dirstate: make wjoin function private
2007-07-21, by Matt Mackall
dirstate: break update into separate functions
2007-07-21, by Matt Mackall
dirstate: use True and false for _dirty
2007-07-21, by Matt Mackall
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip