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
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.
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
import-checker: rotatecycle is actually the canonical cycle key
2015-03-28, by Matt Mackall
import-checker: make search algorithm non-recursive breadth-first
2015-03-27, by Matt Mackall
import-checker: drop set() from cyclekey()
2015-03-27, by Matt Mackall
import-checker: drop duplicate element from cycle
2015-03-27, by Matt Mackall
import-checker: fix rotatecycle
2015-03-27, by Matt Mackall
dirs.addpath: rework algorithm to search forward
2015-03-27, by Siddharth Agarwal
changeset_printer: use changectx to get status tuple
2015-03-14, by Yuya Nishihara
changeset_printer: replace _meaningful_parentrevs() by changeset_templater's
2015-03-14, by Yuya Nishihara
changeset_printer: use context objects consistently to show parents
2015-03-14, by Yuya Nishihara
children: don't pass filectx to displayer
2015-03-26, by Yuya Nishihara
verify: add a note about a paleo-bug
2015-03-27, by Matt Mackall
cmdutil: remove some excess vertical whitespace
2015-03-27, by Matt Mackall
revert: move calculation of targetsubs earlier
2015-03-27, by Matt Mackall
shelve: add interactive mode
2015-03-25, by Laurent Charignon
shelve: add interactive mode command line option
2015-03-25, by Laurent Charignon
record: change return value of recording code
2015-03-25, by Laurent Charignon
revert: fix --interactive on local modification (issue4576)
2015-03-25, by Laurent Charignon
largefiles: remove useless overrideupdate
2015-03-25, by FUJIWARA Katsunori
update: replace workingctx.dirty and raising Abort by cmdutil.bailifchanged
2015-03-25, by FUJIWARA Katsunori
cmdutil: allow bailifchanged to ignore merging in progress
2015-03-25, by FUJIWARA Katsunori
subrepo: add bailifchanged to centralize raising Abort if subrepo is dirty
2015-03-25, by FUJIWARA Katsunori
subrepo: add dirtyreason to centralize composing dirty reason message
2015-03-25, by FUJIWARA Katsunori
record_curses: add test for newly added files
2015-03-25, by Laurent Charignon
test-manifest.py: don't test .text() with present node suffix
2015-03-25, by Martin von Zweigbergk
treemanifest: drop 22nd byte for consistency with manifestdict
2015-03-26, by Martin von Zweigbergk
test-manifest.py: rewrite tests in terms of manifestdict
2015-03-25, by Martin von Zweigbergk
test-manifest.py: separate out test for double-free after copy()
2015-03-25, by Martin von Zweigbergk
revert: evaluate subrepos to revert against the working directory
2015-03-25, by Matt Harbison
revert: handle subrepos missing in the given --rev
2015-03-25, by Matt Harbison
osutil: mark end of string with null char, not 0
2015-03-25, by Siddharth Agarwal
osutil: use getdirentriesattr on OS X if possible
2015-03-25, by Siddharth Agarwal
osutil._listdir: rename to _listdir_stat
2015-03-25, by Siddharth Agarwal
revset: optimize "x & fullreposet" case
2015-03-16, by Yuya Nishihara
debugrevspec: show nesting structure of smartsets if verbose
2015-03-16, by Yuya Nishihara
revset: add __repr__ to all smartset classes
2015-03-16, by Yuya Nishihara
status: add relative directory help text (issue3835)
2015-03-18, by Yung-Jin (Joey) Hu
diff: rename --relative option to --root
2015-03-25, by Sean Farley
revlog: make converting from inline to non-line work after a strip
2015-03-25, by Mike Edgar
check-code: in C code, prevent space before closing parenthesis
2015-03-24, by Laurent Charignon
match: remove unused assignment of ctx
2015-01-17, by Yuya Nishihara
revert: comment that filesets are always evaluated against workingctx
2015-01-17, by Yuya Nishihara
revert: take fast path also when not reverting to '.'
2015-03-24, by Martin von Zweigbergk
revert: define 'wctx' a little earlier and use it more
2015-03-24, by Martin von Zweigbergk
match: add isexact() method to hide internals
2014-10-29, by Martin von Zweigbergk
matcher: make e.g. 'relpath:.' lead to fast paths
2014-11-19, by Martin von Zweigbergk
revset: add the 'subrepo' symbol
2015-03-25, by Matt Harbison
tags: improve documentation
2015-03-24, by Gregory Szorc
phase: default to C implementation for phase computation
2015-03-20, by Laurent Charignon
phase: compute phases in C
2015-03-24, by Laurent Charignon
manifest: move C bool polyfill into util.h
2015-03-25, by Matt Mackall
manifest: use util.h to get Py_ssize_t
2015-03-25, by Matt Mackall
clone: add progress support to hardlink clones (issue3059)
2015-03-13, by Augie Fackler
util: add progress callback support to copyfiles
2015-03-19, by Augie Fackler
revert: evaluate filesets against working directory (issue4497)
2015-03-23, by Martin von Zweigbergk
largefiles: extract and reuse 'standin' variable in overriderevert()
2015-03-24, by Martin von Zweigbergk
largefiles: override cmdutil.revert() instead of comands.revert()
2015-03-20, by Martin von Zweigbergk
test-commit-interactive-curses: backout 852801178a63
2015-03-21, by Matt Harbison
test-interactive: use stable EOL in various file generating routines
2015-03-21, by Matt Harbison
patch.diff: restrict matcher to relative root in certain cases
2015-03-17, by Siddharth Agarwal
commands.diff: add support for diffs relative to a subdirectory
2015-03-17, by Siddharth Agarwal
cmdutil.diffordiffstat: add support for diffs relative to a subdirectory
2015-03-17, by Siddharth Agarwal
test-fileset.t: remove 'bar ' and 'baz\' from tested filenames
2015-03-22, by Siddharth Agarwal
commands.push: abort when revisions evaluate to empty set (BC)
2015-03-23, by Gregory Szorc
largefiles: fix typo with s/__class/__class__/
2015-03-23, by Martin von Zweigbergk
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip