File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 104
104
)
105
105
106
106
# Semi-standard module versioning.
107
- __version__ = '0.27.1 '
107
+ __version__ = '0.27.2 '
108
108
109
109
USER_CONFIG_FILE = os .path .expanduser ('~/.vcs-repo-mgr.ini' )
110
110
"""The absolute pathname of the user-specific configuration file (a string)."""
@@ -1409,7 +1409,7 @@ class HgRepo(Repository):
1409
1409
# the `--quiet' option. This explains why I've decided to silence the
1410
1410
# standard error stream (though I feel I may regret this later).
1411
1411
commit_command = compact ('''
1412
- hg -R {local} remove --after 2>/dev/null &&
1412
+ hg -R {local} remove --after 2>/dev/null;
1413
1413
hg -R {local} commit --user={author_combined} --message={message}
1414
1414
''' )
1415
1415
export_command = 'hg -R {local} archive --rev={revision} {directory}'
You can’t perform that action at this time.
0 commit comments