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.
init: create target directory recursively
stable
2010-07-21, by Mads Kiilerich
doc: make sure we use our own code for generating man pages
stable
2010-07-21, by Mads Kiilerich
transplant: crash if repo.commit() finds nothing to commit
stable
2010-07-18, by Greg Ward
mq: cleanup status if applied mq is stripped (issue1881)
stable
2010-07-20, by Vishakh H
bundle: lookup revisions after addbranchrevs
stable
2010-07-20, by Nicolas Dumazet
log: do not redefine cachefunc in walkchangerevs
2010-07-20, by Nicolas Dumazet
cmdutils: fix code style
2010-07-21, by Martin Geisler
contrib: add debugshell extension
2010-07-20, by Vishakh H
log: document the different phases in walkchangerevs
2010-07-20, by Nicolas Dumazet
log: slowpath: only walk specified revision range during preparation
2010-07-20, by Nicolas Dumazet
Merge with stable
2010-07-20, by Matt Mackall
revert: rename original to .orig instead of copying (issue2282)
stable
2010-07-13, by Mads Kiilerich
inotify: make inotifydirstate.status() returns a tuple of lists.
stable
2010-07-20, by Greg Ward
protocol: move the streamclone implementation into wireproto
2010-07-20, by Dirkjan Ochtman
protocol: use generators instead of req.write() for hgweb stream responses
2010-07-20, by Dirkjan Ochtman
protocol: wrap non-string protocol responses in classes
2010-07-20, by Dirkjan Ochtman
protocol: convert StreamException to generated error code
2010-07-16, by Dirkjan Ochtman
protocol: extract compression from streaming mechanics
2010-07-16, by Dirkjan Ochtman
protocol: rename send methods to get grouping by prefix
2010-07-16, by Dirkjan Ochtman
protocol: shuffle server methods to group send methods
2010-07-16, by Dirkjan Ochtman
protocol: do not translate error messages on the remote side
2010-07-16, by Dirkjan Ochtman
protocol: use return shortcut instead of respond function
2010-07-16, by Dirkjan Ochtman
protocol: command must be checked before passing in
2010-07-16, by Dirkjan Ochtman
tests: rename some tests to help grouping
2010-07-20, by Dirkjan Ochtman
keyword: add extra datefilters in a single update call
2010-07-15, by Christian Ebert
Merge with stable
2010-07-19, by Martin Geisler
Merge with main
2010-07-19, by Martin Geisler
cmdutil: fix accidental name clash with revrange function
2010-07-19, by Martin Geisler
commands: fix update's help to be more accurate
stable
2010-07-14, by Steve Losh
i18n: use encoding.colwidth() for correct column width
stable
2010-07-18, by FUJIWARA Katsunori
merge with stable
2010-07-18, by Nicolas Dumazet
log: slowpath: do not read the full changelog
2010-07-04, by Nicolas Dumazet
log: remove increasing windows usage in fastpath
2010-07-03, by Nicolas Dumazet
log: refactor: test for ranges inside filerevgen
2010-07-03, by Nicolas Dumazet
log: refactor: compute the value of last outside of filerevgen
2010-07-03, by Nicolas Dumazet
context: use os.lstat instead of os.stat to fetch file size
stable
2010-07-16, by Nicolas Dumazet
check-code: add --blame switch
2010-07-16, by Matt Mackall
changegroupsubset: remove unneeded cast to list
2010-07-16, by Benoit Boissinot
check-code: catch dict.has_key
2010-07-16, by Martin Geisler
Merge with stable
2010-07-16, by Martin Geisler
mark ui.warn strings for translation
stable
2010-07-16, by Martin Geisler
check-code: warn about untranslated ui.warn calls
stable
2010-07-16, by Martin Geisler
localrepo: remove push_{unbundle,addchangegroup}(), factor it inside push()
2010-07-16, by Benoit Boissinot
wireproto: refactor list of nodeid encoding / decoding
2010-07-16, by Benoit Boissinot
ssh: drop some old imports
2010-07-15, by Matt Mackall
protocol: move hgweb protocol support back into protocol.py
2010-07-15, by Matt Mackall
protocol: unify server-side capabilities functions
2010-07-15, by Matt Mackall
protocol: unify unbundle on the server side
2010-07-15, by Matt Mackall
protocol: unify client unbundle support
2010-07-14, by Matt Mackall
protocol: unify client changegroup methods
2010-07-14, by Matt Mackall
protocol: convert some ssh abort calls
2010-07-14, by Matt Mackall
protocol: clean up call-like functions in http and ssh clients
2010-07-14, by Matt Mackall
protocol: unify stream_out client code
2010-07-14, by Matt Mackall
protocol: unify basic http client requests
2010-07-14, by Matt Mackall
protocol: move basic ssh client commands to wirerepository
2010-07-14, by Matt Mackall
protocol: unify stream_out command
2010-07-14, by Matt Mackall
protocol: unify changegroup commands
2010-07-14, by Matt Mackall
protocol: add proto to method prototypes
2010-07-14, by Matt Mackall
protocol: use new wireproto infrastructure in ssh
2010-07-14, by Matt Mackall
protocol: introduce wireproto.py
2010-07-14, by Matt Mackall
protocol: move most ssh responses to returns
2010-07-14, by Matt Mackall
protocol: add ssh getargs
2010-07-12, by Matt Mackall
discovery: remove duplication for new remote head discovery
2010-07-15, by Benoit Boissinot
discovery: better coding style
2010-07-15, by Benoit Boissinot
discovery: simplify findoutgoing(), the updated_head stuff wasn't used
2010-07-15, by Benoit Boissinot
mq: evaluate --user before invoking editor with -e (issue2289)
2010-07-15, by Brendan Cully
Abort: add a hint argument, printed in the next line inside parenthesis
2010-07-15, by Benoit Boissinot
discovery: clarify comment
2010-07-15, by Benoit Boissinot
Merge with stable
2010-07-15, by Martin Geisler
subrepo: docstrings
stable
2010-07-15, by Mads Kiilerich
gendoc: remove call to callable for py3k compatibility
2010-07-15, by Martin Geisler
check-code: added check for reduce usage
2010-07-14, by Renato Cunha
check-code: check for tuple parameter unpacking (missing in py3k)
2010-07-14, by Renato Cunha
removed exception args indexing (not supported by py3k)
2010-07-14, by Renato Cunha
util: use fakebuffer as buffer in py3k
2010-07-14, by Renato Cunha
util: improved the check for the existence of the 'buffer' builtin
2010-07-14, by Renato Cunha
record: removed 'has_key' usage
2010-07-14, by Renato Cunha
Merge with stable
2010-07-14, by Martin Geisler
test-log: Add test for "hg log -pf" (issue647)
stable
2010-07-08, by Joel Rosdahl
bookmarks: ensure current bookmark is updated when specified with -r .
stable
2010-07-14, by Brodie Rao
subrepos: let caller specify a filename for SVN commands
2010-07-14, by Martin Geisler
subrepo: add abstract superclass for subrepo classes
2010-07-14, by Martin Geisler
archival: remove prefix argument from archivers
2010-07-14, by Martin Geisler
archival: move commands.archive.guess_type to archival.guesskind
2010-07-14, by Martin Geisler
merge stable to default
2010-07-14, by Henrik Stuart
color/progress: subclass ui instead of using wrapfunction (issue2096)
stable
2010-07-01, by Brodie Rao
merge with stable
2010-07-14, by Henrik Stuart
merge crew and main
2010-07-14, by Henrik Stuart
merge crew and main
stable
2010-07-14, by Henrik Stuart
commands: addremove does similarity 100 by default
2010-07-13, by Dirkjan Ochtman
merge with stable
2010-07-13, by Nicolas Dumazet
inotify: Port of the C module to py3k.
2010-07-02, by Renato Cunha
inotify: Better implementation of the event string representation.
2010-07-02, by Renato Cunha
inotify: make proper use of Python API to get object size.
2010-07-02, by Renato Cunha
mq: qrepo.add(mq.added) inside save_dirty inside of doing it manually
stable
2010-07-13, by Nicolas Dumazet
inotify: check all components of filenames against hgignore (issue884)
stable
2010-07-06, by Renato Cunha
hg.clone: fix branch value when passing a repo object (issue2267)
stable
2010-07-02, by Nicolas Dumazet
test-bheads: use a case-insensitive set of filenames (issue2274)
stable
2010-07-06, by Nicolas Dumazet
mail: ensure that Python2.4 to 2.7 use the same header format
stable
2010-07-06, by Nicolas Dumazet
filelog: cmp: don't read data if hashes are identical (issue2273)
stable
2010-07-05, by Nicolas Dumazet
filelog: test behaviour for data starting with "\1\n"
stable
2010-07-05, by Nicolas Dumazet
cmp: document the fact that we return True if content is different
stable
2010-07-09, by Nicolas Dumazet
workingfilectx.cmp: invert boolean return value
stable
2010-07-09, by Nicolas Dumazet
rebase: small cosmetic cleanups
stable
2010-07-12, by Nicolas Dumazet
rebase: add a test for committed MQ patches (59bd20451ab6)
stable
2010-07-12, by Giorgos Keramidas
util.h: Defined macros for working "with" PyStrings in py3k.
2010-07-02, by Renato Cunha
util.h: Add a PyInt_AsLong definition for usage in the inotify module.
2010-07-02, by Renato Cunha
setup.py: Add 'mercurial' as include dir for the inotify compiler.
2010-07-02, by Renato Cunha
setup.py: Adjustments to make setup.py run in py3k.
2010-07-02, by Renato Cunha
rebase: re-add patches to mq repo after rebase
stable
2010-07-13, by Nicolas Dumazet
mq: reset self.added after the mq transaction instead of inside qimport
stable
2010-07-12, by Nicolas Dumazet
Merge with stable
2010-07-12, by Matt Mackall
i18n-pt_BR: synchronized with dec57aa0f8ca
stable
2010-07-10, by Wagner Bruna
merge with stable
stable
2010-07-10, by Wagner Bruna
i18n-pt_BR: synchronized with 9d905b9769af
stable
2010-07-08, by Wagner Bruna
Merge with stable
2010-07-09, by Martin Geisler
dispatch: add shell aliases
2010-07-07, by Steve Losh
convert: cleanup of filemap help text
stable
2010-07-08, by Mads Kiilerich
check-code: add test for callable
stable
2010-07-09, by Martin Geisler
extensions: add a few assertions to wrapfunction() and wrapcommand().
stable
2010-07-09, by Dan Villiom Podlaski Christiansen
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip