Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+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.
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
Merge with default, fix up stray topological head from i18n
stable
2010-06-22, by Matt Mackall
i18n: disable check-code on polib.py
stable
2010-06-22, by Matt Mackall
bookmarks: Add -B option to incoming/outgoing to compare bookmarks
stable
2010-06-20, by David Soria Parra
Merge with i18n
stable
2010-06-22, by Matt Mackall
discovery: use stable sort order in --new-branch warning
stable
2010-06-22, by Martin Geisler
Merge with i18n
2010-06-21, by Wagner Bruna
Merge i18n default into stable
stable
2010-06-21, by Wagner Bruna
i18n-pt_BR: synchronized with b4467a7d5c75
2010-06-21, by Wagner Bruna
Merge with mpm
2010-06-20, by Martin Geisler
i18n-da: copy msgids that does not need translating
2010-06-20, by Martin Geisler
acl: delete trailing whitespace in docstring
2010-06-20, by Martin Geisler
i18n-da: synchronize with 42408cd43f55
2010-06-20, by Martin Geisler
Merge default into stable for the 1.6 code freeze
stable
2010-06-21, by Matt Mackall
revset: improve help on strings
2010-06-21, by Matt Mackall
tests: extend revset test
2010-06-21, by Matt Mackall
merge: sort arguments to stabilize the ancestor search
2010-06-21, by Matt Mackall
merge: improve merge with ancestor message
2010-06-20, by Matt Mackall
ui: ignore EIO in write_err
2010-06-16, by Mads Kiilerich
http push: break infinite recursion on failure with Python 2.6.5 (issue2179)
2010-06-16, by Mads Kiilerich
pager: respect HGPLAIN
2010-06-20, by Yuya Nishihara
patchbomb: reduce number of opts.get calls
2010-06-16, by Christian Ebert
parser: improve infix error checking
2010-06-19, by Matt Mackall
transplant: when reading journal, treat only lines starting with "# " special like patch.extract() does
2010-06-19, by Georg Brandl
revrange: fix up empty query again
2010-06-20, by Matt Mackall
revset: add some tests
2010-06-08, by Peter Arrenbrecht
Explain trust near hgrc in config help
2010-05-21, by timeless
test-import: test git patch import with strip
2010-06-16, by Mads Kiilerich
revset: fix up contains/getstring when no args passed
2010-06-19, by Matt Mackall
revrange: attempt to parse old-style queries as a first pass
2010-06-19, by Matt Mackall
revset: allow extended characters in symbols
2010-06-19, by Matt Mackall
i18n: fix translation of empty paragraphs
2010-06-19, by Martin Geisler
extensions: recommend against using wrapfunction for repo methods
2010-06-15, by Greg Ward
i18n-zh_TW: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-zh_CN: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-sv: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-pt_BR: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-ja: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-it: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-fr: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-el: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-de: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-da: split messages into paragraphs
2010-06-19, by Martin Geisler
Merge with hg-i18n
2010-06-19, by Martin Geisler
i18n: translate each paragraph separately
2010-04-06, by Wagner Bruna
i18n: script for splitting large messages on .po/.pot files
2010-06-17, by Wagner Bruna
i18n: patch polib.unescape
2010-06-19, by Martin Geisler
i18n: import polib 0.5.2 (rev b0ab301cfdcc)
2010-06-17, by Wagner Bruna
i18n-da: remove spurious \n
2010-06-18, by Martin Geisler
revset: nicer exception for empty queries
2010-06-18, by Matt Mackall
commands: advertise "hg help revsets" in help for log
2010-06-18, by Martin Geisler
revset: all your error messages are belong to _
2010-06-18, by Martin Geisler
help: new revsets topic
2010-06-17, by Martin Geisler
Merge with main
2010-06-18, by Martin Geisler
Ignore mercurial.egg-info build output
2010-06-18, by Lee Cantey
bookmarks: add support for push --bookmark to export bookmarks
2010-06-17, by Matt Mackall
bookmarks: add support for pull --bookmark to import remote bookmarks
2010-06-17, by Matt Mackall
patch: inline small, single-use 'write' function
2010-06-17, by Dirkjan Ochtman
patch: inline small, single-use 'close' function
2010-06-17, by Dirkjan Ochtman
mq: __str__ falls back to __repr__
2010-06-17, by Dirkjan Ochtman
bookmarks: update known bookmarks on the target on push
2010-06-17, by Matt Mackall
bookmarks: pull known bookmarks from server that are newer
2010-06-17, by Matt Mackall
bookmarks: add pushkey server-side support
2010-06-17, by Matt Mackall
pushkey: add debugpushkey command for testing
2010-06-16, by Matt Mackall
pushkey: add http support
2010-06-16, by Matt Mackall
pushkey: add ssh support
2010-06-16, by Matt Mackall
pushkey: add localrepo support
2010-06-16, by Matt Mackall
pushkey: add pushkey core
2010-06-16, by Matt Mackall
sshrepo: sort arguments
2010-06-16, by Matt Mackall
mq: make 'qdelete <patchidx>' work again.
2010-06-16, by Greg Ward
bdiff.c: Added support for py3k.
2010-06-15, by Renato Cunha
diffhelpers.c: Added support for py3k.
2010-06-15, by Renato Cunha
base85.c: Added support for py3k.
2010-06-15, by Renato Cunha
parsers.c: Added support for py3k.
2010-06-15, by Renato Cunha
mpatch.c: Added preliminary support for py3k.
2010-06-15, by Renato Cunha
osutil.c: Support for py3k added.
2010-06-15, by Renato Cunha
util.h: Utility macros for handling different Python APIs.
2010-06-15, by Renato Cunha
relink: ensure deterministic directory walk in collect
2010-06-16, by Martin Geisler
help: add "glossary" topic
2010-06-16, by Faheem Mitha
relink/progress: Adding progress for collecting stage
2010-06-10, by timeless
relink/progress: Adding progress for pruning stage
2010-06-10, by timeless
merge: when current branch has 1 or > 2 heads, actually abort.
2010-06-14, by Greg Ward
tags: remove inactive debugging code.
2010-06-15, by Greg Ward
tags: remove the old non-caching implementation of findglobaltags().
2010-06-15, by Greg Ward
keyword: postpone manifest calculation in kwtemplater.overwrite
2010-06-15, by Christian Ebert
revset: fix call to ctx.extra() in closed()
2010-06-13, by Georg Brandl
p4: fix long line and bad spacing around %
2010-06-15, by Martin Geisler
Fix shell quoting on p4 conversion
2010-06-14, by Frank Kingswood
tests: rename test-merge3 to test-add-remove.
2010-06-14, by Greg Ward
check-code: reformat long lines
2010-06-15, by Martin Geisler
dagparser: replace format with str
2010-06-15, by Martin Geisler
check-code: catch format(), introduced in Python 2.6
2010-06-15, by Martin Geisler
commands: get rid of generic exception in debugbuilddag
2010-06-15, by Martin Geisler
check-code: fix check for any/all function
2010-06-15, by Martin Geisler
hgext/zeroconf/__init__.py: Separate relative and absolute imports.
2010-06-14, by Renato Cunha
revset: improve filter argument handling
2010-06-11, by Matt Mackall
commands: format is a Python2.6 function
2010-06-11, by Martin Geisler
debugbuilddag: build a changelog dag from a concise description
2010-06-10, by Peter Arrenbrecht
debugdag and debugindexdag: emit changelog/revlog DAGs as concise text
2010-06-10, by Peter Arrenbrecht
dagparser: parses and formats DAGs as concise text
2010-06-10, by Peter Arrenbrecht
tests: fix up webraw encoding
2010-06-10, by Matt Mackall
strip: backup bundles should use the .hg extension
2010-06-10, by Matt Mackall
hgweb: specify a charset when sending raw text files
2010-06-09, by Julian Cowley
summary: report copies and renames
2010-06-09, by Matt Mackall
provide pre- and post- hooks with parsed command line arguments.
2010-06-10, by Chad Dombrova
tests: fix some branch head fallout
2010-06-09, by Matt Mackall
pager: set ui.formatted() prior to redirecting stdout.
2010-06-07, by Dan Villiom Podlaski Christiansen
mq: use ui.formatted() instead of ui.plain().
2010-06-07, by Dan Villiom Podlaski Christiansen
color: use ui.formatted().
2010-06-07, by Dan Villiom Podlaski Christiansen
ui: document the formatted(), interactive() & plain() functions.
2010-06-07, by Dan Villiom Podlaski Christiansen
ui: add ui.formatted configuration variable and accessor function.
2010-06-07, by Dan Villiom Podlaski Christiansen
revlog: fix inconsistent comment formatting
2010-06-10, by Martin Geisler
improve --branch processing (and differentiate from # syntax)
2010-06-10, by Sune Foldager
help: show value requirement and multiple occurrence of options
2010-06-06, by FUJIWARA Katsunori
keyword: pass context to kwtemplater.overwrite
2010-06-09, by Christian Ebert
parser: fix missing param in _match
2010-06-08, by Peter Arrenbrecht
commit: add tests for the 'created new head' message
2010-06-08, by Gilles Moris
commit: fix display of 'created new head' message (issue2186)
2010-06-08, by Gilles Moris
rebase: --abort doesn't strip away the target changeset (issue2220)
2010-06-08, by Stefano Tortarolo
test-branch-option: Updated output to match rev 3f1409082720
2010-06-09, by Jan Sorensen
Merge with mpm
2010-06-09, by Martin Geisler
discovery: fix description line
2010-06-09, by Dirkjan Ochtman
Merge with stable
2010-06-08, by Matt Mackall
Merge backout
2010-06-08, by Steve Borho
Backed out changeset: e1dde7363601
2010-06-08, by Steve Borho
ui: handle leading newlines/spaces/commas in configlist
2010-06-08, by Thomas Arendsen Hein
mergetools: add configuration for Ultra Compare (issue2226)
2010-06-08, by Steve Borho
mq: use hg reST role some more
2010-06-08, by Martin Geisler
fix encoding bug in 05ac42e56452
stable
2010-06-08, by Sune Foldager
cleanups: undefined variables
2010-06-08, by Dirkjan Ochtman
cleanups: unused variables
2010-06-08, by Dirkjan Ochtman
move working dir/dirstate methods from localrepo to workingctx
2010-06-07, by Dirkjan Ochtman
color: labeled text should be passed to ui.write() as ui.labeled
2010-06-03, by Steve Borho
move discovery methods from localrepo into new discovery module
2010-06-07, by Dirkjan Ochtman
merge with stable
2010-06-07, by Sune Foldager
push/pull: fix bug in "--branch ." handling
stable
2010-06-07, by Sune Foldager
shrink-repo: wrong variable name
2010-06-06, by Pradeepkumar Gayam
replace Python standard textwrap by MBCS sensitive one for i18n text
2010-06-06, by FUJIWARA Katsunori
keyword: use context to detect uncommitted merge
2010-06-03, by Christian Ebert
tests: use --debug on test-clone
2010-06-03, by Adrian Buehlmann
shrink-revlog: use util.mktempcopy() to preserve mode of index file.
2010-06-03, by Greg Ward
revset: delay import of hg to avoid start-up import loops
2010-06-05, by Matt Mackall
error: fix up test-hgrc
2010-06-04, by Matt Mackall
error: update test-trusted.py
2010-06-04, by Matt Mackall
revset: fix test failure with qfinish
2010-06-04, by Matt Mackall
revset: raise ParseError exceptions
2010-06-04, by Matt Mackall
error: add new ParseError for various parsing errors
2010-06-04, by Matt Mackall
error: change ParseError to CommandError
2010-06-04, by Matt Mackall
hgrc: improve docs for the trusted section
2010-06-04, by Matt Mackall
rebase: use usual util.abort rather than error.ParseError
2010-06-04, by Matt Mackall
revset: sort the predicate list
2010-06-04, by Matt Mackall
revset: fix - handling in the optimizer
2010-06-04, by Matt Mackall
revset: fix up tests
2010-06-03, by Matt Mackall
walkchangerevs: allow empty query sets
2010-06-03, by Matt Mackall
revset: add tagged predicate
2010-06-03, by Matt Mackall
revset: optimize the parse tree directly
2010-06-03, by Matt Mackall
revset: add support for prefix and suffix versions of : and ::
2010-06-02, by Matt Mackall
revset: hook into revrange
2010-06-01, by Matt Mackall
revset: add a debugrevspec command
2010-06-01, by Matt Mackall
revset: introduce revset core
2010-06-01, by Matt Mackall
revset: introduce basic parser
2010-06-01, by Matt Mackall
remoteui: move from cmdutil to hg
2010-06-01, by Matt Mackall
mq: better qqueue test for troublesome names
2010-06-03, by Henrik Stuart
mq: prevent the creation of a queue whose name is already taken
2010-06-03, by Cédric Duval
mq: fix naming issues for qqueue directories
2010-06-02, by Henrik Stuart
win32text: mark this extension as deprecated
2010-06-02, by Martin Geisler
Merge with stable
2010-06-02, by Martin Geisler
shrink-revlog: preserve mode of the shrunken index and data file.
stable
2010-06-01, by Greg Ward
Fixed a bashism with the use of $RANDOM in hgeditor.
2010-05-19, by Javi Merino
churn: add possibility to include/exclude paths
2010-05-27, by Alexander Solovyov
churn: support spaces in aliases (issue2222)
2010-06-02, by Alexander Solovyov
Merge with stable
2010-06-01, by Matt Mackall
Merge with i18n
2010-06-01, by Matt Mackall
Added signature for changeset 24fe2629c6fd
stable
2010-06-01, by Matt Mackall
Added tag 1.5.4 for changeset 24fe2629c6fd
stable
2010-06-01, by Matt Mackall
Merge with i18n
stable
1.5.4
2010-06-01, by Matt Mackall
merge with i18n stable
2010-06-01, by Wagner Bruna
i18n-pt_BR: synchronized with 0bb67503ad4b
stable
2010-06-01, by Wagner Bruna
Merge with stable
2010-06-01, by Matt Mackall
clone: save hardlink state of util.copyfiles()
stable
2010-05-28, by Adrian Buehlmann
util.copyfiles: don't try os_link() again if it failed before
stable
2010-05-28, by Adrian Buehlmann
keyword: retrieve added and modified files from commitctx
2010-06-01, by Christian Ebert
keyword: force dirstate normal when all changes in a file are recorded
2010-06-01, by Christian Ebert
clone: print number of linked/copied files on --debug
2010-05-31, by Adrian Buehlmann
Merge with stable
2010-05-31, by Martin Geisler
eol: extension for managing file EOLs
stable
2010-05-31, by Martin Geisler
Merge with stable
2010-05-31, by Matt Mackall
Merge with i18n
2010-05-31, by Matt Mackall
Merge with i18n
stable
2010-05-31, by Matt Mackall
merge with i18n stable
2010-05-25, by Wagner Bruna
i18n-pt_BR: added message from 1b8aa9ffa7dc
stable
2010-05-25, by Wagner Bruna
merge with i18n stable
2010-05-22, by Wagner Bruna
i18n-pt_BR: synchronized with ed71cb07d7b2
stable
2010-05-22, by Wagner Bruna
Merge with stable
2010-05-31, by Matt Mackall
pager: exec pager using /bin/sh -c
stable
2010-05-19, by Brodie Rao
hgweb: fix race in refreshing repo list (issue2188)
stable
2010-05-14, by Matt Mackall
Merge with stable
2010-05-31, by Martin Geisler
record: check that we are not committing a merge before patch selection
stable
2010-05-31, by Nicolas Dumazet
record: better way to find help in docstring
stable
2010-05-31, by Martin Geisler
record: docstring typo
stable
2010-05-31, by Nicolas Dumazet
mq: mention qqueue in module docstring
2010-05-30, by Martin Geisler
clone: save hardlink state of util.copyfiles()
2010-05-28, by Adrian Buehlmann
util.copyfiles: don't try os_link() again if it failed before
2010-05-28, by Adrian Buehlmann
cmdutil: cleanup imports
2010-05-27, by Alexander Solovyov
make transactions work on non-refcounted python implementations
2010-05-27, by Ronny Pfannschmidt
mq: support multiple patch queues using qqueue
2010-05-29, by Henrik Stuart
Merge with stable
2010-05-28, by Matt Mackall
status: avoid performance regression when no .hgsub is present
stable
2010-05-28, by Matt Mackall
doc: document expansion of %include and ui.username
2010-05-27, by Martin Geisler
ui.username(): expand environment variables in username configuration value.
2010-05-26, by Chad Dombrova
config: expand hgrc %include paths
2010-05-26, by Chad Dombrova
rename: make --after work if source is already in R state
2010-05-26, by Peter Arrenbrecht
Merge with stable
2010-05-25, by Martin Geisler
doc: clarify that sections can be split
stable
2010-05-25, by Angel Ezquerra
doc: clarify that keys can be overridden
stable
2010-05-25, by Angel Ezquerra
commands: document --new-branch flag for push
2010-05-25, by Martin Geisler
Merge with stable
2010-05-25, by Martin Geisler
commands: updates to push docstring.
stable
2010-05-24, by Faheem Mitha
mq: remove unneeded local variable in delete
2010-05-24, by Martin Geisler
pager: exec pager using /bin/sh -c
2010-05-19, by Brodie Rao
keyword: offer svn-like default keywordmaps
2010-05-19, by Christian Ebert
keyword: add 2 svn-like date filters
2010-05-18, by Christian Ebert
util: give appropriate default args to atomictempfile()
2010-05-21, by Yuya Nishihara
push: add --new-branch option to allow intial push of new branches
2010-05-21, by Sune Foldager
check-code: add check for 'source'
2010-05-21, by Yuya Nishihara
Merge with stable
2010-05-21, by Martin Geisler
tests: fix bashism to load helpers.sh
2010-05-21, by Yuya Nishihara
color: bring back colors with pager
2010-05-18, by Yuya Nishihara
dispatch: include Python version in traceback
stable
2010-05-21, by Martin Geisler
rebase: add error codes
2010-05-20, by Matt Mackall
rebase: improve --abort failure message
2010-05-20, by Matt Mackall
rebase: only show "rebase completed" message with -v
2010-05-20, by Matt Mackall
strip: hide unbundle messages by default
2010-05-20, by Matt Mackall
Fix up rebase's handling of strip backups
2010-05-20, by Matt Mackall
strip: improve full backup message
2010-05-20, by Matt Mackall
strip: drop deprecated -b from synopsis
2010-05-19, by Matt Mackall
rebase: use helpers.sh in tests
2010-05-19, by Matt Mackall
strip: be quiet about temporary internal bundle
2010-05-19, by Matt Mackall
Merge with crew-stable
2010-05-19, by Patrick Mezard
convert/svn: close gettags() log stream (issue2196)
stable
2010-05-19, by Aaron Digulla
convert/svn: remove useless try/catch
stable
2010-05-19, by Patrick Mezard
Use our custom hg reStructuredText role some more
2010-05-18, by Martin Geisler
minirst: handle line breaks in hg role
2010-05-18, by Martin Geisler
extdiff: fix reST syntax in module docstring
2010-05-17, by Martin Geisler
Fixed a bashism with trap numbers in hgeditor.
2010-05-11, by Javi Merino
Merge with stable
2010-05-17, by Martin Geisler
rebase: stress that only local changesets should be rebased
stable
2010-05-17, by Martin Geisler
minirst: fix debug code
stable
2010-05-17, by Martin Geisler
Merge with stable
2010-05-16, by Matt Mackall
tag: add -e/--edit option for modifying the commit message
2010-05-15, by Steve Losh
extdiff: add labels, read diff arguments from [merge-tools]
2010-01-07, by Steve Borho
patchbomb: respect HGPLAIN when piping --test output to PAGER
2010-05-16, by Yuya Nishihara
pager: fork and exec pager as parent process
stable
2010-05-03, by Brodie Rao
commit: fix complaint about branch merge creating new heads (issue2186)
2010-05-15, by Matt Mackall
Fix hg heads -r flag documentation
2010-05-15, by Ori Avtalion
Fix wording in hg pull documentation
2010-05-14, by Ori Avtalion
merge: avoid to break the dirstate copy status on moved files
2010-05-04, by Gilles Moris
commands: initial audit of exit codes
2010-05-15, by Matt Mackall
hgweb: fix race in refreshing repo list (issue2188)
2010-05-14, by Matt Mackall
rollback: fix up tests
2010-05-14, by Matt Mackall
rollback: fix off-by-one in message
2010-05-13, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+1000
+3000
+10000
+30000
tip