Mercurial > hg
graph
-
qrecord: provide help when mq is not enabledThu, 14 Apr 2011 10:00:15 +0200, by timeless
-
record: improve help test coverageThu, 14 Apr 2011 10:00:14 +0200, by timeless
-
paper: preserve whitespace on description instead of adding breaksFri, 15 Apr 2011 10:56:26 +0200, by Adrian Buehlmann
-
compact style: show bookmarks in the same manner as tagsWed, 13 Apr 2011 13:06:35 -0500, by Augie Fackler
-
revsets: preserve ordering with the or operatorWed, 13 Apr 2011 12:30:41 -0500, by Augie Fackler
-
hgweb: set minimum number of revision to display to 1 when revcount is 0Wed, 13 Apr 2011 07:40:24 +0530, by Md. O. Shayan
-
zeroconf: clean up naked exceptionsWed, 13 Apr 2011 12:57:24 -0500, by Matt Mackall
-
localrepo: don't add deleted files to list of modified/added files (issue2761)Mon, 11 Apr 2011 21:44:22 +0300, by Idan Kamara
-
path_auditor: eliminate local function 'check' in __call__Mon, 11 Apr 2011 10:06:57 +0200, by Adrian Buehlmann
-
subrepo: trailing whitespace cleanupMon, 11 Apr 2011 07:34:40 -0500, by Augie Fackler
-
util: move checkosfilename call from path_auditor to openerSun, 10 Apr 2011 19:31:49 +0200, by Adrian Buehlmann
-
tests: add tests for non-existant branch/tag/bookmarkSun, 10 Apr 2011 11:30:53 +0300, by Idan Kamara
-
hgweb: add bookmarks listing to summary page of gitweb/monoblue stylesSun, 10 Apr 2011 10:01:42 +0900, by Yuya Nishihara
-
hgweb: remove useless notip handling from bookmarks listingSun, 10 Apr 2011 10:01:39 +0900, by Yuya Nishihara
-
hgweb: sort bookmarks in the same manner as console commandSun, 10 Apr 2011 10:01:37 +0900, by Yuya Nishihara
-
hgweb: add bookmarks listing to raw style with test caseSun, 10 Apr 2011 06:37:20 +0900, by Yuya Nishihara
-
grep: don't print data from binary files for matches (issue2614)Sat, 09 Apr 2011 23:13:17 +0530, by Md. O. Shayan
-
color: reset win32 console color in a finally blockSat, 09 Apr 2011 23:53:23 +0300, by Idan Kamara
-
tests: better output on timeoutsSat, 09 Apr 2011 15:52:19 -0500, by Matt Mackall
-
acl: add branch tests for the current behavior of acl extensionMon, 07 Feb 2011 16:37:03 -0500, by John Mulligan
-
path_auditor: check filenames for basic platform validity (issue2755)Wed, 06 Apr 2011 18:09:43 +0200, by Adrian Buehlmann
-
revset: rearrange code so functions are sorted alphabeticallyFri, 08 Apr 2011 17:47:58 +0300, by Idan Kamara
-
revset: abort when tag or bookmark doesn't existThu, 07 Apr 2011 19:24:16 +0300, by Idan Kamara
-
merge with stableThu, 07 Apr 2011 15:08:15 -0500, by Matt Mackall
-
subrepo: prevent url normalization from removing // in ssh paths (issue2556) stableThu, 07 Apr 2011 12:33:47 +0200, by Thomas Arendsen Hein
-
bookmarks: change error messages to match those given by 'hg tag' commandsThu, 07 Apr 2011 17:57:38 +0300, by Idan Kamara
-
audit: improve nested repo messageThu, 07 Apr 2011 14:43:19 -0500, by Matt Mackall
-
tags: remove another check for valid nodesThu, 07 Apr 2011 17:16:17 +0300, by Idan Kamara
-
revset: replace for-loop with list comprehensionThu, 07 Apr 2011 16:20:40 +0300, by Idan Kamara
-
subrepo: fix up svn test outputThu, 07 Apr 2011 09:47:30 -0500, by Matt Mackall
-
merge with stableThu, 07 Apr 2011 11:40:54 +0200, by Martin Geisler
-
hgweb: fix inconsistant display of graphlog (issue1706) stableThu, 07 Apr 2011 13:23:07 +0530, by Md. O. Shayan
-
hgrc.5: drop 'hgext.' prefix when talking about extensions stableThu, 07 Apr 2011 11:17:55 +0200, by Martin Geisler
-
merge with crewWed, 06 Apr 2011 15:15:06 -0500, by Matt Mackall
-
merge with stableWed, 06 Apr 2011 15:14:51 -0500, by Matt Mackall
-
url: use a regex to hide unsupported ssh passwords (issue2754) stableWed, 06 Apr 2011 15:10:47 -0500, by Matt Mackall
-
commit: note when files are missingWed, 06 Apr 2011 16:21:12 +0200, by Martin Geisler
-
relink: correct unusual indentationWed, 06 Apr 2011 15:26:49 +0200, by Martin Geisler
-
hg: make parseurl() consistently return normalised pathWed, 06 Apr 2011 12:48:59 +0200, by Thomas Arendsen Hein
-
bugzilla: more documentation formatting fixupsWed, 06 Apr 2011 11:30:08 +0100, by Jim Hague
-
merge with stableTue, 05 Apr 2011 16:11:40 -0500, by Matt Mackall
-
rebase: don't mark file as removed if missing in parent's manifest (issue2725) stableSun, 27 Mar 2011 13:34:20 +0200, by Stefano Tortarolo
-
tags: no need to check for valid nodesMon, 04 Apr 2011 23:43:22 +0300, by Idan Kamara
-
localrepo: ignore tags to unknown nodes (issue2750)Mon, 04 Apr 2011 22:51:10 +0300, by Idan Kamara
-
merge: added info that hg help merge-tools shows the options for --toolTue, 05 Apr 2011 19:48:44 +0200, by Arne Babenhauserheide
-
util: move checklink() to posix.py and return False on WindowsTue, 05 Apr 2011 11:55:52 +0200, by Adrian Buehlmann
-
util: make 'hg log -d --2' abort (issue2734)Tue, 05 Apr 2011 16:55:47 +0800, by Yun Lee
-
help: sort help topics to make the output more readable (issue2751)Tue, 05 Apr 2011 12:40:47 +0800, by Yun Lee
-
merge with stableTue, 05 Apr 2011 11:09:08 +0200, by Martin Geisler
-
help/dates: use DATE as place-holder in help and abort textsTue, 05 Apr 2011 10:01:39 +0200, by Martin Geisler
-
keyword: convert a verbatim block to a field listTue, 05 Apr 2011 11:07:25 +0200, by Martin Geisler
-
bugzilla: convert a verbatim block to a field listTue, 05 Apr 2011 10:22:58 +0200, by Martin Geisler
-
bugzilla: fix reST error introduced in 22d200e49b10Tue, 05 Apr 2011 10:20:59 +0200, by Martin Geisler
-
help/dates: rephrase explanation of internal format stableTue, 05 Apr 2011 10:04:19 +0200, by Martin Geisler
-
rebase: drop ancestor importMon, 04 Apr 2011 23:14:03 -0500, by Matt Mackall
-
rebase: drop unused p2 arg from rebasenodeMon, 04 Apr 2011 16:58:24 -0500, by Matt Mackall
-
util: move checkexec() to posix.py and return False on WindowsMon, 04 Apr 2011 11:41:54 +0200, by Adrian Buehlmann
-
misc: replace .parents()[0] with p1()Mon, 04 Apr 2011 16:21:59 -0500, by Matt Mackall
-
filectx: introduce p1/p2 convenience methodsMon, 04 Apr 2011 16:21:57 -0500, by Matt Mackall
-
dirstate: add p1/p2 convenience methodsMon, 04 Apr 2011 15:52:55 -0500, by Matt Mackall
-
rebase: use merge's ancestor parameterMon, 04 Apr 2011 15:30:54 -0500, by Matt Mackall
-
merge: add ancestor to the update functionMon, 04 Apr 2011 15:25:20 -0500, by Matt Mackall
-
revset: teach optimizer that closed is slowishMon, 04 Apr 2011 14:21:54 -0500, by Matt Mackall
-
localrepo: tighten except clause when looking revMon, 04 Apr 2011 18:05:14 +0300, by Idan Kamara
-
bugzilla: more documentation fixesMon, 04 Apr 2011 17:37:18 +0100, by Jim Hague
-
bugzilla: correct sample configurationsMon, 04 Apr 2011 13:31:37 +0100, by Jim Hague
-
date: fixup breakage from ">" fixMon, 04 Apr 2011 09:39:22 -0500, by Matt Mackall
-
merge with stableMon, 04 Apr 2011 08:26:08 -0500, by Matt Mackall
-
log: abort for -d '>' or -d '<' (issue2749)Mon, 04 Apr 2011 00:23:21 +0800, by Yun Lee
-
convert: add hg source bookmark testMon, 04 Apr 2011 00:05:41 +0200, by Edouard Gomez
-
hgweb: add missing bookmarks definition to coal/map stableSun, 03 Apr 2011 23:47:17 +0900, by Yuya Nishihara
-
hgweb: add separate bookmarks listing to gitweb theme (based on 38c9837b1f75) stableSun, 03 Apr 2011 23:47:05 +0900, by Yuya Nishihara
-
hgweb: add bookmark labels to gitweb theme (based on 270f57d35525) stableSun, 03 Apr 2011 23:44:28 +0900, by Yuya Nishihara
-
hgweb: format page_nav of gitweb/error.tmpl and add missing links stableSun, 03 Apr 2011 23:42:05 +0900, by Yuya Nishihara
-
hgweb: fix typo and inactive link in page_nav and page_header of gitweb's help stableSun, 03 Apr 2011 22:53:20 +0900, by Yuya Nishihara
-
hgweb: add separate bookmarks listing to monoblue theme (based on 38c9837b1f75) stableSun, 03 Apr 2011 22:53:20 +0900, by Yuya Nishihara
-
hgweb: fix typo in page-header of monoblue's help template stableSun, 03 Apr 2011 22:53:19 +0900, by Yuya Nishihara
-
hgweb: add missing bookmarks templates to atom/rss styles stableSun, 03 Apr 2011 22:53:19 +0900, by Yuya Nishihara
-
subrepo: process merge substate in sorted order in submerge()Sun, 03 Apr 2011 01:57:17 +0200, by Adrian Buehlmann
-
rebase: add --tool argument for specifying merge toolSat, 02 Apr 2011 11:07:05 +0200, by Stefano Tortarolo
-
revert: note that added files are left as isFri, 01 Apr 2011 22:44:58 +0200, by Adrian Buehlmann
-
bugzilla: fix documentation typoFri, 01 Apr 2011 20:40:27 +0200, by Patrick Mezard
-
merge with stableFri, 01 Apr 2011 13:25:44 -0500, by Matt Mackall
-
hgweb: add base link to file log for paper and coal styles (issue2452)Thu, 31 Mar 2011 15:49:53 -0400, by Kevin Gessner
-
HGPLAIN: allow exceptions to plain mode, like i18n, via HGPLAINEXCEPTWed, 05 Jan 2011 00:18:36 +1100, by Brodie Rao
-
url: be stricter about detecting schemesThu, 31 Mar 2011 17:37:33 -0700, by Brodie Rao
-
merge with stableFri, 01 Apr 2011 11:45:29 -0500, by Matt Mackall
-
bugzilla: fix bad reST markupFri, 01 Apr 2011 12:30:40 +0200, by Martin Geisler
-
bugzilla: markup literal text as suchFri, 01 Apr 2011 12:27:12 +0200, by Martin Geisler
-
merge with stableFri, 01 Apr 2011 12:21:59 +0200, by Martin Geisler
-
help/hgweb: add pointer to hgrc(5) location stableFri, 01 Apr 2011 12:18:37 +0200, by Martin Geisler
-
patchbomb, help/hgweb: do not refer to config files as hgrc files stableFri, 01 Apr 2011 12:14:42 +0200, by Martin Geisler
-
bugzilla: refer to hgrc(5) man page with normal notationFri, 01 Apr 2011 12:09:11 +0200, by Martin Geisler
-
bugzilla: markup section names as literal textFri, 01 Apr 2011 12:07:37 +0200, by Martin Geisler
-
bugzilla: show usermap syntax more clearlyFri, 01 Apr 2011 12:05:19 +0200, by Martin Geisler
-
bugzilla: use standard section.name notationFri, 01 Apr 2011 12:03:23 +0200, by Martin Geisler
-
bugzilla: prefix each config option with sectionFri, 01 Apr 2011 12:00:57 +0200, by Martin Geisler
-
bugzilla: fix reStructuredText errors introduced in 60256f7f30c1Fri, 01 Apr 2011 11:59:18 +0200, by Martin Geisler
-
changegroup: introduce bundler objectsThu, 31 Mar 2011 15:24:06 -0500, by Matt Mackall
-
changegroup: combine lookup functionsThu, 31 Mar 2011 14:25:26 -0500, by Matt Mackall
-
changegroup: unnest flookupThu, 31 Mar 2011 13:56:05 -0500, by Matt Mackall
-
changegroup: unnest clookup and mlookup like changegroupsubsetThu, 31 Mar 2011 12:04:54 -0500, by Matt Mackall
-
url: nuke some newly-introduced underbars in identifiersThu, 31 Mar 2011 10:43:53 -0500, by Matt Mackall
-
url: refactor util.drop_scheme() and hg.localpath() into url.localpath()Wed, 30 Mar 2011 20:03:05 -0700, by Brodie Rao
-
url: use url.url in ui.expandpath()Wed, 30 Mar 2011 20:02:17 -0700, by Brodie Rao
-
hg: use url.url to parse branch names in parseurl()Wed, 30 Mar 2011 20:02:09 -0700, by Brodie Rao
-
hg: look up schemes using url.urlWed, 30 Mar 2011 20:02:07 -0700, by Brodie Rao
-
schemes: prevent one letter schemes from being interpreted as drive lettersWed, 30 Mar 2011 20:01:47 -0700, by Brodie Rao
-
hgweb: use url.url when setting CGI environment variablesWed, 30 Mar 2011 20:01:46 -0700, by Brodie Rao
-
url: use url.url in proxyhandlerWed, 30 Mar 2011 20:01:44 -0700, by Brodie Rao
-
httprepo/sshrepo: use url.urlWed, 30 Mar 2011 20:01:35 -0700, by Brodie Rao
-
url: use url.url in url.open()Wed, 30 Mar 2011 20:01:34 -0700, by Brodie Rao
-
url: abort on file:// URLs with non-localhost hostsWed, 30 Mar 2011 20:01:31 -0700, by Brodie Rao