Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-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.
parsebool: create new function and use it for config parsing
2010-08-28, by Augie Fackler
util: clean up trailing whitespace
2010-08-28, by Augie Fackler
Consistently import foo as foomod when foo to avoid shadowing
2010-08-30, by Martin Geisler
Merge with stable
2010-08-30, by Martin Geisler
help: refer to user configuration file more consistently
stable
2010-08-27, by Brodie Rao
tests: unify test-config-case
2010-08-30, by Adrian Buehlmann
win32: add hgweb scripts to Inno Setup installer
stable
2010-08-29, by Pascal Quantin
win32: add Emacs scripts to Inno Setup installer
stable
2010-08-29, by Pascal Quantin
path_auditor: delegate checking of nested repos to a callback
2010-08-29, by Martin Geisler
util: use 'auditor' as consistent name for path auditors
2010-08-29, by Martin Geisler
util: add optional path auditor argument to canonpath
2010-08-29, by Martin Geisler
mail/hgweb: support service names for ports (issue2350)
2010-08-28, by Brodie Rao
tests: unify test-qrecord
2010-08-27, by Dan Villiom Podlaski Christiansen
tests: unify test-record
2010-08-27, by Dan Villiom Podlaski Christiansen
tests: unify test-help
2010-08-27, by Dan Villiom Podlaski Christiansen
tests: unify test-bheads
2010-08-27, by Adrian Buehlmann
tests: unify test-lock-badness
2010-08-26, by Adrian Buehlmann
Merge with stable
2010-08-29, by Martin Geisler
churn: do not crash on malformed lines in alias file
stable
2010-08-29, by Martin Geisler
churn: do not crash on empty lines in alias file
stable
2010-08-29, by Ronny Pfannschmidt
Lowercase error messages
stable
2010-08-29, by Martin Geisler
localrepo: introduce method for explicit branch cache update
2010-08-28, by Georg Brandl
color: handle more Windows console errors
2010-08-27, by Steve Borho
patchbomb: remove unneeded line continuation
2010-08-25, by Christian Ebert
cleanup: remove unused variables
2010-08-27, by Brodie Rao
cleanup: remove unused imports
2010-08-27, by Brodie Rao
Merge with stable
2010-08-27, by Martin Geisler
subrepo: use [0-9] instead of [\d] in svn subrepo regex
2010-08-27, by Martin Geisler
webcommands: remove unncessary access to repo.changelog
2010-08-26, by Patrick Mezard
archival: do not use repo.changelog directly
2010-08-26, by Patrick Mezard
repair: pass variable explicitely to nested function
2010-08-26, by Patrick Mezard
mercurial.spec: specify file modes for install
stable
2010-08-26, by Mads Kiilerich
simplemerge: remove hash-bang from non-executable script
stable
2010-08-26, by Mads Kiilerich
merge with stable
2010-08-26, by Matt Mackall
Added signature for changeset ff5cec76b1c5
stable
2010-08-26, by Matt Mackall
Added tag 1.6.3 for changeset ff5cec76b1c5
stable
2010-08-26, by Matt Mackall
util: avoid using hashlib on Python < 2.5 (issue2278)
stable
1.6.3
2010-08-17, by Sol Jerome
templates: add filenolink to raw style (issue2332)
stable
2010-08-16, by Matt Mackall
url: limit expansion to safe auth keys (Issue2328)
stable
2010-08-13, by Martin Geisler
url: expand vars in all [auth] settings (issue2328)
stable
2010-08-13, by Martin Geisler
merge with stable
2010-08-26, by Thomas Arendsen Hein
Fix merge-tools.checkconflicts
stable
2010-08-26, by Thomas Arendsen Hein
Fix merge-tools.checkconflicts
2010-08-26, by Thomas Arendsen Hein
bundlerepo: remove duplication of bundle decompressors
2010-08-25, by Matt Mackall
bundle: introduce bundle class
2010-08-25, by Matt Mackall
bundle: unify/refactor unbundle/readbundle
2010-08-25, by Matt Mackall
bundle: factor out decompressor
2010-08-25, by Matt Mackall
merge with stable
2010-08-25, by Matt Mackall
alias: make shadowing behavior more consistent (issue2054)
stable
2010-08-21, by Brodie Rao
hgweb: handle exception of misconfigured path on index page
stable
2010-08-24, by Yuya Nishihara
statichttprepo: disable pushkey
2010-08-24, by Matt Mackall
mq: extend support for the --mq argument to extension commands
2010-08-13, by Dan Villiom Podlaski Christiansen
repository: drop unused rjoin() method
2010-08-22, by Patrick Mezard
tests: unify test-export
2010-08-24, by Adrian Buehlmann
revert: wrap long line
2010-08-25, by Martin Geisler
util: remove lexists, Python 2.4 introduced os.path.lexists
2010-08-25, by Martin Geisler
Merge with stable
2010-08-25, by Martin Geisler
context: mark string for translation
stable
2010-08-25, by Martin Geisler
test-convert-cvs: test fuzz
stable
2010-07-01, by Mads Kiilerich
test-dispatch: drop test for missing working directory
stable
2010-08-23, by Mads Kiilerich
Merge with stable
2010-08-23, by Martin Geisler
bookmarks: guard against listing bookmarks on unsupported repos
stable
2010-08-23, by Martin Geisler
mdiff.patch(): add a special case for when the base text is empty
2010-08-23, by Benoit Boissinot
revlog: add rawsize(), identical to size() but not subclassed by filelog
2010-08-23, by Benoit Boissinot
revlog.addrevision(): move computation of nodeid in addrevision()
2010-08-22, by Benoit Boissinot
contrib/compress: compress should activate parentdelta
2010-08-22, by Benoit Boissinot
contrib/compress: correct ordering of copying
2010-08-22, by Benoit Boissinot
contrib/compress: refactor revlog copying
2010-08-22, by Benoit Boissinot
contrib/compress: use store API instead of a collector
2010-08-22, by Benoit Boissinot
contrib/compress: proper lock handling
2010-08-22, by Benoit Boissinot
contrib/compress: use hg API to compute the destination path
2010-08-22, by Benoit Boissinot
contrib/compress: use repo's transaction method
2010-08-22, by Benoit Boissinot
contrib/compress: remove unused variables
2010-08-22, by Benoit Boissinot
tests: unify test-hgrc
2010-08-21, by Brodie Rao
tests: remove test-log.out, useless after unification
2010-08-22, by Patrick Mezard
revlog: fix docstring
2010-08-21, by Benoit Boissinot
deltaparent(): don't return nullrev for a revision containing a full snapshot
2010-08-21, by Benoit Boissinot
merge with stable
2010-08-21, by Matt Mackall
tests: fix up bisect test output
stable
2010-08-21, by Matt Mackall
merge: move reverse-merge logic out of filemerge (issue2342)
stable
2010-08-21, by Matt Mackall
bisect: add test for unrelated starting revisions
2010-08-20, by Matt Mackall
merge with stable
2010-08-20, by Matt Mackall
bisect: better message for unrelated starting revisions
stable
2010-08-20, by Matt Mackall
debuginstall: report installpath
2010-08-20, by Matt Mackall
tests: unify test-glog
2010-08-20, by Adrian Buehlmann
bookmarks: fix long line
2010-08-19, by Matt Mackall
merge with stable
2010-08-19, by Matt Mackall
revlog: addgroup re-adds punched revisions for missing parents
2010-08-13, by Vishakh H
revlog: generate full revisions when parent node is missing
2010-08-13, by Vishakh H
revlog.revision(): inline deltachain computation
2010-08-20, by Benoit Boissinot
revlog.revision(): remove debug code
2010-08-20, by Benoit Boissinot
revlog.revision(): don't use nullrev as the default value for the cache
2010-08-20, by Benoit Boissinot
revlog.revision(): minor cleanup
2010-08-20, by Benoit Boissinot
bookmarks: Check if the bookmark to delete exists on the remote
stable
2010-08-19, by David Soria Parra
Merge with stable
2010-08-19, by Patrick Mezard
win32: remove useless lstat() fallback in nlinks()
stable
2010-08-19, by Patrick Mezard
win32: correctly break hardlinks on network drives (issue761)
stable
2010-08-19, by Patrick Mezard
merge with stable
2010-08-19, by Matt Mackall
aliases: provide more flexible ways to work with shell alias arguments
2010-08-18, by Steve Losh
util: add an interpolate() function to for replacing multiple values
2010-08-18, by Steve Losh
convert: use encoding.encoding instead of locale.getpreferredencoding()
stable
2010-08-18, by Brodie Rao
convert: properly set encoding for gnuarch converter
stable
2010-08-18, by Brodie Rao
log: add logging for commands
2010-08-19, by Matt Mackall
ui: add logging hook
2010-08-19, by Matt Mackall
tests: unify test-merge10
2010-08-18, by Pradeepkumar Gayam
tests: unify test-merge9
2010-08-18, by Pradeepkumar Gayam
tests: unify test-merge8
2010-08-18, by Pradeepkumar Gayam
tests: unify test-merge7
2010-08-18, by Pradeepkumar Gayam
tests: unify test-merge6
2010-08-18, by Pradeepkumar Gayam
tests: unify test-merge5
2010-08-18, by Pradeepkumar Gayam
tests: unify test-merge4
2010-08-18, by Pradeepkumar Gayam
tests: unify test-merge2
2010-08-18, by Pradeepkumar Gayam
tests: unify test-merge1
2010-08-18, by Pradeepkumar Gayam
tests: unify test-excessive-merge
2010-08-18, by Pradeepkumar Gayam
tests: unify test-double-merge
2010-08-18, by Pradeepkumar Gayam
tests: unify test-copy-move-merge
2010-08-18, by Pradeepkumar Gayam
tests: unify test-merge-closedheads
2010-08-18, by Pradeepkumar Gayam
merge with stable
2010-08-19, by Matt Mackall
color: enable branches support
2010-07-28, by Jeremy Whitlock
mq/qqueue: update bash completion
2010-08-18, by Yann E. MORIN
mq/qqueue: add --purge option to delete a queue and its patch dir
2010-08-18, by Yann E. MORIN
mq/qqueue: commonalise the queue deletion code
2010-08-18, by Yann E. MORIN
mq: don't inherit default and default-push paths with --mq (issue2333)
stable
2010-08-18, by Mads Kiilerich
test-subrepo-paths: use printf instead of echo
2010-08-19, by Martin Geisler
parendelta: fix computation of base rev (fixes issue2337)
2010-08-18, by Benoit Boissinot
revlog._addrevision(): make the parent of the cached delta explicit
2010-08-18, by Benoit Boissinot
subrepos: handle backslashes in subpaths
2010-08-19, by Martin Geisler
help: document stringify templatefilter
stable
2010-08-19, by Dirkjan Ochtman
test-subrepo-paths: moved comment lines to where they belong
2010-08-18, by Martin Geisler
merge with stable
2010-08-17, by Matt Mackall
merge with i18n
2010-08-17, by Matt Mackall
merge with i18n
stable
2010-08-17, by Matt Mackall
i18n-pt_BR: fix typo in commit help text
stable
2010-08-17, by Wagner Bruna
i18n: merge with stable
2010-08-16, by Wagner Bruna
i18n-pt_BR: synchronized with 2da0cf99b642
stable
2010-08-16, by Wagner Bruna
i18n-pt_BR: fix typo
stable
2010-08-16, by Wagner Bruna
i18n-da: synchronized with 7fa36341e7a0
2010-08-15, by Martin Geisler
log: fix the bug 'hg log --stat -p == hg log --stat'
stable
2010-08-13, by Alecs King
hgfixes: added a fixer to convert changes in the email package
2010-08-08, by Renato Cunha
contrib/setup3k.py: added script to build hg with py3k
2010-08-03, by Renato Cunha
mq: save qrefresh message for easy recovery in case it fails (issue2062)
2010-08-16, by Renato Cunha
util: avoid using hashlib on Python < 2.5 (issue2278)
2010-08-17, by Sol Jerome
ui: differentiate empty configlist from None
2010-08-11, by Alecs King
revset: predicate to avoid lookup errors
2010-08-13, by Wagner Bruna
inotify: show the exact command used to start the server
2010-08-13, by Greg Ward
demandimport: store level argument on _demandmod instances
2010-08-17, by Dan Villiom Podlaski Christiansen
revert: use opts.get
2010-08-13, by Xavier Snelgrove
tests: unify test-copy2
2010-08-17, by Pradeepkumar Gayam
mq/qqueue: enable renaming of active queue
2010-08-15, by Yann E. MORIN
mq/qqueue: split _setactive
2010-08-15, by Yann E. MORIN
merge with stable
2010-08-17, by Matt Mackall
templates: add filenolink to raw style (issue2332)
2010-08-16, by Matt Mackall
revlog: optimize deltachain
2010-08-15, by Matt Mackall
manifest: correct readdelta() according to parentdeltas
2010-08-10, by Pradeepkumar Gayam
contrib: simple extension to practically convert a repo from tip delta to parentdelta
2010-08-10, by Pradeepkumar Gayam
localrepo: add parentdelta to requires only if enabled in config file
2010-08-10, by Pradeepkumar Gayam
revlog: append delta against p1
2010-08-10, by Pradeepkumar Gayam
revlog: teach revlog to construct a revision from parentdeltas
2010-08-10, by Pradeepkumar Gayam
revlog: deltachain() returns chain of revs need to construct a revision
2010-08-10, by Pradeepkumar Gayam
revlog: parentdelta flags for revlog index
2010-08-10, by Pradeepkumar Gayam
glossary: fixed typo
stable
2010-08-17, by Martin Geisler
Merge with stable
2010-08-17, by Martin Geisler
tests: unify test-clone-r
2010-08-15, by Adrian Buehlmann
tests: unify test-debugcomplete
2010-08-17, by Pradeepkumar Gayam
tests: unify tests-debugindexdot
2010-08-17, by Pradeepkumar Gayam
tests: unify test-debugbuilddag
2010-08-17, by Pradeepkumar Gayam
tests: unify test-diffdir
2010-08-17, by Pradeepkumar Gayam
tests: unify test-children
2010-08-17, by Pradeepkumar Gayam
tests: unify test-revlog-packentry
2010-08-17, by Pradeepkumar Gayam
tests: unify test-revlog-group-emptyiter
2010-08-17, by Pradeepkumar Gayam
tests: unify test-install
2010-08-17, by Pradeepkumar Gayam
tests: unify test-subrepo-svn
2010-08-17, by Martin Geisler
tests: unify test-subrepo-relative-path
2010-08-17, by Martin Geisler
tests: unify test-subrepo-paths
2010-08-17, by Martin Geisler
tests: unify test-subrepo-deep-nested-change
2010-08-17, by Martin Geisler
tests: unify test-subrepo
2010-08-17, by Martin Geisler
glossary: add entry for "Branch, inactive"
stable
2010-08-17, by Martin Geisler
tests: unify test-patchbomb
2010-08-16, by Andreas Freimuth
Merge with mpm
2010-08-16, by Martin Geisler
tests: unify test-mq-symlinks
2010-08-16, by Nicolas Dumazet
tests: use regular expressions instead of helpers
2010-08-16, by Nicolas Dumazet
tests: unify test-mq-strip
2010-08-16, by Nicolas Dumazet
tests: drop big sed from test-keyword.t
2010-08-15, by Matt Mackall
tests: unify test-keyword
2010-08-13, by Christian Ebert
test-walk: enable absolute path tests
2010-08-13, by Matt Mackall
tests: unify test-grep
2010-08-16, by Nicolas Dumazet
cmdutil: code simplification
2010-08-15, by Nicolas Dumazet
tests: unify test-log
2010-08-15, by Nicolas Dumazet
log: do not --follow file that is deleted and recreated later (issue732)
2010-08-15, by Nicolas Dumazet
tests: unify test-mq-safety
2010-08-15, by Nicolas Dumazet
tests: unify test-mq-caches
2010-08-15, by Nicolas Dumazet
tests: unify test-mq-guards
2010-08-15, by Nicolas Dumazet
tests: unify test-mq-eol
2010-08-15, by Nicolas Dumazet
tests: unify test-mq
2010-08-15, by Nicolas Dumazet
Merge with stable
2010-08-15, by Patrick Mezard
encoding: improve handling of buggy getpreferredencoding() on Mac OS X
stable
2010-08-14, by Dan Villiom Podlaski Christiansen
templatefilters: unnest uescape()
stable
2010-08-15, by Patrick Mezard
templatefilters: use \uxxxx style escape for JSON string
stable
2010-08-11, by Yuya Nishihara
test-notify: make it pass on Mac OS X (again)
stable
2010-08-13, by Dan Villiom Podlaski Christiansen
tests: combine test-dirstate-future.t
2010-08-15, by Adrian Buehlmann
tests: unify test-dirstatedirs
2010-08-15, by Adrian Buehlmann
Merge with stable
2010-08-15, by Martin Geisler
dagparser: transplant part of 4e804302d30c
stable
2010-08-15, by Martin Geisler
check-code: catch "echo -n" in tests
stable
2010-08-15, by Martin Geisler
test-init: replace 'echo -n' with 'printf'
2010-08-15, by Martin Geisler
revset: fix outgoing argument handling
stable
2010-08-12, by Wagner Bruna
debugbuilddag: escape backslash properly in help string
stable
2010-08-15, by Martin Geisler
url.py: removed 'file' inheritance in the httpsendfile class
2010-08-14, by Renato Cunha
fix undefined variables, spotted by pylint
2010-08-15, by Benoit Boissinot
py3kcompat: added fake ord implementation for py3k
2010-08-07, by Renato Cunha
commit: explicitly document the existence of "last-message.txt"
stable
2010-08-14, by Greg Ward
Merge with stable
2010-08-14, by Martin Geisler
tests: unify test-changelog-exec
2010-08-14, by Martin Geisler
tests: unify test-cat
2010-08-14, by Martin Geisler
tests: unify test-bundle-vs-outgoing
2010-08-14, by Martin Geisler
tests: unify test-bundle-type
2010-08-14, by Martin Geisler
tests: unify test-bundle-r
2010-08-14, by Martin Geisler
tests: unify test-bundle
2010-08-14, by Martin Geisler
tests: unify test-branch-option
2010-08-14, by Martin Geisler
tests: unify test-branches
2010-08-14, by Martin Geisler
tests: unify test-dumprevlog
2010-08-13, by Adrian Buehlmann
tests: unify test-dirstate-future
2010-08-12, by Adrian Buehlmann
tests: unify test-fncache
2010-08-12, by Adrian Buehlmann
tests: unify test-bookmarks-strip
2010-08-14, by Martin Geisler
tests: unify test-bookmarks-rebase
2010-08-14, by Martin Geisler
tests: unify test-bookmarks-current
2010-08-14, by Martin Geisler
tests: unify test-bookmarks
2010-08-14, by Martin Geisler
tests: unify test-bisect2
2010-08-14, by Martin Geisler
tests: unify test-bad-pull
2010-08-14, by Martin Geisler
tests: unify test-bad-extension
2010-08-14, by Martin Geisler
tests: unify test-backwards-remove
2010-08-14, by Martin Geisler
tests: unify test-backout
2010-08-14, by Martin Geisler
tests: unify test-audit-path
2010-08-14, by Martin Geisler
tests: unify test-archive-symlinks
2010-08-14, by Martin Geisler
tests: unify test-archive
2010-08-14, by Martin Geisler
tests: unify test-annotate
2010-08-14, by Martin Geisler
tests: unify test-addremove-similar
2010-08-14, by Martin Geisler
tests: unify test-addremove
2010-08-14, by Martin Geisler
tests: unify test-acl
2010-08-14, by Martin Geisler
tests: unify test-abort-checkin
2010-08-14, by Martin Geisler
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip