Bug 7957 - rsync -C should include .hg (it already includes .git and .bzr)
Summary: rsync -C should include .hg (it already includes .git and .bzr)
Status: RESOLVED FIXED
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.1.0
Hardware: x64 Linux
: P3 normal (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-16 12:11 UTC by Ted Pavlic
Modified: 2011-02-18 00:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ted Pavlic 2011-02-16 12:11:02 UTC
Mercurial (hg) a more popular DVCS than bzr and less popular than git, and so because rsync -C includes .git and .bzr in its list, it should also include .hg.

(if it already includes .hg, the man page needs to be updated to reflect that)
Comment 1 Wayne Davison 2011-02-18 00:12:24 UTC
I checked in a fix into the git repo.