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
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.
help: populate template functions via docstrings
2015-04-01, by Gregory Szorc
templater: add consistent docstrings to functions
2015-04-01, by Gregory Szorc
changeset_printer: hide manifest node for workingctx
2015-03-14, by Yuya Nishihara
changeset_printer: display p1rev:p1node with "+" suffix for workingctx
2015-03-14, by Yuya Nishihara
changeset_printer: handle workingctx in _meaningful_parentrevs()
2015-03-14, by Yuya Nishihara
scmutil: add function to help handling workingctx in arithmetic operation
2015-03-14, by Yuya Nishihara
tests: handle deleted .hg directory (git 2.2.0 and higher) (issue4585)
2015-04-02, by Mathias De Maré
hgweb: resurrect <span> tag on diffline to fix rendering in monoblue style
stable
2015-04-02, by Yuya Nishihara
merge with stable
2015-04-01, by Matt Mackall
encoding: use parsers.asciiupper when available
2015-03-31, by Siddharth Agarwal
parsers: introduce an asciiupper function
2015-03-31, by Siddharth Agarwal
parsers: make _asciilower a generic _asciitransform function
2015-03-31, by Siddharth Agarwal
parsers._asciilower: use an explicit return object
2015-04-01, by Siddharth Agarwal
parsers: factor out most of asciilower into an internal function
2015-03-31, by Siddharth Agarwal
manifestv2: add support for writing new manifest format
2015-03-31, by Martin von Zweigbergk
manifestv2: add support for reading new manifest format
2015-03-27, by Martin von Zweigbergk
manifestv2: set requires at repo creation time
2015-03-31, by Martin von Zweigbergk
test-manifest: extract constants for binary hashes
2015-03-31, by Martin von Zweigbergk
test-manifest: create constant for empty manifest
2015-03-31, by Martin von Zweigbergk
patchbomb: factor out scmutil.revrange() calls
2015-03-30, by Yuya Nishihara
patchbomb: return outgoing revs as a smartset
2015-03-31, by Yuya Nishihara
templatefilters: add "upper" and "lower" for case conversion
2015-03-30, by Yuya Nishihara
repoview: improve compute staticblockers perf
2015-04-01, by Durham Goode
hgweb: add phase to {changeset} template
2015-03-31, by Gregory Szorc
json: implement {changeset} template
2015-03-31, by Gregory Szorc
test-hgweb-json: fix URL for file revision tests
2015-03-31, by Gregory Szorc
dirstate._normalize: don't construct dirfoldmap if not necessary
2015-03-31, by Siddharth Agarwal
dirstate.walk: don't keep track of normalized files in parallel
2015-03-31, by Siddharth Agarwal
dirstate.walk: factor out directory traversal
2015-03-31, by Siddharth Agarwal
Added signature for changeset 2e2e9a0750f9
stable
2015-04-01, by Matt Mackall
Added tag 3.3.3 for changeset 2e2e9a0750f9
stable
2015-04-01, by Matt Mackall
i18n-pt_BR: synchronized with d09262d6ec23
stable
3.3.3
2015-03-31, by Wagner Bruna
tests: fix py2.4 glob for devel warnings
2015-03-31, by Matt Mackall
merge with stable
2015-03-31, by Matt Mackall
dirstate: fix order of initializing nf vs f
2015-03-31, by Siddharth Agarwal
treemanifest: make treemanifest.matches() faster
2015-03-30, by Drew Gottlieb
treemanifest: add treemanifest._isempty()
2015-03-30, by Drew Gottlieb
treemanifest: remove treemanifest._intersectfiles()
2015-03-27, by Drew Gottlieb
manifest: add some tests for manifest.matches()
2015-03-30, by Drew Gottlieb
forget: cleanup the output for an inexact case match on icasefs
stable
2015-03-31, by Matt Harbison
json: implement {branches} template
2015-03-30, by Gregory Szorc
json: implement {bookmarks} template
2015-03-31, by Gregory Szorc
json: implement {tags} template
2015-03-31, by Gregory Szorc
templates: add a stub template for json
2015-03-30, by Gregory Szorc
get-with-headers: support parsing and pretty printing JSON
2015-03-30, by Gregory Szorc
merge with stable
2015-03-31, by Matt Mackall
dirstate.walk: use the file foldmap to normalize
2015-03-29, by Siddharth Agarwal
dirstate: split the foldmap into separate ones for files and directories
2015-03-29, by Siddharth Agarwal
dirstate: introduce function to normalize just filenames
2015-03-28, by Siddharth Agarwal
dirstate: factor out code to discover normalized path
2015-03-29, by Siddharth Agarwal
dirstate: don't require exact case when adding dirs on icasefs (issue4578)
stable
2015-03-31, by Matt Harbison
filemerge: clean up language in mergemarkertemplate help
stable
2015-03-31, by Nathan Goldbaum
color: fix crash in cmd.exe
2015-03-31, by Matt Harbison
log: prefer 'wctx' over 'pctx' for working context
2015-03-18, by Martin von Zweigbergk
merge with stable
2015-03-31, by Matt Mackall
tags: remove scary message about corrupt tags cache
2015-03-31, by Matt Mackall
hgk: use switch instead of a less efficient if/elseif/if
2015-03-29, by Andrew Shadura
hgk: set distinct fill and outline colour for non-public and obsolete changesets
2015-03-29, by Andrew Shadura
hgk: show secret changesets differently (shape and label)
2015-03-29, by Andrew Shadura
manifestv2: implement slow readdelta() without revdiff
2015-03-27, by Martin von Zweigbergk
manifestv2: disable fastdelta optimization
2015-03-27, by Martin von Zweigbergk
manifestv2: add (unused) config option
2015-03-27, by Martin von Zweigbergk
manifest: extract method for creating manifest text
2015-03-27, by Martin von Zweigbergk
manifest: extract method for parsing manifest
2015-03-27, by Martin von Zweigbergk
dirstate._walkexplicit: don't bother normalizing '.'
2015-03-29, by Siddharth Agarwal
dirstate._walkexplicit: drop normpath calls
2015-03-29, by Siddharth Agarwal
dirstate._walkexplicit: indicate root as '.', not ''
2015-03-29, by Siddharth Agarwal
phases: add killswitch for native implementation
2015-03-30, by Laurent Charignon
phases: move pure phase computation in a function
2015-03-30, by Laurent Charignon
revset: add hook after tree parsing
2015-03-24, by Laurent Charignon
hgk: remove unused revlog import
2015-03-30, by Augie Fackler
run-tests: obtain replacements inside Test._runcommand
2015-03-28, by Gregory Szorc
hgk: remove no longer needed debug-rev-parse command
2015-03-28, by Andrew Shadura
hgk: remove no longer needed debug-config command
2015-03-28, by Andrew Shadura
hgk: display obsolete changesets in darkgrey
2015-03-28, by Andrew Shadura
hgk: pass --hidden switch to hg subprocesses when needed
2015-03-28, by Andrew Shadura
hgk: remove repetitious (and wrong) command syntax descriptions
2015-03-28, by Andrew Shadura
run-tests: separate newline normalization from replacements
2015-03-28, by Gregory Szorc
run-tests: remove arguments from Test._runcommand
2015-03-28, by Gregory Szorc
run-tests: move run into Test class
2015-03-28, by Gregory Szorc
run-tests: wait for test threads after first error
2015-03-28, by Gregory Szorc
run-tests: report code coverage from source directory
2015-03-28, by Gregory Szorc
run-tests: collect aggregate code coverage
2015-03-28, by Gregory Szorc
run-tests: obtain code coverage via Python API
2015-03-27, by Gregory Szorc
commands.debugrevlog: report max chain length
2015-03-28, by Gregory Szorc
_lazymanifest: drop unnecessary call to sorted()
2015-03-27, by Martin von Zweigbergk
test-git-export: add globs the test runner wants on Windows
2015-03-29, by Matt Harbison
run-tests: explicitly handle unicode when writing xunit file
2015-03-29, by Gregory Szorc
parsers.c: avoid implicit conversion loses integer warnings
2015-03-29, by André Sintzoff
test-annotate: conditionalize error output for Windows
2015-03-29, by Matt Harbison
test-diffstat: add a glob the test runner wants on Windows
2015-03-28, by Matt Harbison
tests: add testing for diff.showfunc
2015-03-24, by Mathias De Maré
manifest: make manifest.intersectfiles() internal
2015-03-30, by Drew Gottlieb
win32: add comment about WinError
2015-03-28, by Adrian Buehlmann
templates: fix "log -q" output of phases style
stable
2015-03-28, by Yuya Nishihara
record_curses: fix ui bug for newly added file
2015-03-27, by Laurent Charignon
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
tip