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.
convert: handle closed branch heads in hg-hg conversion (issue2185)
2010-07-25, by Matt Mackall
check-code: add warning on lines over 80 characters
2010-07-25, by Matt Mackall
Remove variable output affected by length of TMPDIR.
2010-07-25, by Lee Cantey
chunkbuffer: split big strings directly in chunkbuffer
2010-07-25, by Benoit Boissinot
localrepo.status: move fixup concatenation inside if block for clarity
2010-07-25, by Nicolas Dumazet
chunkbuffer: targetsize isn't used outside of read()
2010-07-24, by Benoit Boissinot
chunkbuffer: use list instead of cStringIO
2010-07-24, by Benoit Boissinot
chunkbuffer: use for/else to detect end of iteration
2010-07-24, by Benoit Boissinot
changegroup*(): use enumerate when possible
2010-07-24, by Benoit Boissinot
changegroupsubset(): with the fix, prune() is actually useful in the testsuite
2010-07-24, by Benoit Boissinot
test-permissions: echo commands to make output readable
2010-07-22, by Martin Geisler
changegroupsubset: simplify knownheads/has_cl_set computation
2010-07-23, by Benoit Boissinot
changegroupsubset(): ancestors() is not inclusive, we need to remove the "heads"
2010-07-22, by Benoit Boissinot
changegroupsubset(): move comment at the right place
2010-07-22, by Benoit Boissinot
changegroupsubset(): refactor the prune() functions
2010-07-22, by Benoit Boissinot
Merge with stable
2010-07-22, by Martin Geisler
help: make helptable a list instead of a tuple
stable
2010-07-22, by Martin Geisler
test-command-template: test 'children' template keyword
2010-07-03, by Jason Harris
templates: 'children' keyword
2010-07-03, by Jason Harris
changegroupsubset(): change variable names, simplify lookup logic
2010-07-22, by Benoit Boissinot
changegroup(): used "linkrev" instead of "revlink"
2010-07-22, by Benoit Boissinot
fix comment
2010-07-22, by Benoit Boissinot
Merge with stable
2010-07-22, by Matt Mackall
revset: fix ancestor subset handling (issue2298)
stable
2010-07-22, by Matt Mackall
hgwebdir: use template paths configured in the hgrc (issue2281)
stable
2010-07-12, by Christian Fischer
changegroup*(): use set instead of dict
2010-07-22, by Benoit Boissinot
Merge with stable
2010-07-22, by Martin Geisler
bash/zsh completion: use HGPLAIN when invoking hg (issue2297)
stable
2010-07-21, by Brodie Rao
patch: fix extract() docstring, it returns branch as well
stable
2010-07-22, by Dan Drake
merge with stable
2010-07-22, by Nicolas Dumazet
doc: remove has_key usage in hgmanpage
stable
2010-07-22, by Nicolas Dumazet
gendoc: remove callable usage (check-code)
stable
2010-07-22, by Nicolas Dumazet
bookmarks: rewrite _bookmarks method documentation
stable
2010-07-21, by Nicolas Dumazet
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
extensions: improve language for wrapfunction() docstring.
stable
2010-07-09, by Dan Villiom Podlaski Christiansen
extensions: add docstring for wrapcommand().
stable
2010-07-09, by Dan Villiom Podlaski Christiansen
commands: mention "hg status -C" in addremove help
stable
2010-07-09, by Arnab Bose
Merge with stable
2010-07-07, by Martin Geisler
test-merge-closedheads: test cc982ff2dcf8
stable
2010-07-07, by Martin Geisler
commands: only warn when reopening the workdir's branch
stable
2010-07-07, by Robert Bauck Hamar
Merge with stable
2010-07-06, by Martin Geisler
mq: fixed ENOENT when qrename to new/directory.patch
stable
2010-03-28, by Yuya Nishihara
mercurial.spec: rename docutils to python-docutils in BuildRequires
stable
2010-07-02, by Julian Cowley
glossary: fixed typo in "Directory, working" description
stable
2010-07-06, by Renato Cunha
Merge with stable
2010-07-04, by Martin Geisler
test-log: also test "log -p -R" case
stable
2010-07-04, by Martin Geisler
log: fix missing diff output for hg log -p in sub directory
stable
2010-07-02, by Yuya Nishihara
commands: document return values of add and paths commands
stable
2010-07-04, by Nicolas Dumazet
mergetools.hgrc: add vimdiff
2010-07-03, by Martin Geisler
Merge with stable
2010-07-03, by Martin Geisler
zeroconf: small fixes in docstring
stable
2010-07-03, by Martin Geisler
hgweb: add link to wiki
stable
2010-07-03, by Martin Geisler
hgweb.wsgi: add a URL to the corresponding wiki documentation
stable
2010-07-03, by Martin Geisler
churn: remove tuple parameter unpacking (deprecated in py3k)
2010-07-01, by Renato Cunha
record: removed 'reduce' calls (unsupported by py3k)
2010-07-01, by Renato Cunha
record: tuple parameter unpacking is deprecated in py3k
2010-07-01, by Renato Cunha
convert: tuple parameter unpacking is deprecated in py3k
2010-07-01, by Renato Cunha
revlog: Marked classic int divisions as such.
2010-07-01, by Renato Cunha
Merge with stable (again)
2010-07-02, by Martin Geisler
debugger: give a little intro before entering pdb
2010-06-30, by Mads Kiilerich
debugger: show traceback before entering pdb post-mortem
2010-06-30, by Mads Kiilerich
Merge with stable
2010-07-02, by Martin Geisler
wix: generate a new GUID for the help folder
stable
2010-07-01, by Steve Borho
wix: pick up new help topics added between 1.5 and 1.6
stable
2010-07-01, by Steve Borho
Added signature for changeset f786fc4b8764
stable
2010-07-01, by Matt Mackall
Added tag 1.6 for changeset f786fc4b8764
stable
2010-07-01, by Matt Mackall
log: follow filenames through renames (issue647)
stable
1.6
2010-06-29, by Mads Kiilerich
i18n-pt_BR: synchronized with d3c3e2fdeb0c
stable
2010-07-01, by Wagner Bruna
commit: add missing _()
stable
2010-07-01, by Matt Mackall
subrepo: refuse to commit subrepos if .hgsub is excluded (issue2232)
stable
2010-07-01, by Matt Mackall
Merge with i18n
stable
2010-07-01, by Matt Mackall
i18n-da: translated eol extension and various small strings
stable
2010-07-01, by Martin Geisler
i18n-ja: synchronized with 13d02d6677f2
stable
2010-06-30, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with 59af1d65029c
stable
2010-06-29, by Wagner Bruna
merge with stable
stable
2010-06-29, by Wagner Bruna
i18n-sv: synchronized with 13d02d6677f2
stable
2010-06-29, by Jens Bäckman
i18n-pt_BR: synchronized with 9fa255c32406
stable
2010-06-26, by Wagner Bruna
Merge with stable
stable
2010-06-26, by Wagner Bruna
i18n-pt_BR: glossary.txt translation
stable
2010-06-23, by Wagner Bruna
i18n-sv: output from 'hg' is once again fully Swedish
stable
2010-06-23, by Jens Bäckman
i18n-sv: synchronized with 469a48dff18b
stable
2010-06-23, by Jens Bäckman
i18n-pt_BR: synchronized with 2186124f08e4
stable
2010-06-22, by Wagner Bruna
Merge with stable
stable
2010-06-22, by Wagner Bruna
i18n-sv: synchronized with 4d03c3680400
stable
2010-06-22, by Jens Bäckman
subrepo: correctly handle update -C with modified subrepos (issue2022)
stable
2010-06-30, by Matt Mackall
http: deliver hook output to client
stable
2010-06-30, by Maxim Khitrov
setup: ignore failures to build optional inotify extension
stable
2010-06-23, by Christian Boos
revset: make negate work for sort specs
stable
2010-06-30, by Matt Mackall
update: synchronize permissions in the dirstate (issue1473)
stable
2010-06-30, by Matt Mackall
heads: fix templating of headers again (issue2130)
stable
2010-06-24, by Simon Howkins
minirst: use unicode string as intermediate form for replacement
stable
2010-06-30, by FUJIWARA Katsunori
subrepo: fix recording of + in .hgsubstate (issue2217)
stable
2010-06-29, by Matt Mackall
mq: qimport cleanup on fail (issue2214)
stable
2010-06-29, by Vishakh H
test-acl: don't use $PWD
stable
2010-06-28, by Mads Kiilerich
test-alias: don't use the environment variable PWD
stable
2010-06-28, by Mads Kiilerich
revert: Make it clearer when not to use revert
stable
2010-06-28, by Mads Kiilerich
progress: check stderr.isatty() before each print
stable
2010-06-27, by Augie Fackler
http digest auth: reset redirect counter on new requests (issue2255)
stable
2010-06-26, by Mads Kiilerich
revset: deal with empty sets in range endpoints
stable
2010-06-28, by Matt Mackall
subrepo: fix silent push failure for SVN (issue2241)
stable
2010-06-27, by Matt Mackall
merge: pass constant cset ancestor to fctx.ancestor
stable
2010-06-18, by Peter Arrenbrecht
context: allow passing the common cset ancestor to fctx.ancestor
stable
2010-06-18, by Peter Arrenbrecht
merge: document how to 'undo' a merge
stable
2010-06-27, by Matt Mackall
resolve: do not crash on empty mergestate
stable
2010-06-27, by Martin Geisler
revset: fix spelling typo
stable
2010-06-23, by Julian Cowley
parser: fix URL to effbot
stable
2010-06-11, by Julian Cowley
glog: fix crash on empty revision range
stable
2010-06-24, by Eric Eisner
mercurial.spec: don't include convert-repo - use "hg convert" instead
stable
2010-06-25, by Mads Kiilerich
revset: remove debugging leftover
stable
2010-06-25, by Julian Cowley
contrib: update tcsh_completion with commands for 1.6
stable
2010-06-26, by Gilles Moris
bookmarks: fix in/out return values
stable
2010-06-26, by Matt Mackall
bookmarks: fix bogus cut and paste for outgoing
stable
2010-06-26, by Matt Mackall
addchangegroup: pass in lock to release it before changegroup hook is called
stable
2010-06-25, by Matt Mackall
cmdutil: only output style header once in non-buffered mode (issue2130)
stable
2010-06-24, by Simon Howkins
bookmarks: touch changelog on write to force hgweb reload
stable
2010-06-23, by Matt Mackall
mq: explicit exit code when patch is already on top
stable
2010-06-22, by Gilles Moris
mq: fix qpush --move for selected guarded patches
stable
2010-06-22, by Gilles Moris
help: glossary.txt formatting fixes
stable
2010-06-23, by Wagner Bruna
help: fix glossary.txt named branches description
stable
2010-06-23, by Wagner Bruna
zeroconf: Use BadDomainName exception instead of string exceptions
stable
2010-06-23, by Javi Merino
bookmarks: Use error message consistently
stable
2010-06-23, by David Soria Parra
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip