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.
merge.recordupdates: don't require action keys to be present in dict
2015-11-15, by Siddharth Agarwal
histedit: constant-ify the constraints list
2015-11-23, by Augie Fackler
histedit: add an experimental base action
2015-11-17, by Mateusz Kwapich
histedit: add abortdirty function
2015-11-17, by Mateusz Kwapich
histedit: add forceother constraint
2015-11-12, by Mateusz Kwapich
histedit: make verification configurable
2015-11-17, by Mateusz Kwapich
paper: show current revision on file log page
2015-11-13, by Anton Shestakov
merge.applyupdates: extend action queues with ones returned from mergestate
2015-11-20, by Siddharth Agarwal
mergestate: add a method to compute actions to perform on dirstate
2015-11-20, by Siddharth Agarwal
merge.applyupdates: use counters from mergestate
2015-11-20, by Siddharth Agarwal
mergestate: add a function to return the number of unresolved files
2015-11-20, by Siddharth Agarwal
mergestate: add a method to return updated/merged/removed counts
2015-11-20, by Siddharth Agarwal
mergestate._resolve: don't return the action any more
2015-11-20, by Siddharth Agarwal
mergestate._resolve: store return code and action for each file
2015-11-20, by Siddharth Agarwal
revsetbenchmarks: support benchmarking changectx loading
2015-11-21, by Gregory Szorc
perf: support obtaining contexts from perfrevset
2015-11-21, by Gregory Szorc
localrepo: improve docstring for revset methods
2015-11-21, by Gregory Szorc
revlog: improve documentation
2015-11-22, by Gregory Szorc
demandimport: don't enable when running under PyPy
2015-11-21, by Gregory Szorc
ui.write: don't clear progress bar when writing to a buffer
2015-11-14, by Gregory Szorc
test-resolve: fix '--tool f' invocation for Windows
2015-11-22, by Matt Harbison
util.datestr: use divmod()
2015-11-14, by Gregory Szorc
cmdutil.changeset_printer: pass context into showpatch()
2015-11-14, by Gregory Szorc
context: avoid extra parents lookups
2015-11-21, by Gregory Szorc
context: optimize _parents()
2015-11-21, by Gregory Szorc
test-histedit: $TESTTMP quoting fixes for Windows
2015-11-22, by Matt Harbison
lsprof: support PyPy (issue4573)
2015-11-21, by Gregory Szorc
base85: clean up function definition style
2015-11-11, by Augie Fackler
rebase: use bookmarks.recordchange instead of bookmarks.write
2015-11-20, by Laurent Charignon
rebase: indentation change to make the next patch more legible
2015-11-20, by Laurent Charignon
test-run-tests: conditionalize the $TESTDIR check for Windows separator
2015-11-16, by Matt Harbison
test-context: conditionalize the workingfilectx date printing for Windows
2015-11-09, by Matt Harbison
test-mq-qrefresh: drop single quoting of HGEDITOR value for Windows
2015-11-16, by Matt Harbison
test-import: don't use printf to append an extension to $HGRCPATH
2015-11-16, by Matt Harbison
test-ssh: stop quoting dummyssh invocation for Windows
2015-11-16, by Matt Harbison
strip: use repo._bookmarks.recordchange instead of repo._bookmarks.write
2015-11-20, by Laurent Charignon
histedit: make use of bookmarks.recordchange instead of bookmarks.write
2015-11-20, by Laurent Charignon
largefiles: fall back to the original for change/delete conflicts
2015-11-18, by Siddharth Agarwal
mergestate.add: store absentfilectxes as nullhex
2015-11-14, by Siddharth Agarwal
mergestate._resolve: handle change/delete conflicts
2015-11-20, by Siddharth Agarwal
filemerge: don't try to copy files known to be absent
2015-11-14, by Siddharth Agarwal
hgweb: use absolute_import
2015-10-31, by Yuya Nishihara
hgweb: import wsgicgi at top level
2015-11-01, by Yuya Nishihara
hgweb: import BaseHTTPServer as module at top level
2015-11-01, by Yuya Nishihara
hgweb: do not import hgweb_mod.hgweb and .makebreadcrumb as symbol
2015-11-01, by Yuya Nishihara
filemerge: don't try using external tools on change/delete conflicts
2015-11-13, by Siddharth Agarwal
filemerge: don't attempt to premerge change/delete conflicts
2015-11-13, by Siddharth Agarwal
filemerge._mergecheck: add check for change/delete conflicts
2015-11-13, by Siddharth Agarwal
filemerge._picktool: only pick from nomerge tools for change/delete conflicts
2015-11-15, by Siddharth Agarwal
filemerge: add support for change/delete conflicts to the ':prompt' tool
2015-11-13, by Siddharth Agarwal
filemerge: add support for change/delete conflicts to the ':other' merge tool
2015-11-18, by Siddharth Agarwal
filemerge: add support for change/delete conflicts to the ':local' merge tool
2015-11-18, by Siddharth Agarwal
merge.mergestate: compute dirstate action
2015-11-19, by Siddharth Agarwal
filemerge: return whether the file was deleted
2015-11-18, by Siddharth Agarwal
filemerge: return whether the file is deleted from all other merge tools
2015-11-18, by Siddharth Agarwal
filemerge: return whether the file is deleted for nomerge internal tools
2015-11-18, by Siddharth Agarwal
mergestate: allow storing and retrieving change/delete conflicts
2015-11-18, by Siddharth Agarwal
strip: changing bookmark argument to be a list
2015-11-19, by Shubhanshu Agrawal
strip: strip a list of bookmarks
2015-11-15, by Shubhanshu Agrawal
revset: speed up '_matchfiles'
2015-11-18, by Pierre-Yves David
mergestate: handle additional record types specially
2015-11-18, by Siddharth Agarwal
test-resolve.t: remove completely unnecessary line
2015-11-18, by Siddharth Agarwal
resolve: fix incorrect merge
2015-11-18, by Siddharth Agarwal
fileset: add missing() predicate (issue4925)
2015-11-18, by liscju
webutil: make _siblings into an object with __iter__ and __len__
2015-11-10, by Anton Shestakov
mergestate: move binary format documentation into _readrecordsv2
2015-11-18, by Siddharth Agarwal
unshelve: add support for custom merge tools
2015-11-18, by Siddharth Agarwal
unshelve: shed spurious space
2015-11-18, by Siddharth Agarwal
unshelve: add -k as short form of --keep
2015-11-18, by Siddharth Agarwal
import-checker: allow symbol imports from hgweb.common and .request
2015-11-01, by Yuya Nishihara
perf: un-bitrot perfstatus
2015-11-19, by Matt Mackall
util: drop statmtimesec
2015-11-19, by Matt Mackall
util: disable floating point stat times (issue4836)
2015-11-19, by Matt Mackall
rebase: refactoring to avoid repetition of expression
2015-11-18, by Laurent Charignon
rebase: remove an unused todo
2015-11-18, by Laurent Charignon
rebase: don't rebase obsolete commits with no successor
2015-11-18, by Laurent Charignon
rebase: fix a typo in test-rebase-obsolete
2015-11-18, by Laurent Charignon
merge with stable
2015-11-18, by Matt Mackall
hgweb: unify import style of error classes
2015-11-01, by Yuya Nishihara
hgweb: do not import templatefilters.revescape and websub as symbol
2015-11-01, by Yuya Nishihara
hgweb: alias ui module as uimod
2015-11-01, by Yuya Nishihara
mergestate.commit: factor out making the list of records
2015-11-17, by Siddharth Agarwal
mergestate: move _read() call to read constructor
2015-11-17, by Siddharth Agarwal
debugmergestate: explain why we create mergestate objects directly
2015-11-17, by Siddharth Agarwal
debugdirstate: convert keyword parameters to **opts
2015-11-11, by Christian Delahousse
convert: changed test's progress output format to ignore estimate
2015-11-17, by Christian Delahousse
mq: use repo._bookmarks.recordchange instead of repo._bookmarks.write
2015-11-17, by Laurent Charignon
mq: indentation change to make the next patch more legible
2015-11-17, by Laurent Charignon
bookmarks: use repo._bookmarks.recordchange instead of repo._bookmarks.write
2015-11-17, by Laurent Charignon
localrepo: put bookmark move following commit in one transaction
2015-11-18, by Laurent Charignon
test-resolve.t: switch to mergestate.read()
2015-11-17, by Siddharth Agarwal
localrepo.commit: switch to mergestate.read()
2015-11-17, by Siddharth Agarwal
fileset: switch to mergestate.read()
2015-11-17, by Siddharth Agarwal
commands.summary: switch to mergestate.read()
2015-11-17, by Siddharth Agarwal
commands.resolve: switch to mergestate.read()
2015-11-17, by Siddharth Agarwal
shelve: switch to mergestate.read()
2015-11-17, by Siddharth Agarwal
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
tip