Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
qpush --move: move the right patch even with comment lines
stable
2010-07-10, by Gilles Moris
merge with stable
2010-07-31, by Nicolas Dumazet
perf: break down long line
2010-07-31, by Nicolas Dumazet
dispatch: trailing whitespace
stable
2010-07-31, by Nicolas Dumazet
merge crew and main
2010-07-31, by Nicolas Dumazet
merge crew and main
stable
2010-07-31, by Nicolas Dumazet
mq: clarify the fact that qimport is trying to read a file
stable
2010-07-31, by Nicolas Dumazet
revset: add min function
2010-07-30, by Nicolas Dumazet
runrst: try to be more helpful if docutils is not installed
stable
2010-07-30, by Nicolas Dumazet
mq: correct qimport documentation
2010-07-29, by Nicolas Dumazet
merge with stable
2010-07-29, by Nicolas Dumazet
bookmarks: don't allow name to contain whitespaces only
stable
2010-07-24, by Idan Kamara
context: reuse filecontext.cmp in workingfilecontext.cmp
2010-07-29, by Nicolas Dumazet
filectx: use cmp(self, fctx) instead of cmp(self, text)
2010-07-27, by Nicolas Dumazet
mq: fix qimport --name --existing --force on win32
2010-07-28, by Patrick Mezard
mq: document possible combination of -e and -n for qimport
2010-07-23, by Nicolas Dumazet
mq: support "qimport --existing --name renametothis thatexistingpatch"
2010-07-21, by Nicolas Dumazet
localrepo: refactor filter computation
2010-07-24, by Nicolas Dumazet
Merge with stable
2010-07-27, by Matt Mackall
Merge with crew
2010-07-27, by Matt Mackall
alias: improved diagnostic when arguments include --cwd, etc.
2010-07-27, by Dan Villiom Podlaski Christiansen
perf: add perfrevlog function to check performance of revlog
2010-07-27, by Pradeepkumar Gayam
revlog: add a flags method that returns revision flags
2010-07-27, by Pradeepkumar Gayam
tag: do not allow tag names to consist solely of whitespace (issue2307)
stable
2010-07-27, by Benjamin Pollack
Merge with stable
2010-07-25, by Matt Mackall
convert: warn on superfluous / in paths
2010-07-20, by Mads Kiilerich
inotify: remove unused variable
2010-07-24, by David Soria Parra
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
debugbuilddag: build repository content in binary mode
2010-07-26, by Patrick Mezard
cleanup: typos
2010-07-26, by Patrick Mezard
revsets.txt: minor improvements
2010-07-26, by Patrick Mezard
dispatch: write Abort hint to stderr too
2010-07-26, by Patrick Mezard
bookmarks: sort diffbookmarks() output
2010-07-26, by Patrick Mezard
Merge with stable
2010-07-25, by Matt Mackall
convert: warn on superfluous / in paths
2010-07-20, by Mads Kiilerich
inotify: remove unused variable
2010-07-24, by David Soria Parra
keyword: move collecting of [keyword] patterns to reposetup (issue2303)
stable
2010-07-25, by Christian Ebert
hgwebdir: allow pure relative globs in paths
stable
2010-07-21, by Mads Kiilerich
alias: ensure checksignature() is applied directly to the command (issue2286)
stable
2010-07-22, by Brodie Rao
dispatch: give better error message when cwd doesn't exist (issue2293)
stable
2010-07-24, by Mads Kiilerich
i18n: safety writing into non-ASCII named files on any shell implementation
stable
2010-07-22, by FUJIWARA Katsunori
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
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip