Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+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.
basectx: move dirty from changectx
2013-08-05, by Sean Farley
basectx: move dirs from changectx
2013-08-05, by Sean Farley
basectx: move _dirs from changectx
2013-08-05, by Sean Farley
basectx: move diff from changectx
2013-08-05, by Sean Farley
basectx: move match from changectx
2013-08-05, by Sean Farley
basectx: move sub from changectx
2013-08-05, by Sean Farley
basectx: move flags from changectx
2013-08-05, by Sean Farley
basectx: move filenode from changectx
2013-08-05, by Sean Farley
basectx: move _fileinfo from changectx
2013-08-05, by Sean Farley
basectx: move p2 from changectx
2013-08-05, by Sean Farley
basectx: move p1 from changectx
2013-08-05, by Sean Farley
basectx: move parents from changectx
2013-08-05, by Sean Farley
basectx: move mutable from changectx
2013-08-05, by Sean Farley
basectx: move phasestr from changectx
2013-08-05, by Sean Farley
basectx: move manifest from changectx
2013-08-05, by Sean Farley
basectx: move __iter__ from changectx
2013-08-05, by Sean Farley
basectx: move __getitem__ from changectx
2013-08-05, by Sean Farley
basectx: move __contains__ from changectx
2013-08-05, by Sean Farley
basectx: move substate from changectx
2013-08-05, by Sean Farley
basectx: move __ne__ from changectx
2013-08-05, by Sean Farley
basectx: move __eq__ from changectx
2013-08-05, by Sean Farley
basectx: move __repr__ from changectx
2013-08-02, by Sean Farley
basectx: move __int__ from changectx
2013-08-02, by Sean Farley
basectx: change _node to node() in hex
2013-08-02, by Sean Farley
basectx: move hex from changectx
2013-08-02, by Sean Farley
basectx: move node from changectx
2013-08-02, by Sean Farley
basectx: move rev from changectx
2013-08-02, by Sean Farley
basectx: move __str__ from changectx
2013-08-02, by Sean Farley
changectx: if passing a basectx then exit __init__ immediately
2013-08-06, by Sean Farley
basectx: return a copied context if changeid is already a basectx
2013-08-06, by Sean Farley
basectx: add an empty class that will be used as a parent of all contexts
2013-07-13, by Sean Farley
ui.config: fix bug in config alternatives from cc669e4fec95
2013-07-24, by Augie Fackler
proxy: allow wildcards in the no proxy list (issue1821)
2013-08-03, by Matt Mackall
hgweb: cleaner if conditions in changelog() function
2013-07-19, by Alexander Plavin
hgweb: separate search itself and template generation
2013-07-15, by Alexander Plavin
paper: remove unused occurence of changelogtag in views
2013-08-03, by Alexander Plavin
hgweb: show full date in rfc822 format in tooltips at shortlog page
2013-06-30, by Alexander Plavin
hgweb: remove trailing whitespace in mercurial.js
2013-08-04, by Kevin Bullock
paper: get rid of changelogtag template duplication
2013-07-22, by Alexander Plavin
obsolete: clean up a couple of docstrings for correctness
2013-07-26, by Augie Fackler
run-tests: only check the common criteria once per test
2013-07-26, by Simon Heimberg
merge with stable
2013-08-01, by Matt Mackall
Added signature for changeset f37b5a17e6a0
stable
2013-08-01, by Matt Mackall
Added tag 2.7 for changeset f37b5a17e6a0
stable
2013-08-01, by Matt Mackall
bookmarks: pull --update updates to active bookmark if it moved (issue4007)
stable
2.7
2013-08-01, by Kevin Bullock
merge with i18n
stable
2013-08-01, by Matt Mackall
i18n-pt_BR: synchronized with 7b815e38022a
stable
2013-08-01, by Wagner Bruna
i18n-ja: synchronized with cfdae231ba78
stable
2013-08-01, by FUJIWARA Katsunori
histedit: don't clobber working copy on --abort if not on histedit cset
stable
2013-08-01, by Matt Mackall
rebase: allow aborting when descendants detected
stable
2013-08-01, by Matt Mackall
rebase: continue abort without strip for immutable csets (issue3997)
stable
2013-08-01, by Matt Mackall
rebase: don't clobber wd on --abort when we've updated away (issue4009)
stable
2013-08-01, by Matt Mackall
bookmarks: update only proper bookmarks on push -r/-B (issue 3973)
stable
2013-07-26, by Wojciech Lopata
checklink: work around sshfs brain-damage (issue3636)
stable
2013-07-28, by Matt Mackall
import: cut commit messages at --- unconditionally (issue2148)
stable
2013-07-27, by Matt Mackall
win32: update Inno Setup installer script and extensions list
stable
2013-07-27, by Pascal Quantin
revert: fix largefiles breakage
stable
2013-07-26, by Matt Mackall
revert: make backup when unforgetting a file (issue3423)
stable
2013-07-26, by Matt Mackall
revsingle: fix silly API issue (issue2992)
stable
2013-07-26, by Matt Mackall
Added signature for changeset f0d7721d7322
stable
2013-07-26, by Matt Mackall
Added tag 2.7-rc for changeset f0d7721d7322
stable
2013-07-26, by Matt Mackall
i18n-it: do not translate rst syntax
stable
2.7-rc
2013-07-25, by Simon Heimberg
convert: handle changeset sorting errors without traceback (issue3961)
stable
2013-07-26, by Frank Kingswood
ancestor.deepest: ignore ninteresting while building result (issue3984)
stable
2013-07-25, by Siddharth Agarwal
ancestor.deepest: decrement ninteresting correctly (issue3984)
stable
2013-07-25, by Wei, Elson
ancestor.deepest: sort revs in C version
stable
2013-07-25, by Siddharth Agarwal
check-code: add a check for the next() builtin, which was new in 2.6
stable
2013-07-25, by Augie Fackler
mq: rename next() to nextpatch() to avoid confusing a future check-code patch
stable
2013-07-25, by Augie Fackler
hgweb: replace next(revs) to revs.next() to fix compatibility with Python 2.5-
stable
2013-07-25, by Alexander Plavin
tests: glob out exception type for directory collision
stable
2013-07-25, by Matt Mackall
record: add checkunfinished support (issue3955)
stable
2013-07-25, by Matt Mackall
checkunfinished: accommodate histedit quirk
stable
2013-07-25, by Matt Mackall
tests: test-check-code-hg.t works for all files to check
stable
2013-07-22, by Simon Heimberg
check-code: do not abort on an unreadable file, only report this
stable
2013-07-22, by Simon Heimberg
heads: fix children/descendants in doc (issue3992)
stable
2013-07-25, by Matt Mackall
paper: fix rendering of the first tab in a line in Webkit (issue3990)
stable
2013-07-21, by Alexander Plavin
hgweb: fix duplication for some search queries
stable
2013-07-21, by Alexander Plavin
sslutil: force SSLv3 on Python 2.6 and later (issue3905)
stable
2013-07-24, by Augie Fackler
httpclient: update to revision 9517a2b56fe9 of httpplus (issue3905)
stable
2013-07-24, by Augie Fackler
hgweb: force connection close on early response
stable
2013-05-11, by Augie Fackler
hgweb: fix incorrect revisions count in graph (issue3977)
stable
2013-07-25, by Alexander Plavin
hgweb: fix incorrect way to count revisions in log (issue3977)
stable
2013-07-25, by Alexander Plavin
hgweb: always start graph with the revision in url
stable
2013-07-25, by Alexander Plavin
merge with i18n
stable
2013-07-25, by Matt Mackall
i18n-pt_BR: synchronized with bf6bc4681383
stable
2013-07-24, by Wagner Bruna
update: add tracking of interrupted updates (issue3113)
stable
2013-07-25, by Matt Mackall
mq: add checkunfinished support (issue3955)
stable
2013-07-25, by Matt Mackall
transplant: add checkunfinished (issue3955)
stable
2013-07-24, by Matt Mackall
histedit: add checkunfinished support (issue3955)
stable
2013-07-24, by Matt Mackall
rebase: add checkunfinished support (issue3955)
stable
2013-07-24, by Matt Mackall
rebase: reorder parent check and state storage
stable
2013-07-24, by Matt Mackall
commands: add checks for unfinished operations (issue3955)
stable
2013-07-24, by Matt Mackall
update: clear any clearable unfinished operations (issue3955)
stable
2013-07-24, by Matt Mackall
cmdutil: core functionality to block during multistep commands (issue3955)
stable
2013-07-24, by Matt Mackall
histedit: refuse to edit history that contains merges (issue3962)
stable
2013-07-24, by Augie Fackler
largefiles: overridematch() should replace the file path instead of extending (issue3934)
stable
2013-07-24, by Wei, Elson
revlog: handle hidden revs in _partialmatch (issue3979)
stable
2013-07-23, by Matt Mackall
fileset: handle underbar in symbols
stable
2013-07-23, by Matt Mackall
heads: modernize documentation (issue3992)
stable
2013-07-21, by Matt Mackall
convert: catch empty origpaths in svn gettags (issue3941)
stable
2013-07-19, by Matt Mackall
template: fix tabindent docstring (issue2880)
stable
2013-07-19, by Matt Mackall
merge default into stable for 2.7 code freeze
stable
2013-07-19, by Matt Mackall
osutil: consider WindowsError's behaviour to support python 2.4 on Windows
2013-07-12, by Shun-ichi GOTO
churn: split email aliases from the right
2013-07-17, by Matthew Turk
hgweb: highlight line which is linked to at annotate view
2013-07-14, by Alexander Plavin
hgweb: always start log with searched revision
2013-07-13, by Alexander Plavin
util: check if re2 works before using it (issue 3964)
2013-07-01, by Simon Heimberg
run-tests: backout 4f32747879d1 line endings change
2013-07-18, by Matt Mackall
hgweb: highlight line which is linked to at comparison view
2013-07-13, by Alexander Plavin
hgweb: change highlighted line color to be different from 'inserted' color
2013-07-13, by Alexander Plavin
convert: fix bad conversion of copies when hg.startrev is specified
2013-07-19, by Mads Kiilerich
test-convert-hg-startrev: fix test for copy removal on missing parent
2013-07-19, by Mads Kiilerich
hgweb: make stripes in diffstat with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in file log with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in graph with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in log and search with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in branch list with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in repo list with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in file annotate view with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in tag list with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in directory view with CSS
2013-07-13, by Alexander Plavin
hgweb: make stripes in bookmark list with CSS
2013-07-13, by Alexander Plavin
tests: update for commit --secret
2013-07-18, by Matt Mackall
gpg: show "Unknown key ID xxxxxxxx" when the status is ERRSIG
2013-07-14, by Wei, Elson
gpg: add shortkey() to convert from long id to short
2013-07-14, by Wei, Elson
gpg: getkeys() removes unused returning value "err"
2013-07-12, by Wei, Elson
gpg: treat "ERRSIG" as a valid key id but no fingerprint
2013-07-12, by Wei, Elson
commit: enable --secret option
2013-07-11, by Jordi Gutiérrez Hermoso
merge: deprecate the --force option
2013-07-17, by Florence Laguzet
run-tests: revert previous commit, run() waits after a timeout
2013-07-18, by Brendan Cully
run-tests: reap timed-out zombies
2013-07-18, by Brendan Cully
hgweb: run search instead of showing wrong error for ambigious identifier
2013-07-12, by Alexander Plavin
doc: bump copyright year
2013-07-17, by Siddharth Agarwal
version: bump copyright year
2013-07-17, by Siddharth Agarwal
hgweb: add line wrapping switch to file diff and changeset views
2013-07-13, by Alexander Plavin
hgweb: file diff and changesets views behave like file source view
2013-07-13, by Alexander Plavin
hgweb: introduce separate classes for stripey background
2013-07-12, by Alexander Plavin
hgweb: add line wrapping switch to file source view
2013-07-12, by Alexander Plavin
hgweb: add changelog and search templates to raw style
2013-07-09, by Alexander Plavin
hgweb: toggleDiffstat function instead of showDiffstat and hideDiffstat
2013-07-12, by Alexander Plavin
doc: make i18n man and html
2013-07-03, by Takumi IINO
doc: make man and html from translated documents
2013-07-03, by Takumi IINO
gendoc: dispatch print document content by commandline arguments
2013-07-03, by Takumi IINO
gendoc: add showtopic
2013-07-03, by Takumi IINO
gendoc: rename to showdoc from show_doc
2013-07-03, by Takumi IINO
check-code: automatically preppend "warning: " to all warning messages
2013-07-16, by Simon Heimberg
rollback: add reference to "hg commit --amend"
2013-07-17, by Martin Geisler
run-tests: generally handle line endings on windows by re
2013-07-13, by Simon Heimberg
run-tests: test for os.altsep instead of os.name when checking \ for /
2013-07-13, by Simon Heimberg
hgweb: move local changelist function to the beginning of the parent one
2013-07-15, by Alexander Plavin
hgweb: get rid of branchentry template duplication
2013-07-13, by Alexander Plavin
merge with stable
2013-07-17, by Matt Mackall
run-tests: replace popen locking with a noop _cleanup handler on py24
2013-07-17, by Brendan Cully
run-tests: only lock Popen wait/poll on python 2.4
2013-07-17, by Brendan Cully
run-tests: lock popen wait/poll
2013-07-17, by Brendan Cully
merge with i18n
stable
2013-07-17, by Matt Mackall
i18n-de: fixed some strings about stripping
stable
2013-07-14, by Martin Schröder
i18n-de: synchronized with fbdac607bff3
stable
2013-07-14, by Martin Schröder
rollback: mark as deprecated
2013-07-16, by Matt Mackall
worker: properly report errors from worker processes (issue3982)
2013-07-16, by Matt Mackall
run-tests: patch over py2.4 proc.wait() race
2013-07-16, by Matt Mackall
worker: check problem state correctly (issue3982)
2013-07-16, by Matt Mackall
sshpeer: mark _validrepo internal
2013-07-16, by Matt Mackall
progress: respect HGPLAIN
2013-07-16, by Matt Mackall
tip: deprecate the tip command
2013-07-11, by Matt Mackall
tag: remove incorrect reference to tip
2013-07-11, by Matt Mackall
log: remove tip from example
2013-07-11, by Matt Mackall
cat: remove incorrect reference to tip
2013-07-11, by Matt Mackall
share: remove reference to tip
2013-07-11, by Matt Mackall
rebase: simplify references to branch tips
2013-07-11, by Matt Mackall
mq: remove reference to tip
2013-07-11, by Matt Mackall
hgweb: show current search query in the input field
2013-07-11, by Alexander Plavin
mq: use an unfiltered property cache for the queue object
2013-07-14, by Pierre-Yves David
summary: use missing ancestors algorithm to find new commits
2013-07-15, by Siddharth Agarwal
Merge histedit fixes from stable.
2013-07-16, by Augie Fackler
histedit: use base for computing renames when folding (issue3729)
stable
2013-07-15, by Martin Geisler
test-histedit-fold: remove unnecessary --template
stable
2013-07-15, by Martin Geisler
templater: sort functions alphabetically, as filters are
2013-06-29, by Alexander Plavin
hgweb: color line which is linked to in file source view
2013-07-04, by Alexander Plavin
hgweb: wrap lines in file source view
2013-07-04, by Alexander Plavin
hgweb: code selection without line numbers in file source view
2013-07-04, by Alexander Plavin
tests: print line numbers when checking code
2013-07-06, by Simon Heimberg
tests: rename files to py extension instead of copying a 2nd time
2013-07-06, by Simon Heimberg
tests: check-code all python files in one run
2013-07-06, by Simon Heimberg
win32mbcs: wrap util.split()
2013-07-04, by Shun-ichi GOTO
check-code: concatenate "check-code" on compile time
2013-07-01, by Simon Heimberg
tests: do not skip code-checking on some whole files
2013-07-01, by Simon Heimberg
check-code: do not warn on printf \\x or \\[1-9]
2013-07-01, by Simon Heimberg
summary: remove passing of rev because summary does not have this
2012-11-06, by Simon Heimberg
cleanup: drop unused variables and an unused import
2013-07-01, by Simon Heimberg
tests: run pyflakes on files from manifest which could be python files
2013-07-01, by Simon Heimberg
Merge with stable.
2013-07-09, by Augie Fackler
Added signature for changeset 009794acc6e3
stable
2013-07-01, by Matt Mackall
Added tag 2.6.3 for changeset 009794acc6e3
stable
2013-07-01, by Matt Mackall
merge with i18n
stable
2.6.3
2013-07-01, by Wagner Bruna
i18n-ja: synchronized with ec17ddecdf64
stable
2013-07-01, by FUJIWARA Katsunori
merge with stable
2013-06-30, by Matt Mackall
merge with i18n
stable
2013-06-30, by Matt Mackall
i18n-fr: remove duplicate paragraphs
stable
2013-06-25, by Martin Geisler
i18n-fr: remove extra empty line at end of msgtr
stable
2013-06-25, by timeless
i18n-fr: fix malformed literal blocks
stable
2013-06-25, by timeless
i18n-fr: remove extra trailing newline
stable
2013-06-25, by timeless
i18n-it: remove extra trailing newlines
stable
2013-06-25, by timeless
i18n-sv: fix malformed literal block
stable
2013-06-25, by timeless
i18n-de: remove extra format character
stable
2013-06-25, by timeless
i18n-de: add missing format character
stable
2013-06-25, by timeless
i18n-de: add missing newline
stable
2013-06-25, by timeless
i18n-de: add missing heading underline
stable
2013-06-25, by timeless
i18n-de: use same format character as in msgid
stable
2013-06-25, by timeless
i18n-de: remove duplicate paragraph
stable
2013-06-25, by timeless
i18n-de: fix malformed note directive
stable
2013-06-25, by timeless
i18n-de: remove extra format character
stable
2013-06-25, by timeless
i18n-de: add missing literal block
stable
2013-06-25, by timeless
i18n-it: remove extra trailing newline and fix translation
stable
2013-06-25, by Martin Geisler
i18n-de: remove bad fuzzy translations
stable
2013-06-25, by timeless
i18n-da: remove bad fuzzy translation
stable
2013-06-25, by timeless
i18n-da: remove extra trailing newline
stable
2013-06-25, by timeless
i18n-da: add missing newline
stable
2013-06-25, by timeless
i18n-da: remove extra trailing newline and fix translation
stable
2013-06-25, by Martin Geisler
i18n-da: add missing format character and fix translation
stable
2013-06-25, by Martin Geisler
i18n-da: add missing heading underline
stable
2013-06-24, by timeless
i18n-da: remove bad fuzzy translation
stable
2013-06-24, by timeless
i18n-da: add missing format character and fix translation
stable
2013-06-24, by Martin Geisler
i18n-el: add missing indention for literal block
stable
2013-06-29, by Martin Geisler
i18n-el: remove extra newline
stable
2013-06-24, by timeless
i18n-el: remove duplicate paragraphs
stable
2013-06-23, by timeless
i18n-zh_CN: remove duplicate paragraphs
stable
2013-06-24, by timeless
i18n-zh_CN: add missing literal blocks
stable
2013-06-23, by timeless
i18n-zh_CN: remove duplicate paragraphs
stable
2013-06-23, by timeless
i18n-ru: spell "ElementTree" correctly
stable
2013-06-23, by timeless
i18n-ru: fix translated config section
stable
2013-06-23, by timeless
merge with crew
2013-06-30, by Matt Mackall
tests: simplify and document the sorting of pyflake messages
2013-06-26, by Simon Heimberg
bundle: move file chunk generation to it's own function
2013-06-25, by Durham Goode
parents: change parents command to use filectx
2013-06-18, by Durham Goode
update: remove .hg/graftstate on clean (issue3970)
stable
2013-06-28, by Siddharth Agarwal
i18n-pt_BR: synchronized with b500a663a2c7
stable
2013-06-26, by Wagner Bruna
templater: add strip function with chars as an extra argument
2013-06-25, by Alexander Plavin
Merge with main.
2013-06-24, by Augie Fackler
revlog: add exception when linkrev == nullrev
2013-06-17, by Durham Goode
merge with stable
2013-06-21, by Matt Mackall
revlog: add exception when linkrev == nullrev
2013-06-17, by Durham Goode
changegroup: fix fastpath during commit
2013-06-19, by Matt Mackall
tests: do not print hgrc in test
2013-06-05, by Simon Heimberg
contrib: delete setup3k in favor of setup --c2to3
2013-06-13, by Simon Heimberg
cleanup: remove unused imports
2013-06-13, by Simon Heimberg
tests: check-code more python files without py extension
2013-06-13, by simon
dummyssh: fix check-code nit
2013-06-14, by Augie Fackler
test-pathencode: randomize length of each path component
stable
2013-06-19, by Siddharth Agarwal
test-pathencode: reduce makepart length requirement by 1
stable
2013-06-19, by Siddharth Agarwal
pathencode: fix hashmangle short dir limit (issue3958)
stable
2013-06-19, by Siddharth Agarwal
docs: change description to synopsis in hgrc.5
stable
2013-06-20, by Matt Mackall
run-tests: sort missing files first instead of raising an error
2013-06-11, by simon
filectx: remove dependencies on filerev
2013-05-30, by Durham Goode
hg: move return statement after finally block
2013-06-08, by simon
run-tests: call Threads constructor with keyword arguments
2013-06-09, by simon
run-tests: ignoring tests works again
2013-06-09, by simon
check-code: introduce function for using re2 when available
2013-06-08, by Simon Heimberg
check-code: compile filters when loading
2013-06-08, by Simon Heimberg
check-code: compile all patterns on initialisation
2013-06-08, by Simon Heimberg
check-code: only fix patterns once
2013-06-08, by Simon Heimberg
merge with stable
2013-06-07, by Matt Mackall
commit: amending with --close-branch (issue3445)
stable
2013-05-02, by Iulian Stana
run-tests: simplify interrupted message
2013-06-07, by Matt Mackall
run-tests: remove spurious disable of --time with --debug
2013-06-07, by Matt Mackall
run-tests: always gather runtimes
2013-06-07, by Matt Mackall
run-tests: when interrupted report time in failure message
2013-06-05, by Simon Heimberg
run-tests: report interrupted tests
2013-06-05, by Simon Heimberg
run-tests: open hgrc file only for writing
2013-06-05, by Simon Heimberg
color: use pythons isinstance method instead of reprogramming it
2013-06-05, by Simon Heimberg
color: only provide the required opt to _modesetup
2013-06-05, by Simon Heimberg
doc: make it easier to read how to enable extensions
stable
2013-06-06, by Jordi Gutiérrez Hermoso
doc: reword "config file" to "configuration file"
stable
2013-06-06, by Jordi Gutiérrez Hermoso
run-tests: make --noskips work
2013-06-06, by Matt Mackall
filelog: switch 'not len(filerevlog)' to 'not filerevlog'
2013-05-30, by Durham Goode
annotate: simplify annotate parent function
2013-05-30, by Durham Goode
changegroup: move changegroup file adding to a separate function
2013-05-30, by Durham Goode
log: move log file walk to its own function
2013-05-30, by Durham Goode
bundle: refactor changegroup prune to be its own function
2013-05-30, by Durham Goode
filectx: refactor filectx.rev() to use filectx._changeid
2013-05-30, by Durham Goode
util: add an optional timestamp parameter to makedate
2013-06-03, by Bryan O'Sullivan
util: rename ct variable in makedate to timestamp
2013-06-03, by Bryan O'Sullivan
merge: add a files method to the mergestate class
2013-06-03, by Bryan O'Sullivan
histedit: raise ImportError when demandloading is enabled
stable
2013-06-05, by Simon Heimberg
run-tests: add --loop support
2013-06-02, by Matt Mackall
run-tests: --interactive and --jobs no longer conflict
2013-06-02, by Matt Mackall
run-tests: sort certain slow tests earlier by keyword
2013-06-02, by Matt Mackall
run-tests: drop unused resultslock
2013-06-02, by Matt Mackall
run-tests: drop options.child and users
2013-06-02, by Matt Mackall
run-tests: remove runchildren, now unused
2013-06-02, by Matt Mackall
run-tests: schedule largest tests first
2013-06-02, by Matt Mackall
run-tests: introduce thread scheduler
2013-06-02, by Matt Mackall
run-tests: use count to calculate port to use
2013-06-02, by Matt Mackall
run-tests: introduce threadtmp directory
2013-06-02, by Matt Mackall
run-tests: add abort flag
2013-06-02, by Matt Mackall
run-tests: move more variables to env
2013-06-02, by Matt Mackall
run-tests: simplify env deletion
2013-06-02, by Matt Mackall
run-tests: move most of remaining environment tweaks
2013-06-02, by Matt Mackall
run-tests: move environment creation to a separate function
2013-06-02, by Matt Mackall
run-tests: move HGRCPATH to env
2013-06-02, by Matt Mackall
run-tests: move DAEMON_PIDS to env
2013-06-02, by Matt Mackall
run-tests: move HGPORT setting to env
2013-06-02, by Matt Mackall
run-tests: write tmp paths into env copy
2013-06-02, by Matt Mackall
tests: avoid writing files to HGTMP
2013-06-02, by Matt Mackall
run-tests: use env dict to kill daemons
2013-06-02, by Matt Mackall
run-tests: add env dict to isolate test environment
2013-06-02, by Matt Mackall
merge with stable
2013-06-01, by Matt Mackall
Added signature for changeset cceaf7af4c9e
stable
2013-06-01, by Matt Mackall
Added tag 2.6.2 for changeset cceaf7af4c9e
stable
2013-06-01, by Matt Mackall
merge with i18n
stable
2.6.2
2013-06-01, by Matt Mackall
i18n-ja: synchronized with 9e5ab8d3154a
stable
2013-06-01, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with b592fd33233a
stable
2013-05-28, by Wagner Bruna
i18n-ru: synchronized with 39ea540dc154
stable
2013-05-28, by Alexander Sauta
i18n-ru: synchronized with ddfdccc9d5a4
stable
2013-05-27, by Alexander Sauta
graft: refuse to commit an interrupted graft (issue3667)
stable
2013-05-30, by Simon King
run-tests: remove some unnecessary globals
2013-05-27, by Matt Mackall
run-tests: add a log function
2013-05-24, by Matt Mackall
run-tests: make vlog a proper function
2013-05-24, by Matt Mackall
run-tests: unify marks and result codes
2013-05-24, by Matt Mackall
run-tests: change return code of runone
2013-05-24, by Matt Mackall
run-tests: regroup some initialization checks
2013-05-24, by Matt Mackall
run-tests: fix a path existence check
2013-05-24, by Matt Mackall
run-tests: regroup some variable initialization
2013-05-24, by Matt Mackall
run-tests: regroup nested functions
2013-05-24, by Matt Mackall
run-tests: regroup temp dir creation
2013-05-24, by Matt Mackall
run-tests: pull hgrc creation out as function
2013-05-24, by Matt Mackall
tests: simplify handling of unknown test types
2013-05-24, by Matt Mackall
run-tests: filter out non-tests from default list
2013-05-24, by Matt Mackall
run-tests: make a table of test types
2013-05-24, by Matt Mackall
run-tests: don't need to test shebang any more
2013-05-24, by Matt Mackall
merge with stable
2013-05-23, by Matt Mackall
merge with i18n
stable
2013-05-23, by Matt Mackall
i18n-pt_BR: synchronized with 2b4344f23b44
stable
2013-05-21, by Wagner Bruna
merge with stable
2013-05-23, by Matt Mackall
gendoc: extract print help topics into a dedicated function
2013-05-15, by Takumi IINO
amend: complain more comprehensibly about subrepos
stable
2013-05-23, by Matt Mackall
gendoc: make commnd __doc__ and extension __doc__ as translatable
2013-05-15, by Takumi IINO
blackbox: fix blackbox causing exceptions in tests
stable
2013-05-22, by Durham Goode
blackbox: fix recording exit codes (issue3938)
stable
2013-05-22, by Durham Goode
templater: add indentation arguments to the fill function
2013-04-18, by Sean Farley
templater: move templatefilters.func into the same place as the other funcs
2013-04-10, by Sean Farley
ui: merge prompt text components into a singe string
2013-05-22, by Matt Mackall
merge with stable
2013-05-21, by Matt Mackall
merge with i18n
stable
2013-05-21, by Matt Mackall
i18n-ru: merge with Nikolaj Sjujskij fixes
stable
2013-05-21, by Alexander Sauta
i18n-ru: update po-file for further translation (from ddc7a6be2021)
stable
2013-05-14, by Nikolaj Sjujskij
merge in i18n-ru
stable
2013-05-14, by Nikolaj Sjujskij
i18n-ru: fix patchbomb confirmation prompt (issue3929)
stable
2013-05-12, by Nikolaj Sjujskij
i18n-ru: fix "deleted files" in `status` description
stable
2013-04-08, by Nikolaj Sjujskij
tests: backport some glob fixups
stable
2013-05-21, by Matt Mackall
help: fix role/option confusion in RST
stable
2013-05-21, by Matt Mackall
merge with stable
2013-05-17, by Matt Mackall
summary: add a histedit hook
2013-05-14, by Bryan O'Sullivan
summary: indicate if a rebase is underway
2013-05-14, by Bryan O'Sullivan
summary: add tests for some extensions we plan to modify
2013-05-14, by Bryan O'Sullivan
mq: switch to new summary hook mechanism
2013-05-14, by Bryan O'Sullivan
summary: augment output with info from extensions
2013-05-14, by Bryan O'Sullivan
dirstate: don't overnormalize for ui.slash
stable
2013-05-17, by Matt Mackall
merge with stable
2013-05-16, by Matt Mackall
bundle-ng: move progress handling out of the linkrev callback
2013-05-10, by Benoit Boissinot
bundle-ng: simplify lookup and state handling
2013-05-10, by Benoit Boissinot
bundle-ng: simplify bundle10.generate
2013-05-10, by Sune Foldager
shrink: delete extension preventing further refactoring (BC)
2013-05-10, by Benoit Boissinot
bundle-ng: move bundle generation to changegroup.py
2013-02-10, by Benoit Boissinot
bundle-ng: unify _changegroup and _changegroupsubset
2013-05-10, by Benoit Boissinot
bundle-ng: move gengroup into bundler, pass repo object to bundler
2013-05-10, by Sune Foldager
bundle-ng: add bundlecaps argument to getbundle() command
2013-02-09, by Benoit Boissinot
bundle-ng: move group into the bundler
2013-05-10, by Sune Foldager
bundle-ng: move bundler creation up in the stack
2013-05-10, by Benoit Boissinot
i18n: fix untranslated prompts with translated responses (issue3936)
stable
2013-05-15, by Kevin Bullock
help: stop documentation markup appearing in generated help
stable
2013-05-15, by Mike Williams
merge with stable
2013-05-14, by Matt Mackall
ui: use util.sizetoint in configbytes
2013-05-14, by Bryan O'Sullivan
util: migrate fileset._sizetoint to util.sizetoint
2013-05-14, by Bryan O'Sullivan
Added signature for changeset ddc7a6be2021
stable
2013-05-14, by Matt Mackall
Added tag 2.6.1 for changeset ddc7a6be2021
stable
2013-05-14, by Matt Mackall
dirstate.status: avoid full walks when possible
2013-04-23, by Siddharth Agarwal
dirstate.walk: add a flag to let extensions avoid full walks
2013-04-22, by Siddharth Agarwal
merge with stable
2013-05-13, by Matt Mackall
i18n: fix partially-translated prompts (issue3928) (issue3929)
stable
2.6.1
2013-05-13, by Matt Mackall
merge with i18n
stable
2013-05-13, by Matt Mackall
i18n-pt_BR: synchronized with 27013ace80eb
stable
2013-05-10, by Wagner Bruna
pathencode: grow buffers to increase safety margin
stable
2013-05-10, by Matt Mackall
merge with stable
2013-05-13, by Kevin Bullock
help/config: note 64-bit Windows registry key used with 32-bit Python
stable
2013-05-12, by Mike Williams
httpclient: upgrade to fe8c09e4db64 of httpplus
2013-05-11, by Augie Fackler
splicemap: support paths with spaces in splicemap (issue3844)
2013-05-08, by Szymon Wroblewski
branch: strip whitespace before testing known branch name
stable
2013-05-07, by Yuya Nishihara
merge with stable
2013-05-09, by Matt Mackall
copies: refactor checkcopies() into a top level method
2013-05-01, by Durham Goode
store: move top file walk to a separate function
2013-05-08, by Durham Goode
clone: move file stream walk to a separate function
2013-05-01, by Durham Goode
dirstate._walkexplicit: inline dirsnotfound.append
2013-05-07, by Siddharth Agarwal
dirstate._walkexplicit: rename work to dirsfound
2013-05-07, by Siddharth Agarwal
dirstate.walk: refactor explicit walk into separate function
2013-05-07, by Siddharth Agarwal
dirstate.walk: pull skipstep3 out of the explicit walk code
2013-05-07, by Siddharth Agarwal
dirstate.walk: move dirignore filter out of explicit walk code
2013-05-07, by Siddharth Agarwal
dirstate.walk: maintain a list of dirs not found
2013-05-07, by Siddharth Agarwal
highlight: fix page layout with empty first and last lines
stable
2013-05-10, by Alexander Plavin
check-code: add another Windows pathsep rule
2013-05-09, by Matt Mackall
merge with stable
2013-05-09, by Matt Mackall
tests: quiet strip to avoid commandserver pathsep issue
stable
2013-05-09, by Matt Mackall
tests: fix another Windows path issue
stable
2013-05-09, by Matt Mackall
tests: fix unionrepo path issue on msys (issue3927)
stable
2013-05-09, by Matt Mackall
merge with stable
2013-05-09, by Matt Mackall
blackbox: fix literal block syntax
stable
2013-05-09, by Takumi IINO
largefiles: check unknown files with case awareness of the filesystem
stable
2013-05-07, by FUJIWARA Katsunori
largefiles: check existence of the file with case awareness of the filesystem
stable
2013-05-07, by FUJIWARA Katsunori
windows: check target type before actual unlinking to follow POSIX semantics
stable
2013-05-07, by FUJIWARA Katsunori
Merge with stable.
2013-05-09, by Augie Fackler
manifestmerge: local unknown, remote created: don't traverse symlinks
2013-05-08, by Siddharth Agarwal
subrepo: open files in 'rb' mode to read exact data in (issue3926)
stable
2013-05-09, by FUJIWARA Katsunori
patch: use scmutil.marktouched instead of scmutil.addremove
2013-04-04, by Siddharth Agarwal
scmutil: add a function to mark that files have been operated on
2013-04-04, by Siddharth Agarwal
scmutil.addremove: factor out code to mark added/removed/renames
2013-04-03, by Siddharth Agarwal
scmutil.addremove: factor out code to find renames
2013-04-03, by Siddharth Agarwal
scmutil.addremove: rename local 'copies' to 'renames'
2013-04-03, by Siddharth Agarwal
scmutil.addremove: factor out dirstate walk into another function
2013-04-02, by Siddharth Agarwal
filecontext: use 'is not None' to check for filelog existence
2013-05-01, by Durham Goode
filelog: use super() for calling base functions
2013-05-01, by Durham Goode
bookmarks: allow bookmark command to take multiple arguments
2013-05-02, by Kevin Bullock
merge with stable
2013-05-05, by Matt Mackall
convert: fix bug of wrong CVS path parsing without port number (issue3678)
stable
2013-05-03, by Blesso hrvoje1212
match: add comments to explain explicitdir and traversedir
2013-05-03, by Siddharth Agarwal
match: make explicitdir and traversedir None by default
2013-05-03, by Siddharth Agarwal
dirstate.walk: cache match.explicitdir and traversedir locally
2013-05-03, by Siddharth Agarwal
match: drop dir callback
2013-04-28, by Siddharth Agarwal
inotify: call match.explicitdir
2013-04-28, by Siddharth Agarwal
purge: hook into match.explicitdir and traversedir
2013-04-28, by Siddharth Agarwal
localrepo.commit: hook into match.explicitdir
2013-04-28, by Siddharth Agarwal
dirstate.walk: call match.explicitdir or traversedir as appropriate
2013-04-28, by Siddharth Agarwal
match: introduce explicitdir and traversedir
2013-04-28, by Siddharth Agarwal
merge with stable
2013-05-04, by Matt Mackall
run-tests: when running in parallel, delete tmpdirs immediately
2013-05-03, by Siddharth Agarwal
tests: check path separator in moves
2013-05-03, by Brendan Cully
tests: fix test-commandserver phase . output for windows
2013-05-03, by Brendan Cully
hfs+: rewrite percent-escaper (issue3918)
stable
2013-05-04, by Matt Mackall
merge with stable
2013-05-03, by Matt Mackall
revert: ensure that copies and renames are honored (issue3920)
stable
2013-05-03, by Bryan O'Sullivan
hgignore: fix regression with hgignore directory matches (issue3921)
stable
2013-05-03, by Durham Goode
templater: fix output instability from gsoc patches
2013-05-02, by Augie Fackler
log-style: add a log style that is default+phase (issue3436)
2013-04-18, by Iulian Stana
templater: show the style list when I try to use a wrong one
2013-05-02, by Iulian Stana
test-nested-repo.t: touch another file inside nested repo
2013-04-27, by Siddharth Agarwal
check-code: add more path sep glob checks
2013-05-02, by Matt Mackall
splicemap: improve error handling when source is subversion (issue2084)
2013-04-25, by Ben Goswami
splicemap: improve error handling when source is git (issue2084)
2013-04-25, by Ben Goswami
splicemap: improve error handling when source is hg (issue2084)
2013-04-25, by Ben Goswami
splicemap: move parsesplicemap to convcmd.py (issue2084)
2013-04-24, by Ben Goswami
merge with stable
2013-05-02, by Matt Mackall
tests: sprinkle globs over largefiles/subrepo tests for Windows
stable
2013-05-02, by Brendan Cully
tests: skip permissions tests in test-phases-exchange when fs lacks permissions
stable
2013-05-02, by Brendan Cully
merge with stable
2013-05-02, by Matt Mackall
Added signature for changeset 23f785b38af3
stable
2013-05-01, by Matt Mackall
Added tag 2.6 for changeset 23f785b38af3
stable
2013-05-01, by Matt Mackall
bookmarks: fix bug that activated a bookmark even with -r passed
stable
2.6
2013-05-01, by Sean Farley
bookmarks: resolve divergent bookmark when moving across a branch
stable
2013-04-30, by Sean Farley
bookmarks: resolve divergent bookmarks when moving active bookmark forward
stable
2013-05-01, by Sean Farley
bookmarks: resolve divergent bookmarks when fowarding bookmark to descendant
stable
2013-05-01, by Sean Farley
tags: update tag type only if tag node is updated (issue3911)
stable
2013-04-30, by FUJIWARA Katsunori
match: fix root calculation for combining regexps with simple paths
stable
2013-04-30, by Mads Kiilerich
icasefs: enhance test to prevent regression by changes in the future
stable
2013-04-30, by FUJIWARA Katsunori
icasefs: rewrite case-folding collision detection (issue3452)
stable
2013-04-30, by FUJIWARA Katsunori
icasefs: refactor "test-casecollision-merge.t" to reuse in succeeding fixes
stable
2013-04-30, by FUJIWARA Katsunori
icasefs: ignore removed files at building "dirstate._foldmap" up on icasefs
stable
2013-04-30, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with 3f5e75c22585
stable
2013-05-01, by Wagner Bruna
merge with i18n
stable
2013-05-01, by Wagner Bruna
i18n-ja: synchronized with f01a351db791
stable
2013-05-01, by FUJIWARA Katsunori
dispatch: add support for --option=value to _earlygetopt
stable
2013-04-29, by Bryan O'Sullivan
dispatch: add doctests for _earlygetopt
stable
2013-04-29, by Bryan O'Sullivan
push: make locking of source optional (issue3684)
stable
2013-04-30, by Pierre-Yves David
push: factorise phase movement in a simple closure
stable
2013-04-30, by Pierre-Yves David
merge: increase safety of parallel updating/removing on icasefs
stable
2013-04-29, by FUJIWARA Katsunori
hgweb: handle filtered "0" rev in navigation
stable
2013-04-30, by Pierre-Yves David
hgweb: fix empty navigation detection
stable
2013-04-30, by Pierre-Yves David
tests: AIX can't handle negative date in test-dirstate.t
stable
2013-04-30, by Jim Hague
win32: use explicit path to "python.exe" only if it exists
stable
2013-04-26, by FUJIWARA Katsunori
test-mq-strip.t: add a test for strip --keep with clean working dir
stable
2013-04-26, by Siddharth Agarwal
largefiles: use repo.wwrite for writing standins (issue3909)
stable
2013-04-27, by Mads Kiilerich
largefiles: drop repo wrapping detection
stable
2013-04-26, by Mads Kiilerich
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+1000
+3000
+10000
+30000
tip