Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+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.
outgoing: unify common graphlog.outgoing and hg.outgoing code
2010-10-15, by Nicolas Dumazet
bundlerepo: unify common code into a new getremotechanges
2010-10-14, by Nicolas Dumazet
revset id(): fix error text to say "id wants..." instead of "rev wants..."
2010-10-12, by Augie Fackler
keyword: only use expensive fctx.cmp when needed
2010-10-14, by Christian Ebert
context: narrow down filter special case in filectx.cmp()
2010-10-14, by Christian Ebert
incoming: unify code for incoming and graphlog.incoming
2010-10-14, by Nicolas Dumazet
incoming: rename variable
2010-10-14, by Nicolas Dumazet
import: only the first hg patch marker should be processed (issue2417)
2010-10-14, by Mads Kiilerich
backout: provide linear backout as a default (without --merge option)
2010-09-10, by Gilles Moris
update: use revsingle to enable use of revsets as update targets (issue1993)
2010-10-11, by Augie Fackler
test-url: skip test when ssl module is unavailable
2010-10-12, by Augie Fackler
test-url: remove trailing whitespace
2010-10-12, by Augie Fackler
keyword: code cleanup
2010-10-12, by Christian Ebert
tests: asciify output of test-encoding-align.t
2010-10-02, by Yuya Nishihara
tests: accept \-escaped test output
2010-10-02, by Yuya Nishihara
merge with crew
2010-10-12, by Matt Mackall
parentdelta: compress.py extension is no longer necessary
2010-10-12, by Benoit Boissinot
merge with stable
2010-10-12, by Matt Mackall
convert/darcs: support changelogs with bytes 0x7F-0xFF (issue2411)
stable
2010-10-01, by Brodie Rao
revset: add id() and rev() to allow explicitly referring to changes by hash or rev
2010-10-11, by Augie Fackler
revset: rename tagged() to tag() and allow it to take an optional tag name
2010-10-10, by Augie Fackler
bookmarks: add revset for referencing bookmarks
2010-10-10, by Augie Fackler
hgweb help: fix double help links
2010-10-10, by Augie Fackler
tests: add testcase for --config format.dotencode=false
2010-10-11, by Adrian Buehlmann
fetch: fix and document exit codes (issue2356)
2010-10-11, by Matt Mackall
doc: add [format] dotencode description
2010-10-10, by Adrian Buehlmann
filectx: use ctx.size comparisons to speed up ctx.cmp
2010-07-27, by Nicolas Dumazet
localrepo: use propertycaches to access encode/decode filters
2010-10-10, by Nicolas Dumazet
localrepo: load filter patterns outside of _filter
2010-10-10, by Nicolas Dumazet
localrepo: have _loadfilter return the loaded filter patterns
2010-10-10, by Nicolas Dumazet
merge with mpm
2010-10-11, by Benoit Boissinot
wireproto/http: drain the incoming bundle in case of errors
2010-10-11, by Benoit Boissinot
wireproto: introduce pusherr() to deal with "unsynced changes" error
2010-10-11, by Benoit Boissinot
wireproto: redirect the output earlier
2010-10-11, by Benoit Boissinot
wireproto: return in finally was messing with the return inside the block
2010-10-11, by Benoit Boissinot
tests: use a glob for all of the host, might not be localhost
2010-10-11, by Dirkjan Ochtman
commands: add move alias for the rename command
2010-10-11, by Dirkjan Ochtman
util: make wrap() require a width argument
2010-10-10, by Matt Mackall
showconfig: don't accept multiple sections and one config item
2010-10-09, by Brodie Rao
hgweb: another fix for the help termwidth bug
2010-10-10, by Matt Mackall
pager: don't run pager if nothing is written to stdout/stderr
2010-10-10, by Brodie Rao
pager: add global --pager=<auto/boolean> option
2010-10-10, by Brodie Rao
color: add global option in extsetup() instead of globally
2010-10-10, by Brodie Rao
hgweb: more ui fiddling
2010-10-10, by Matt Mackall
hgweb: fix hgweb_mod as well as hgwebdir_mod
2010-10-10, by Augie Fackler
hgwebdir_mod: use fake termwidth to avoid mod_wsgi's wrath
2010-10-10, by Augie Fackler
termwidth: move to ui.ui from util
2010-10-10, by Augie Fackler
help: improve description of update --check
2010-10-07, by Kevin Bullock
store: encode first period or space in filenames (issue1713)
2010-10-09, by Adrian Buehlmann
demandimport: fix an obscure corner-case.
2010-09-14, by Dan Villiom Podlaski Christiansen
keyword: enforce subn method via boolean switch
2010-10-10, by Christian Ebert
keyword: fix weeding of expansion candidates when recording
2010-10-10, by Christian Ebert
copies: don't detect copies as "divergent renames"
2010-10-10, by Dan Villiom Podlaski Christiansen
strip: add --keep flag to avoid modifying wc during strip
2010-10-09, by Augie Fackler
update: use higher level wording for "crosses branches" error
2010-10-09, by Brodie Rao
hgweb: add help link to templates missed in ead4e21f49f1
2010-10-09, by Augie Fackler
test-convert-svn-encoding.t: ignore that subversion %-encodes $TESTTMP
2010-10-09, by Dan Villiom Podlaski Christiansen
run-tests.py: remove support for .bat files
2010-10-09, by Benoit Boissinot
run-tests.py: do not install hg when the tests do no exist
2010-10-09, by Benoit Boissinot
setup.py: write libdir as a python string literal
2010-10-09, by Patrick Mezard
patch: fails immediately upon malformed hunk
2010-10-09, by Patrick Mezard
patch: always raise PatchError with a message, simplify handling
2010-10-09, by Patrick Mezard
patch: simplify externalpatch() arguments
2010-10-09, by Patrick Mezard
util: remove needbinary(), no longer used for external patching
2010-10-09, by Patrick Mezard
patch: remove internal patcher fallback and NoHunk error
2010-10-09, by Patrick Mezard
patch: remove unused patchmeta.lineno
2010-10-09, by Patrick Mezard
patch: remove unused flags from readgitpatch()
2010-10-09, by Patrick Mezard
test-subrepo-svn.t: ignore that subversion %-encodes $TESTTMP
2010-10-09, by Mads Kiilerich
revsets: fix stray * in help topic
2010-10-09, by Martin Geisler
web: add a help view for getting hg help output
2010-10-09, by Augie Fackler
fix indentation error
2010-10-09, by Benoit Boissinot
merge: handle no file parent in backwards merge (issue2364)
2010-10-09, by Matt Mackall
merge with crew
2010-10-09, by Matt Mackall
ui.paths: expand paths directly in fixconfig (issue2373)
2010-10-09, by Benoit Boissinot
setup/hg: always load Mercurial from where it was installed.
2010-08-17, by Dan Villiom Podlaski Christiansen
revsets: add a sample query to the help for getting active branches
2010-10-09, by Brodie Rao
revsets: add descriptions for sample queries in the help
2010-10-09, by Brodie Rao
mq: silence spurious output.
2010-10-09, by Dan Villiom Podlaski Christiansen
revsets: clarify in the help that head() returns named branch heads
2010-10-09, by Brodie Rao
tests: add testcase for 208fc9ad6a48 to test-alias.t
2010-10-09, by Adrian Buehlmann
mq: handle deleting the same patch twice in one command (issue2427)
2010-10-09, by Dan Villiom Podlaski Christiansen
progress: make sure stderr has isatty before calling (issue2191)
2010-10-09, by Augie Fackler
windows: handle spaces in path to Python (issue2074)
2010-10-09, by Benjamin Pollack
minirst: pull admonition titles out formatblock function
2010-10-08, by Martin Geisler
minirst: refactor/simplify findblocks
2010-10-08, by Martin Geisler
inotify: raise correct error if server is already started in a deep repository
2010-10-09, by Nicolas Dumazet
setup: user-friendly error message if Python headers are missing
2010-10-08, by Nicolas Dumazet
test-keyword: ignore subject in notify hook mails
2010-10-09, by Mads Kiilerich
test-keyword: fix test glob to ACL/SELinux flag
2010-10-09, by Mads Kiilerich
test-notify: fix fix for line continuation in long mail header lines
2010-10-09, by Mads Kiilerich
import: don't strip '#' lines from patch descriptions (issue 2417)
2010-10-08, by Mads Kiilerich
test-notify: stabilize output
2010-10-08, by Mads Kiilerich
tests: reintroduce ":$HGPORT" in test output
2010-10-08, by Mads Kiilerich
tests: remove the last traces of $HGTMP
2010-10-08, by Mads Kiilerich
tests: remove filtertmp.py and helpers.sh
2010-10-08, by Mads Kiilerich
tests: remove redundant globs
2010-10-08, by Mads Kiilerich
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
+30000
tip