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