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.
hgweb: don't use os.path.join to build URL parts
2007-08-05, by Alexis S. L. Carvalho
hgwebdir: change os.sep in the name of repos to "/"
2007-08-05, by Alexis S. L. Carvalho
Simplify/correct finding the hg executable (fixes issue644)
2007-08-04, by Thomas Arendsen Hein
archive: abort on empty repository. Fixes #624.
2007-07-10, by Brendan Cully
Merge with -stable
2007-08-02, by Matt Mackall
merge: avoid double deletion mentioned in issue636
2007-08-02, by Matt Mackall
merge with hg-stable
2007-08-02, by Thomas Arendsen Hein
The >| redirection does not exist in plain sh.
2007-08-02, by Thomas Arendsen Hein
imerge: sorted() is only available in python2.4 and above
2007-08-02, by Thomas Arendsen Hein
imerge: tarfile.extractall is only available in python2.5
2007-08-02, by Benoit Boissinot
Update imerge for new filemerge interface
2007-08-01, by Brendan Cully
del transaction before lock before wlock
2007-08-02, by Alexis S. L. Carvalho
convert: fix locking order
2007-08-02, by Alexis S. L. Carvalho
update tests output
2007-08-02, by Alexis S. L. Carvalho
convert: (svn) simplify _find_children
2007-08-01, by Brendan Cully
Merge with stable
2007-08-01, by Brendan Cully
Update asciidoc instructions to suggest html4 for newer versions
2007-08-01, by Brendan Cully
Merge with mpm
2007-08-01, by Brendan Cully
Automated merge with http://hg.intevation.org/mercurial/crew
2007-08-01, by Bryan O'Sullivan
dirstate: improve error message on file/directory clash
2007-08-01, by Bryan O'Sullivan
imerge extension and test
2007-08-01, by Brendan Cully
Merge with stable
2007-08-01, by Matt Mackall
merge: do early copy to deal with issue636
2007-08-01, by Matt Mackall
localrepository: allow rawcommit to commit with an empty message
2007-08-01, by Bryan O'Sullivan
Update style of record's cmdtable to match mercurial/commands.py
2007-08-01, by Thomas Arendsen Hein
os.isatty isn't available on Windows, so use sys.stdin.isatty()
2007-08-01, by Thomas Arendsen Hein
convert: add config option to turn off use of branch names
2007-07-31, by Bryan O'Sullivan
Add record extension, giving darcs-like interactive hunk picking
2007-07-31, by Bryan O'Sullivan
ui: get readline and prompt to behave better depending on interactivity
2007-07-31, by Bryan O'Sullivan
patch: make internal code a bit friendlier to use
2007-07-31, by Bryan O'Sullivan
commands: move commit to cmdutil as wrapper for commit-like functions
2007-07-31, by Bryan O'Sullivan
patch: remove unused parameter from b85diff
2007-07-30, by Bryan O'Sullivan
Update expected test output
2007-07-30, by Bryan O'Sullivan
extensions: don't get confused by aliasing between "foo" and "hgext.foo"
2007-07-30, by Bryan O'Sullivan
merge with crew-stable
2007-07-30, by Thomas Arendsen Hein
Fix re: and glob: patterns in .hgignore (reported by Brad Schick)
2007-07-30, by Thomas Arendsen Hein
test-convert: Hide warning about missing subversion bindings.
2007-07-29, by Thomas Arendsen Hein
Fix bashism and remove useless use of cat.
2007-07-29, by Thomas Arendsen Hein
Test qnew --git
2007-07-28, by Patrick Mezard
mq: add qnew --git option
2007-07-28, by Patrick Mezard
convert: empty log messages are OK as of 7f5c3fb0a37d
2007-07-27, by Bryan O'Sullivan
localrepo.commit: only munge comment text if committing via dirstate
2007-07-26, by Bryan O'Sullivan
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
doc: typo, -x bit
2007-07-17, by Matt Mackall
Update test output to reflect small changes in patch chattiness.
2007-07-17, by Bryan O'Sullivan
patch.py: re-add the ability to use an external patch program
2007-07-17, by Bryan O'Sullivan
patch.py: don't mark files as changed unless they have actually been changed
2007-07-17, by Bryan O'Sullivan
patch.py: fix some incorrect uses of _() for i18n
2007-07-17, by Bryan O'Sullivan
Add Chris Mason's mpatch library.
2007-07-17, by Bryan O'Sullivan
merge with crew-stable
2007-07-17, by Alexis S. L. Carvalho
convert: manually set encoding to UTF-8
2007-07-17, by Alexis S. L. Carvalho
hg parents: don't pass an OS-specific path to repo.filectx
2007-07-17, by Alexis S. L. Carvalho
merge with main
2007-07-17, 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
contexts: improve filectx eq test
2007-07-16, by Matt Mackall
Merge with -stable
2007-07-16, by Matt Mackall
patchbomb: add --desc, to specify a file containing a series description
2007-07-16, by Bryan O'Sullivan
merge with crew-stable
2007-07-15, by Thomas Arendsen Hein
Merge with crew-stable.
2007-07-15, by Patrick Mezard
merge: fix unnecessary rename merges on linear update (issue631)
2007-07-15, by Matt Mackall
convert: Use clone's behaviour for the default destionation name.
2007-07-15, by Thomas Arendsen Hein
test-symlink-basic: require symlinks availability
2007-07-15, by Patrick Mezard
Add hghave utility and run-tests.py support.
2007-07-14, by Patrick Mezard
run-tests: extract correct status when script terminates with exit
2007-07-14, by Patrick Mezard
Merge with -stable
2007-07-14, by Matt Mackall
diff: correctly handle combinations of whitespace options
2007-07-14, by Matt Mackall
hg grep: handle re.compile errors & update tests/test-grep
2007-07-09, by Giorgos Keramidas
typo fix
2007-07-12, by Jesse Glick
Re: mercurial.el and hg-version-other-window
2007-07-14, by jon christopher
Use isinstance instead of type == type
2007-07-06, by Christian Ebert
convert: record the source revision in the changelog
2007-07-13, by Brendan Cully
Use wsgi.url_scheme instead of ad-hoc CGI checks.
2007-07-12, by Wesley J. Landaker
cosmetics
2007-07-12, by Brendan Cully
Make hg serve set the wsgi.url_scheme property correctly.
2007-07-12, by Wesley J. Landaker
Handle CGI SSL detection via HTTPS environment better.
2007-07-12, by Wesley J. Landaker
merge with crew-stable
2007-07-11, by Alexis S. L. Carvalho
Make {urlbase} work in templates when https is used.
2007-07-10, by Wesley J. Landaker
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
Export extra in _tag so convert can set the branch of a tag
2007-07-11, by Brendan Cully
archive: abort on empty repository. Fixes #624.
2007-07-10, by Brendan Cully
mq: improve qclone error handling when patch directory is not a repository.
2007-07-10, by Brendan Cully
Fix test-debugcomplete for new --certificate option
2007-07-09, by Lee Cantey
Add SSL support to hg serve, activated via --certificate option
2007-07-09, by Brendan Cully
Correct inadvertent line ending change.
2007-07-09, by Lee Cantey
Fix for win32text corrupting files that have CRLF line endings. (issue302)
2007-07-09, by Lee Cantey
Add --line-number option to hg annotate (issue506)
2007-07-08, by Thomas Arendsen Hein
Allow filectx.annotate to return the line number of first appearance.
2007-07-08, by FUJIWARA Katsunori
Check for conflict markers in hgmerge (issue471)
2007-07-08, by Thomas Arendsen Hein
merge with crew-stable
2007-07-08, by Thomas Arendsen Hein
Removed deprecated hg:// and old-http:// protocols (issue406)
2007-07-08, by Thomas Arendsen Hein
hgwebdir: check for repo foo before browsing subdirectories of foo/
2007-07-07, by Brendan Cully
Merge with crew
2007-07-07, by Brendan Cully
hgweb: browse subdirectories before checking whether parent directory is also a repository
2007-07-07, by Brendan Cully
Use a prefix for debuginstall tempfiles.
2007-07-07, by Thomas Arendsen Hein
python 2.3 does not have sorted
2007-07-06, by Brendan Cully
Sort changelog extra dict to avoid possible nondeterminism
2007-07-06, by Brendan Cully
Last change broke new-style URLs
2007-07-06, by Brendan Cully
hgwebdir: do not walk up the given path looking for a repository. It is there or it isn't.
2007-07-06, by Brendan Cully
merge with crew-stable
2007-07-06, by Thomas Arendsen Hein
hgwebdir: show only trailing part of path when browsing subdirectories
2007-07-05, by Brendan Cully
gitweb: add notfound template
2007-07-05, by Brendan Cully
hgweb: let hgwebdir browse subdirectories
2007-07-05, by Brendan Cully
convert: svn code movement (no actual changes)
2007-07-05, by Brendan Cully
convert: svn: avoid parsing already-seen logentries due to branch following
2007-07-05, by Brendan Cully
Merge with main
2007-07-05, by Brendan Cully
convert: svn: some improvements in memory usage
2007-07-05, by Brendan Cully
archive: make the %r escape work.
2007-07-11, by Alexis S. L. Carvalho
serve: respect settings from .hg/hgrc
2007-07-11, by Alexis S. L. Carvalho
Fix inconsistency for the stream_out capability in hgweb
2007-05-12, by Edouard Gomez
improve warning for hg add foo; hg mv foo bar
2007-07-11, by Alexis S. L. Carvalho
util._hgexecutable: default to 'hg'
2007-07-11, by Alexis S. L. Carvalho
archive: add symlink support
2007-07-11, by Alexis S. L. Carvalho
archive: use util.opener when archiving files.
2007-07-11, by Alexis S. L. Carvalho
localrepo.wwrite: use opener.symlink
2007-07-11, by Alexis S. L. Carvalho
Add symlink method to util.opener.
2007-07-11, by Alexis S. L. Carvalho
turn util.opener into a class
2007-07-11, by Alexis S. L. Carvalho
Fixed double slash for doc install path introduced by using $DESTDIR (issue620)
2007-07-08, by Thomas Arendsen Hein
hg log: Move filtering implicit parents to own method and use it in templater.
2007-07-08, by Thomas Arendsen Hein
less
more
|
(0)
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip